DBA Data[Home] [Help]

APPS.AP_PURGE_PKG dependencies on AP_HISTORY_INVOICE_PAYMENTS

Line 7451: delete from ap_history_invoice_payments ahp

7447: FUNCTION clear_payment_history RETURN BOOLEAN IS
7448:
7449: BEGIN
7450:
7451: delete from ap_history_invoice_payments ahp
7452: where not exists (select null
7453: from ap_history_invoices ahi
7454: where ahi.invoice_id = ahp.invoice_id);
7455: