DBA Data[Home] [Help]

APPS.OTA_TAV_API_BUSINESS_RULES dependencies on OTA_DELEGATE_BOOKINGS

Line 2150: ota_delegate_bookings tdb

2146:
2147: cursor csr_enr is -- For bug 4401602
2148: select 1 from ota_offerings off,
2149: ota_events evt,
2150: ota_delegate_bookings tdb
2151: where evt.parent_offering_id = off.offering_id
2152: and tdb.event_id = evt.event_id
2153: and off.activity_version_id = p_activity_version_id;
2154: