DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_BOOKING_DEALS

Line 1360: from ota_booking_deals

1356: l_evt_end_date date;
1357: --
1358: cursor c_check_dates is
1359: select start_date, end_date
1360: from ota_booking_deals
1361: where event_id = p_event_id;
1362: --
1363: begin
1364: --

Line 2843: from ota_booking_deals

2839: -- cursor to check if booking deals exist for the event
2840: --
2841: Cursor c_booking_deals_details is
2842: select 'X'
2843: from ota_booking_deals
2844: where event_id = p_event_id;
2845: --
2846: -- cursor to check if cat inclusions exist for the event
2847: --