DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on WF_CORE

Line 1274: g_instlmode := wf_core.translate('WF_INSTALL');

1270: if l_parseXML then
1271: dbms_lob.trim(i_xmldoc, 0);
1272: xmlDOM.writetoCLOB(ecx_utils.g_xmldoc,i_xmldoc);
1273:
1274: g_instlmode := wf_core.translate('WF_INSTALL');
1275:
1276: if (l_statementEnabled)
1277: then
1278: IF g_instlmode = 'EMBEDDED' THEN

Line 1536: where guid = wf_core.translate('WF_SYSTEM_GUID');

1532: -- set the from agent
1533: select name
1534: into i_system
1535: from wf_systems
1536: where guid = wf_core.translate('WF_SYSTEM_GUID');
1537:
1538: -- set default outbound agents based on protocol_type
1539: if (upper(i_destination_type) = 'SOAP') then
1540: i_from_agt.setname('WF_WS_JMS_OUT');

Line 1833: g_instlmode := wf_core.translate('WF_INSTALL');

1829: --To populate the global variable ecx_debug.g_v_module_name , need to call ecx_debug.module_enabled
1830: ecx_debug.g_v_module_name := 'ecx.plsql.';
1831: ecx_debug.module_enabled(i_message_standard,i_transaction_type,i_transaction_subtype,i_document_id);
1832:
1833: g_instlmode := wf_core.translate('WF_INSTALL');
1834:
1835: if(g_instlmode = 'EMBEDDED')
1836: then
1837: fnd_profile.get('AFLOG_ENABLED',logging_enabled);