DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_RESOURCE_BOOKINGS

Line 745: from ota_resource_bookings

741: l_found boolean := false;
742: --
743: cursor c1 is
744: select null
745: from ota_resource_bookings
746: where event_id = p_event_id
747: and (required_date_from = p_course_start_date
748: and required_start_time <
749: p_start_time

Line 2787: from ota_resource_bookings

2783: -- cursor to check if resources exist for the event
2784: --
2785: Cursor c_resource_details is
2786: select 'X'
2787: from ota_resource_bookings
2788: where event_id = p_event_id;
2789: --
2790: -- cursor to check if program membership exist for the event
2791: --