DBA Data[Home] [Help]

APPS.AP_RETRO_PRICING_PKG dependencies on AP_ACCOUNTING_EVENTS_PKG

Line 6855: AP_Accounting_Events_Pkg.Create_Events(

6851: FOR invs in( SELECT distinct invoice_id
6852: FROM ap_ppa_invoice_lines_gt l
6853: WHERE l.instruction_id = p_instruction_rec.invoice_id) loop
6854:
6855: AP_Accounting_Events_Pkg.Create_Events(
6856: p_event_type => 'INVOICES',
6857: p_doc_type => NULL,
6858: p_doc_id => invs.invoice_id,
6859: p_accounting_date => NULL,