DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on ECX_OUTBOUND

Line 310: ecx_outbound.getXML

306: errmsg varchar2(2000);
307: logfile varchar2(200);
308: g_instlmode varchar2(100);
309: begin
310: ecx_outbound.getXML
311: (
312: i_message_standard => i_message_standard,
313: i_map_code => i_map_code,
314: i_transaction_type => i_transaction_type,

Line 1347: i_from_agent_name := 'ECX_OUTBOUND';

1343: else
1344: i_from_agent_name := p_destination_address;
1345: end if;
1346: else
1347: i_from_agent_name := 'ECX_OUTBOUND';
1348: end if;
1349: end if;
1350:
1351: begin

Line 1389: -- by the queue handler to enqueue on ECX_OUTBOUND

1385: );
1386:
1387: -- Following part is needed only when getxmltp is used with wf_event.send
1388: -- set ecx_utils.g_event with the envelope information. This will later be used
1389: -- by the queue handler to enqueue on ECX_OUTBOUND
1390: ecx_utils.g_event.addParameterToList('PARTY_TYPE', p_party_type);
1391: ecx_utils.g_event.addParameterToList('PARTYID', p_party_id);
1392: ecx_utils.g_event.addParameterToList('PARTY_SITE_ID', p_source_code);
1393: ecx_utils.g_event.addParameterToList('DOCUMENT_NUMBER', ecx_utils.g_document_id);