APPS.AP_PURGE_PKG dependencies on AP_HISTORY_INVOICE_PAYMENTS
Line 6744: delete from ap_history_invoice_payments ahp
6740: FUNCTION clear_payment_history RETURN BOOLEAN IS
6741:
6742: BEGIN
6743: 6744: delete from ap_history_invoice_payments ahp 6745: where not exists (select null
6746: from ap_history_invoices ahi
6747: where ahi.invoice_id = ahp.invoice_id);
6748: