DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on AP_CHECKS

Line 561: ap_checks chk

557: po_vendors vend,
558: ap_invoices inv,
559: ap_payment_hist_dists paydist,
560: PA_Transfer_AP_Invoices_View DIST,
561: ap_checks chk
562: where pay.posted_flag='Y'
563: AND pay.invoice_payment_id = paydist.invoice_payment_id
564: AND pay.check_id = chk.check_id
565: AND paydist.pay_dist_lookup_code = 'DISCOUNT'

Line 925: ap_checks chk

921: PO_Vendors VEND,
922: AP_Invoices INV,
923: Ap_Invoice_Distributions DIST,
924: PA_EXPENDITURE_TYPES TYPE,
925: ap_checks chk
926: WHERE DIST.Invoice_Id = INV.Invoice_Id
927: AND Pay.Invoice_Payment_Id = Paydist.Invoice_payment_id
928: AND Pay.check_id = chk.check_id
929: AND paydist.pay_dist_lookup_code = 'CASH'