DBA Data[Home] [Help]

APPS.AP_INVOICES_UTILITY_PKG dependencies on AP_CHECKS

Line 1979: ap_checks c,

1975:
1976: CURSOR payment_cursor IS
1977: SELECT 'Y', p.org_id
1978: FROM ap_invoice_payments p,
1979: ap_checks c,
1980: ap_system_parameters SP
1981: WHERE p.invoice_id = P_invoice_id
1982: AND p.org_id = sp.org_id
1983: AND nvl(p.cash_posted_flag,'N') <> 'Y'