Parameters
| Name | Type | Mode |
|---|---|---|
| booking_data | jsonb | IN |
| user_name | text | IN (DEFAULT NULL) |
| confirm | boolean | IN (DEFAULT false) |
| confirm_remark | text | IN (DEFAULT NULL) |
| auto_block_room | boolean | IN (DEFAULT fn_sys_param('AUTO_BLOCK_ROOM') |
| result_code | text | OUT |
| result_msg | text | OUT |
| msg_code | text | OUT |
| out_booking_id | integer | OUT |