DBA Data[Home] [Help]

APPS.OTA_GENERAL dependencies on OTA_FINANCE_LINES

Line 1108: FROM ota_finance_lines fl,

1104: Cursor
1105: C_finance
1106: IS
1107: SELECT count(*) total
1108: FROM ota_finance_lines fl,
1109: ota_finance_headers fh
1110: where fl.booking_id = p_booking_id and
1111: fh.finance_header_id = fl.Finance_header_id and
1112: fh.type= 'CT' and