DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on WF_CORE

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

2688:
2689: if (ecx_actions.g_server_timezone is null) then
2690: --- Check for the Installation Type ( Standalone or Embedded );
2691: if (ecx_utils.g_install_mode is null) then
2692: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
2693: end if;
2694:
2695: if ecx_utils.g_install_mode = 'EMBEDDED'
2696: then

Line 2702: ecx_actions.g_server_timezone:= wf_core.translate('ECX_SERVER_TIMEZONE');

2698: fnd_profile.get('||'''ECX_SERVER_TIMEZONE'''||',ecx_actions.g_server_timezone);
2699: end;';
2700: execute immediate i_string ;
2701: else
2702: ecx_actions.g_server_timezone:= wf_core.translate('ECX_SERVER_TIMEZONE');
2703: end if;
2704: end if;
2705:
2706:

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

3486:
3487: if (ecx_actions.g_server_timezone is null) then
3488: --- Check for the Installation Type ( Standalone or Embedded );
3489: if (ecx_utils.g_install_mode is null) then
3490: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
3491: end if;
3492:
3493: if ecx_utils.g_install_mode = 'EMBEDDED'
3494: then

Line 3500: ecx_actions.g_server_timezone:= wf_core.translate('ECX_SERVER_TIMEZONE');

3496: fnd_profile.get('||'''ECX_SERVER_TIMEZONE'''||',ecx_actions.g_server_timezone);
3497: end;';
3498: execute immediate i_string ;
3499: else
3500: ecx_actions.g_server_timezone:= wf_core.translate('ECX_SERVER_TIMEZONE');
3501: end if;
3502: end if;
3503:
3504: -- if profile option is not set assume gmt

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

4587:
4588: if (ecx_actions.g_xslt_dir is null) then
4589: --- Check for the Installation Type ( Standalone or Embedded );
4590: if (ecx_utils.g_install_mode is null) then
4591: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
4592: end if;
4593:
4594: if ecx_utils.g_install_mode = 'EMBEDDED'
4595: then

Line 4601: ecx_actions.g_xslt_dir:= wf_core.translate('ECX_UTL_XSLT_DIR');

4597: fnd_profile.get('||'''ECX_UTL_XSLT_DIR'''||',ecx_actions.g_xslt_dir);
4598: end;';
4599: execute immediate i_string ;
4600: else
4601: ecx_actions.g_xslt_dir:= wf_core.translate('ECX_UTL_XSLT_DIR');
4602: end if;
4603: end if;
4604:
4605: i_fullpath := ecx_actions.g_xslt_dir||ecx_utils.getFileSeparator()||i_filename;