DBA Data[Home] [Help]

APPS.OTA_EVENT_ASSOCIATIONS_PKG dependencies on OTA_BOOKING_DEALS

Line 44: from ota_booking_deals

40: or evt.price_basis = 'S');
41: --
42: cursor c_max_places is
43: select number_of_places
44: from ota_booking_deals
45: where booking_deal_id = p_booking_deal_id;
46: --
47: begin
48: --