DBA Data[Home] [Help]

APPS.ECX_PRINT_LOCAL dependencies on WF_CORE

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

1120: if (l_procedureEnabled) then
1121: ecx_debug.push(i_method_name);
1122: end if;
1123: if (ecx_utils.g_install_mode is null) then
1124: ecx_utils.g_install_mode := wf_core.translate('WF_INSTALL');
1125: end if;
1126:
1127: if ecx_utils.g_install_mode = 'EMBEDDED'
1128: then

Line 1133: l_suppress := wf_core.translate('ECX_SUPPRESS_EMPTY_TAGS');

1129: i_string := 'begin fnd_profile.get('||'''ECX_SUPPRESS_EMPTY_TAGS'''||',
1130: :l_suppress);end;';
1131: execute immediate i_string USING OUT l_suppress;
1132: else
1133: l_suppress := wf_core.translate('ECX_SUPPRESS_EMPTY_TAGS');
1134: end if;
1135:
1136: if(l_statementEnabled) then
1137: ecx_debug.log(l_statement, 'ECX_SUPPRESS_EMPTY_TAGS',l_suppress,i_method_name);