DBA Data[Home] [Help]

APPS.PAAP_PWP_PKG dependencies on AP_PAYMENT_HIST_DISTS

Line 652: ap_payment_hist_dists ap_pay_hd

648: sum(ap_pay_hd.amount) Disc_Taken_On_Invoice /* Bug# 7833675 */
649: from
650: ap_invoice_dIstributions_all apd,
651: po_dIstributions_all pod,
652: ap_payment_hist_dists ap_pay_hd
653: where apd.project_Id = p_project_Id
654: and apd.invoice_id = p_invoice_id
655: and apd.posted_flag = 'Y'
656: and pod.po_dIstribution_id(+) = apd.po_distribution_id