Parameters
| Name | Type | Mode |
|---|---|---|
| i_search_text | text | IN (DEFAULT NULL) |
| i_folio_type | character | IN (DEFAULT NULL) |
| i_trn_codes | text[] | IN (DEFAULT NULL) |
| i_start_date | date | IN (DEFAULT NULL) |
| i_end_date | date | IN (DEFAULT NULL) |
| i_post_users | text[] | IN (DEFAULT NULL) |
| i_post_shift | character | IN (DEFAULT NULL) |
| i_room_number | text | IN (DEFAULT NULL) |
| i_folio_id | integer | IN (DEFAULT NULL) |
| i_folio_seq | integer | IN (DEFAULT NULL) |
| i_qty | integer | IN (DEFAULT NULL) |
| i_amount | t_money | IN (DEFAULT NULL) |
| i_amount_op | text | IN (DEFAULT '=') |
| flag_post | boolean | IN (DEFAULT true) |
| flag_settle | boolean | IN (DEFAULT true) |
| flag_void | boolean | IN (DEFAULT false) |
| flag_split | boolean | IN (DEFAULT false) |
| flag_transfer_in | boolean | IN (DEFAULT false) |
| flag_transfer_out | boolean | IN (DEFAULT false) |