DBA Data[Home] [Help]

APPS.OTA_ILEARNING2 dependencies on OTA_EVENTS

Line 78: ota_events EVT,

74: select
75: max(booking_id) booking_id
76: from
77: ota_delegate_bookings TDB,
78: ota_events EVT,
79: ota_activity_versions OAV
80: where
81: OAV.rco_id = p_rco_id and
82: OAV.activity_version_id = EVT.activity_version_id and