sp_get_available_rates


Parameters

Name Type Mode
i_roomtype_id integer IN
i_arrival date IN
i_departure date IN
i_qty integer IN
i_adult integer IN
i_child integer IN (DEFAULT 0)
i_infant integer IN (DEFAULT 0)
i_book_date date IN (DEFAULT NULL)
i_booking_item integer IN (DEFAULT NULL)
i_channel_id integer IN (DEFAULT NULL)
i_origin_id integer IN (DEFAULT NULL)
i_market_id integer IN (DEFAULT NULL)
i_rate_type character IN (DEFAULT 'D')
rate_id integer OUT
rateplan_id integer OUT
plan_type smallint OUT
name text OUT
description text OUT
mealtype_id integer OUT
mealtype_name text OUT
rate_amount t_money OUT
include_adult smallint OUT
include_child smallint OUT
include_infant smallint OUT
extra_adult smallint OUT
extra_child smallint OUT
extra_infant smallint OUT
no_amend boolean OUT
no_cancel boolean OUT
no_refund boolean OUT
origin_id integer OUT
market_id integer OUT
total_amount t_money OUT
is_open_rate boolean OUT
rate_multiple boolean OUT
is_invalid boolean OUT
rate_schedule json OUT

Definition