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 1999: where guid = wf_core.translate('WF_SYSTEM_GUID');

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