DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on AP_PREPAY_HISTORY_ALL

Line 5581: FROM ap_prepay_history_all aprh

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)
5580: AND NOT EXISTS (SELECT 'No prepayment rows exist for this event'
5581: FROM ap_prepay_history_all aprh
5582: WHERE aprh.invoice_id = l_invoice_line_rec.invoice_id
5583: AND aprh.accounting_event_id = xe.event_id);
5584:
5585: IF (l_no_dists_exists <> 0) THEN