DBA Data[Home] [Help]

APPS.OTA_TBD_API dependencies on OTA_DELEGATE_BOOKINGS

Line 330: ota_delegate_bookings b,

326: --
327: cursor c_check_date_change is
328: select nvl(count(a.booking_deal_id),0)
329: from ota_finance_lines a,
330: ota_delegate_bookings b,
331: ota_events c
332: where a.booking_deal_id = p_booking_deal_id
333: and a.booking_id = b.booking_id
334: and b.event_id = c.event_id