DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on AP_PAYMENT_HIST_DISTS

Line 294: ap_payment_hist_dists paydist

290: where exists (
291: select null from ap_invoices ai,
292: ap_invoice_distributions aid,
293: -- ap_invoice_payments pay --R12 change
294: ap_payment_hist_dists paydist
295: where aid.project_id = p_project_id
296: and ai.invoice_id = aid.invoice_id
297: -- and paydist.invoice_id = ai.invoice_id -- R12 change
298: -- and pay.discount_taken <> 0 -- R12 change