DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on AP_ACCOUNTING_EVENTS_PKG

Line 5586: AP_ACCOUNTING_EVENTS_PKG.delete_invoice_event(l_accounting_event_id_list(i),

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
5586: AP_ACCOUNTING_EVENTS_PKG.delete_invoice_event(l_accounting_event_id_list(i),
5587: l_invoice_line_rec.invoice_id,
5588: current_calling_sequence);
5589: END IF;
5590: END LOOP;