DBA Data[Home] [Help]

APPS.EDR_UTILITIES dependencies on ECX_OUTBOUND

Line 437: ecx_outbound.getXML(i_map_code => P_MAP_CODE,

433: retcode pls_integer;
434: errmsg varchar2(2000);
435: logfile varchar2(200);
436: begin
437: ecx_outbound.getXML(i_map_code => P_MAP_CODE,
438: i_document_id => P_DOCUMENT_ID,
439: i_debug_level => 6,
440: i_xmldoc => P_XML,
441: i_ret_code => P_ERROR_CODE,

Line 1401: ecx_outbound.getXML(i_map_code => P_MAP_CODE,

1397: --if the raw xml is not null it means that the data is existing in the database
1398: --and the map uses the database as the source
1399: if (p_raw_xml is null) then
1400:
1401: ecx_outbound.getXML(i_map_code => P_MAP_CODE,
1402: i_document_id => P_DOCUMENT_ID,
1403: i_debug_level => 6,
1404: i_xmldoc => X_XML_PAYLOAD,
1405: i_ret_code => L_ERROR_CODE,

Line 2148: ECX_OUTBOUND.GETXML( i_map_code => 'oracle.apps.edr.IntrEvnt.Event',

2144:
2145: BEGIN
2146:
2147: --Call the ECX API to perform the DB to XML transformation
2148: ECX_OUTBOUND.GETXML( i_map_code => 'oracle.apps.edr.IntrEvnt.Event',
2149: i_document_id => p_event_key,
2150: i_debug_level => FND_LOG.G_CURRENT_RUNTIME_LEVEL,
2151: i_xmldoc => l_event_xml,
2152: i_ret_code => l_ret_code,