DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on AP_PAYMENT_HIST_DISTS

Line 559: ap_payment_hist_dists paydist,

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

Line 920: ap_payment_hist_dists Paydist,

916: ,'Y' insert_flag
917: , paydist.payment_hist_dist_id
918: , l_PRepay_dist_id
919: FROM AP_Invoice_Payments Pay,
920: ap_payment_hist_dists Paydist,
921: PO_Vendors VEND,
922: AP_Invoices INV,
923: Ap_Invoice_Distributions DIST,
924: PA_EXPENDITURE_TYPES TYPE,