DBA Data[Home] [Help]

APPS.OTA_GENERIC_REPORT_PKG dependencies on OTA_EVENTS

Line 39: ota_events e,

35: select distinct
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: --

Line 50: ota_events e,

46: select distinct
47: fl.currency_code
48: from
49: ota_finance_lines fl,
50: ota_events e,
51: ota_resource_bookings rb,
52: ota_activity_versions av
53: where rb.event_id = event
54: and rb.resource_booking_id = fl.resource_booking_id;