Parameters
| Name | Type | Mode |
|---|---|---|
| i_guest_name | text | IN (DEFAULT NULL) |
| i_doc_number | text | IN (DEFAULT NULL) |
| i_member_code | text | IN (DEFAULT NULL) |
| i_email | text | IN (DEFAULT NULL) |
| i_telephone | text | IN (DEFAULT NULL) |
| i_nation_id | integer | IN (DEFAULT NULL) |
| i_country_id | integer | IN (DEFAULT NULL) |
| i_vip_id | integer | IN (DEFAULT NULL) |
| i_birthdate | date | IN (DEFAULT NULL) |
| i_arrival | date | IN (DEFAULT NULL) |
| i_departure | date | IN (DEFAULT NULL) |
| i_stay_date | date | IN (DEFAULT NULL) |
| i_channel_id | integer | IN (DEFAULT NULL) |
| i_company | text | IN (DEFAULT NULL) |
| i_visittime_op | text | IN (DEFAULT NULL) |
| i_visittime_value | integer | IN (DEFAULT NULL) |
| i_visitnight_op | text | IN (DEFAULT NULL) |
| i_visitnight_value | integer | IN (DEFAULT NULL) |
| i_page | integer | IN (DEFAULT 1) |
| i_limit | integer | IN (DEFAULT 20) |
| i_sort_field | text | IN (DEFAULT 'id') |
| i_sort_order | text | IN (DEFAULT 'desc') |