DBA Data[Home] [Help]

APPS.OTA_GENERIC_REPORT_PKG dependencies on OTA_FINANCE_LINES

Line 38: ota_finance_lines fl,

34: Cursor sel_currency_student is
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;

Line 49: ota_finance_lines fl,

45: Cursor sel_currency_resource_event is
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