Parameters
| Name | Type | Mode |
|---|---|---|
| i_booking_id | integer | IN (DEFAULT NULL) |
| i_register_id | integer | IN (DEFAULT NULL) |
| print_mode | character | IN (DEFAULT NULL) |
| booking_id | integer | OUT |
| booking_item | integer | OUT |
| register_id | integer | OUT |
| confirm_number | integer | OUT |
| room_number | t_room_number | OUT |
| room_type | text | OUT |
| roomtype_code | text | OUT |
| rate_plan | text | OUT |
| booking_name | text | OUT |
| adult | integer | OUT |
| child | integer | OUT |
| infant | integer | OUT |
| channel | text | OUT |
| arrival | date | OUT |
| departure | date | OUT |
| nights | integer | OUT |
| arrival_time | time without time zone | OUT |
| departure_time | time without time zone | OUT |
| arrive_by | text | OUT |
| arrive_from | text | OUT |
| depart_by | text | OUT |
| depart_to | text | OUT |
| voucher_number | text | OUT |
| deposit_amount | t_money | OUT |
| payment_method | text | OUT |
| payment_voucher | boolean | OUT |
| payment_card | boolean | OUT |
| guest_id | integer | OUT |
| guest_title | text | OUT |
| guest_first_name | text | OUT |
| guest_last_name | text | OUT |
| guest_middle_name | text | OUT |
| guest_full_name | text | OUT |
| guest_sex | character | OUT |
| guest_birthdate | date | OUT |
| guest_nationality | text | OUT |
| guest_language | text | OUT |
| guest_vip_level | text | OUT |
| guest_address1 | text | OUT |
| guest_address2 | text | OUT |
| guest_country | text | OUT |
| guest_country_of_residence | text | OUT |
| guest_city | text | OUT |
| guest_email | text | OUT |
| guest_telephone | text | OUT |
| guest_mobile | text | OUT |
| guest_fax | text | OUT |
| guest_company | text | OUT |
| guest_occupation | text | OUT |
| guest_doc_type | smallint | OUT |
| guest_doc_number | text | OUT |
| guest_doc_expire | date | OUT |
| guest_member_code | text | OUT |
| guest_carplate_no | text | OUT |
| guest_credit_cards | t_credit_card[] | OUT |