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:
1921: if (l_procedureEnabled) then
1922: ecx_debug.pop(i_method_name);

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

2885: i_method_name varchar2(2000) := 'ecx_utils.getLogDirectory';
2886: i_string varchar2(2000);
2887: begin
2888: --- Check for the Installation Type ( Standalone or Embedded );
2889: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
2890:
2891: if ecx_utils.g_install_mode = 'EMBEDDED'
2892: then
2893: i_string := 'begin

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

2894: fnd_profile.get('||'''ECX_UTL_LOG_DIR'''||',ecx_utils.g_logdir);
2895: end;';
2896: execute immediate i_string ;
2897: else
2898: ecx_utils.g_logdir := wf_core.translate('ECX_UTL_LOG_DIR');
2899: end if;
2900:
2901:
2902: /* Remove the additional '/' at the end of the profile option if present