DBA Data[Home] [Help]

APPS.ECX_UTILS dependencies on WF_CORE

Line 1909: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

1905:
1906: --- Gets the Company name for the XML Gateway Server.
1907:
1908: --- Check for the Installation Type ( Standalone or Embedded );
1909: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
1910:
1911: if ecx_utils.g_install_mode = 'EMBEDDED'
1912: then
1913: i_string := 'begin

Line 1918: ecx_utils.g_company_name := wf_core.translate('ECX_OAG_LOGICALID');

1914: fnd_profile.get('||'''ECX_OAG_LOGICALID'''||',ecx_utils.g_company_name);
1915: end;';
1916: execute immediate i_string ;
1917: else
1918: ecx_utils.g_company_name := wf_core.translate('ECX_OAG_LOGICALID');
1919: end if;
1920: /*bug 10254870 getting no of xslt transformation defined for map*/
1921: ecx_utils.g_cnt_xslt_defined := ecx_actions.get_Count_Action_Type(30,5000);
1922: if (l_procedureEnabled) then

Line 2899: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');

2895: i_method_name varchar2(2000) := 'ecx_utils.getLogDirectory';
2896: i_string varchar2(2000);
2897: begin
2898: --- Check for the Installation Type ( Standalone or Embedded );
2899: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
2900:
2901: if ecx_utils.g_install_mode = 'EMBEDDED'
2902: then
2903: i_string := 'begin

Line 2908: ecx_utils.g_logdir := wf_core.translate('ECX_UTL_LOG_DIR');

2904: fnd_profile.get('||'''ECX_UTL_LOG_DIR'''||',ecx_utils.g_logdir);
2905: end;';
2906: execute immediate i_string ;
2907: else
2908: ecx_utils.g_logdir := wf_core.translate('ECX_UTL_LOG_DIR');
2909: end if;
2910:
2911:
2912: /* Remove the additional '/' at the end of the profile option if present