DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on AP_PAYMENT_HIST_DISTS

Line 564: ap_payment_hist_dists paydist,

560: ,dist.pa_addition_flag pa_addition_flag --Bug# 5516855
561: from AP_Invoice_Payments_all pay,
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

Line 927: ap_payment_hist_dists Paydist,

923: ,'Y' insert_flag
924: , paydist.payment_hist_dist_id
925: , l_PRepay_dist_id
926: FROM AP_Invoice_Payments Pay,
927: ap_payment_hist_dists Paydist,
928: PO_Vendors VEND,
929: AP_Invoices INV,
930: Ap_Invoice_Distributions DIST,
931: PA_EXPENDITURE_TYPES TYPE,