DBA Data[Home] [Help]

APPS.OTA_OM_TDB_WAITLIST_API dependencies on OTA_EVENTS

Line 111: from ota_events

107: tdb.booking_id;
108:
109: cursor c_max_internal is
110: select maximum_internal_attendees
111: from ota_events
112: where event_id = p_event_id;
113:
114: cursor c_places_taken (p_booking_id in number) is
115: select sum(a.number_of_places)