DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on ARP_XLA_EVENTS

Line 889: arp_xla_events.Create_Events_Req(p_request_id => AR_INVOICE_TABLE_HANDLER.g_request_id,

885: --
886: ar_invoice_utils.debug ('Call creation of XLA events in bulk mode +' );
887: ar_invoice_utils.debug (' Using the request_id :'||AR_INVOICE_TABLE_HANDLER.g_request_id);
888:
889: arp_xla_events.Create_Events_Req(p_request_id => AR_INVOICE_TABLE_HANDLER.g_request_id,
890: p_doc_table => 'CT',
891: p_mode => 'B',
892: p_call => 'B');
893: ar_invoice_utils.debug ('Call creation of XLA events in bulk mode -' );