DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_FINANCE_LINES

Line 3067: from ota_finance_lines tfl,

3063: l_st_finance_lines boolean;
3064: --
3065: cursor csr_st_finance_lines is
3066: select 1
3067: from ota_finance_lines tfl,
3068: ota_delegate_bookings tdb
3069: where tdb.event_id = p_event_id
3070: and tdb.booking_id = tfl.booking_id
3071: and tfl.transfer_status = 'ST'