DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_FINANCE_LINES

Line 3087: from ota_finance_lines tfl,

3083: l_st_finance_lines boolean;
3084: --
3085: cursor csr_st_finance_lines is
3086: select 1
3087: from ota_finance_lines tfl,
3088: ota_delegate_bookings tdb
3089: where tdb.event_id = p_event_id
3090: and tdb.booking_id = tfl.booking_id
3091: and tfl.transfer_status = 'ST'