DBA Data[Home] [Help]

APPS.AP_CHECKS_PKG dependencies on AP_INVOICE_PAYMENTS_ALL

Line 1657: FROM ap_invoice_payments_all

1653: -- bug 3676049 Posting status of check is irrespective of Payment Maturity
1654: -- when Payment Accounting = 'CLEARING ONLY'
1655: CURSOR posting_cursor IS
1656: SELECT posted_flag
1657: FROM ap_invoice_payments_all
1658: WHERE check_id = l_check_id
1659: UNION ALL
1660: SELECT posted_flag
1661: FROM ap_payment_history aph, ap_system_parameters asp