DBA Data[Home] [Help]

APPS.OTA_TAV_API_BUSINESS_RULES dependencies on OTA_DELEGATE_BOOKINGS

Line 2144: ota_delegate_bookings tdb

2140:
2141: cursor csr_enr is -- For bug 4401602
2142: select 1 from ota_offerings off,
2143: ota_events evt,
2144: ota_delegate_bookings tdb
2145: where evt.parent_offering_id = off.offering_id
2146: and tdb.event_id = evt.event_id
2147: and off.activity_version_id = p_activity_version_id;
2148: