DBA Data[Home] [Help]

APPS.AP_DBI_PKG dependencies on AP_CHECKS

Line 319: FROM ap_invoice_payments aip, ap_checks ac,

315: AND aps.invoice_id = interest.invoice_id;
316:
317: CURSOR invoice_payments_cur IS
318: SELECT aip.invoice_payment_id
319: FROM ap_invoice_payments aip, ap_checks ac,
320: ap_selected_invoice_checks sic
321: WHERE aip.check_id = ac.check_id
322: AND sic.check_id = ac.check_id
323: AND sic.checkrun_name = p_checkrun_name;