Parameters
| Name | Type | Mode |
|---|---|---|
| rateplan_id | integer | IN |
| roomtype_id | integer | IN |
| rate_amount | t_money | IN |
| mealtype_id | integer | IN (DEFAULT NULL) |
| adult | smallint | IN (DEFAULT NULL) |
| child | smallint | IN (DEFAULT NULL) |
| arrival | date | IN (DEFAULT NULL) |
| departure | date | IN (DEFAULT NULL) |
| charge_date | date | IN (DEFAULT NULL) |
| min_rate | t_money | IN (DEFAULT NULL) |
| rate_code | text | IN (DEFAULT NULL) |
| room_code | text | IN (DEFAULT NULL) |