DBA Data[Home] [Help]

APPS.OTA_GENERIC_REPORT_PKG dependencies on OTA_DELEGATE_BOOKINGS

Line 40: ota_delegate_bookings db

36: fl.currency_code
37: from
38: ota_finance_lines fl,
39: ota_events e,
40: ota_delegate_bookings db
41: where db.event_id = event
42: and db.booking_id = fl.booking_id;
43: --
44: --