DBA Data[Home] [Help]

APPS.AP_CHECKS_PKG dependencies on AP_INVOICE_PAYMENTS_ALL

Line 1539: FROM ap_invoice_payments_all

1535: -- bug 3676049 Posting status of check is irrespective of Payment Maturity
1536: -- when Payment Accounting = 'CLEARING ONLY'
1537: CURSOR posting_cursor IS
1538: SELECT posted_flag
1539: FROM ap_invoice_payments_all
1540: WHERE check_id = l_check_id
1541: UNION ALL
1542: SELECT posted_flag
1543: FROM ap_payment_history aph, ap_system_parameters asp