DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on WF_CORE

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

1235: dbms_lob.trim(i_xmldoc, 0);
1236: xmlDOM.writetoCLOB(ecx_utils.g_xmldoc,i_xmldoc);
1237: end if;
1238:
1239: g_instlmode := wf_core.translate('WF_INSTALL');
1240:
1241: if (l_statementEnabled)
1242: then
1243: IF g_instlmode = 'EMBEDDED' THEN

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

1497: -- set the from agent
1498: select name
1499: into i_system
1500: from wf_systems
1501: where guid = wf_core.translate('WF_SYSTEM_GUID');
1502:
1503: -- set default outbound agents based on protocol_type
1504: if (upper(i_destination_type) = 'SOAP') then
1505: i_from_agt.setname('WF_WS_JMS_OUT');

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

1794: --To populate the global variable ecx_debug.g_v_module_name , need to call ecx_debug.module_enabled
1795: ecx_debug.g_v_module_name := 'ecx.plsql.';
1796: ecx_debug.module_enabled(i_message_standard,i_transaction_type,i_transaction_subtype,i_document_id);
1797:
1798: g_instlmode := wf_core.translate('WF_INSTALL');
1799:
1800: if(g_instlmode = 'EMBEDDED')
1801: then
1802: fnd_profile.get('AFLOG_ENABLED',logging_enabled);