sp_meal_plan


Parameters

Name Type Mode
i_register_id integer IN (DEFAULT NULL)
i_booking_id integer IN (DEFAULT NULL)
i_charge_date date IN (DEFAULT NULL)
status character varying IN (DEFAULT 'ALL')
post_flag boolean IN (DEFAULT NULL)
single_room boolean IN (DEFAULT false)
register_id integer OUT
booking_id integer OUT
booking_item integer OUT
charge_date date OUT
mealtype_id integer OUT
mealtype_name text OUT
abf_qty smallint OUT
lunch_qty smallint OUT
dinner_qty smallint OUT
abf_adult_qty smallint OUT
abf_child_qty smallint OUT
lunch_adult_qty smallint OUT
lunch_child_qty smallint OUT
dinner_adult_qty smallint OUT
dinner_child_qty smallint OUT
abf_amt t_money OUT
lunch_amt t_money OUT
dinner_amt t_money OUT
abf_included_amt t_money OUT
lunch_included_amt t_money OUT
dinner_included_amt t_money OUT
abf_extra_amt t_money OUT
lunch_extra_amt t_money OUT
dinner_extra_amt t_money OUT
posted boolean OUT

Definition