DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on ECX_OUTBOUND

Line 308: ecx_outbound.getXML

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

Line 1341: i_from_agent_name := 'ECX_OUTBOUND';

1337: else
1338: i_from_agent_name := p_destination_address;
1339: end if;
1340: else
1341: i_from_agent_name := 'ECX_OUTBOUND';
1342: end if;
1343: end if;
1344:
1345: begin

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

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