DBA Data[Home] [Help]

APPS.AP_WEB_INACTIVE_EMP_WF_PKG dependencies on AP_EXPENSE_REPORT_LINES

Line 1944: ap_expense_report_lines erl,

1940: where exists (select cct.trx_id
1941: from ap_credit_card_trxns cct,
1942: ap_cards_all ac,
1943: --ap_card_programs_all cp,
1944: ap_expense_report_lines erl,
1945: ap_expense_report_headers erh
1946: where ac.card_program_id = p_credit_card_program_id
1947: and cct.validate_code = 'Y'
1948: and cct.payment_flag <> 'Y'