DBA Data[Home] [Help]

APPS.OTA_GENERAL dependencies on OTA_FINANCE_HEADERS

Line 1109: ota_finance_headers fh

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
1113: fl.cancelled_flag ='Y';