DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on AP_INVOICE_PAYMENTS_ALL

Line 5575: FROM ap_invoice_payments_all aip,

5571: FROM ap_invoice_distributions_all aid
5572: WHERE aid.invoice_id = l_invoice_line_rec.invoice_id
5573: AND aid.accounting_event_id = xe.event_id)
5574: AND NOT EXISTS (SELECT 'No payment rows exist for this event'
5575: FROM ap_invoice_payments_all aip,
5576: ap_payment_history_all aph
5577: WHERE aip.invoice_id = l_invoice_line_rec.invoice_id
5578: AND aip.check_id = aph.check_id
5579: AND aph.accounting_event_id = xe.event_id)