DBA Data[Home] [Help]

APPS.OTA_EVT_BUS2 dependencies on OTA_FINANCE_LINES

Line 281: from ota_finance_lines tfl

277: ,p_cancelled_flag in varchar2) return boolean is
278: --
279: cursor c_check_finance_line is
280: select nvl(sum(booking_id),0)
281: from ota_finance_lines tfl
282: where tfl.booking_id = p_booking_id
283: and tfl.cancelled_flag = p_cancelled_flag;
284: l_finance_line_exists number;
285: --