DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on AP_CHECKS

Line 566: ap_checks chk

562: po_vendors vend,
563: ap_invoices inv,
564: ap_payment_hist_dists paydist,
565: PA_Transfer_AP_Invoices_View DIST,
566: ap_checks chk
567: where pay.posted_flag='Y'
568: AND pay.invoice_payment_id = paydist.invoice_payment_id
569: AND pay.check_id = chk.check_id
570: AND paydist.pay_dist_lookup_code = 'DISCOUNT'

Line 932: ap_checks chk

928: PO_Vendors VEND,
929: AP_Invoices INV,
930: Ap_Invoice_Distributions DIST,
931: PA_EXPENDITURE_TYPES TYPE,
932: ap_checks chk
933: WHERE DIST.Invoice_Id = INV.Invoice_Id
934: AND Pay.Invoice_Payment_Id = Paydist.Invoice_payment_id
935: AND Pay.check_id = chk.check_id
936: AND paydist.pay_dist_lookup_code = 'CASH'