DBA Data[Home] [Help]

APPS.ECX_DOCUMENT dependencies on WF_CORE

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

768: begin
769: --before calling this API we need to re-initialize ecx_debug.g_v_module_name
770: ecx_debug.g_v_module_name :='ecx.plsql.';
771: ecx_debug.module_enabled(transaction_type,transaction_subtype,document_id);
772: g_instlmode := wf_core.translate('WF_INSTALL');
773:
774: if(g_instlmode = 'EMBEDDED')
775: then
776: fnd_profile.get('AFLOG_ENABLED',logging_enabled);

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

1107: begin
1108: --before calling this API we need to re-initialize ecx_debug.g_v_module_name
1109: ecx_debug.g_v_module_name :='ecx.plsql.';
1110: ecx_debug.module_enabled(transaction_type,transaction_subtype,document_id);
1111: g_instlmode := wf_core.translate('WF_INSTALL');
1112:
1113: if(g_instlmode = 'EMBEDDED')
1114: then
1115: fnd_profile.get('AFLOG_ENABLED',logging_enabled);

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

1998:
1999: select name
2000: into i_system
2001: from wf_systems
2002: where guid = wf_core.translate('WF_SYSTEM_GUID');
2003:
2004: i_from_agt.setsystem(i_system);
2005: i_event.setFromAgent(i_from_agt);
2006: wf_event.send(i_event);