DBA Data[Home] [Help]

APPS.ICX_CHANGE_LANGUAGE dependencies on ICX_SEC

Line 37: if icx_sec.g_mode_code in ( '115J', '115P') then

33: l_toolbar.help_url := 'javascript:top.help_window()';
34: fnd_message.set_name('ICX','ICX_HELP');
35: l_toolbar.help_mouseover := FND_MESSAGE.GET;
36:
37: if icx_sec.g_mode_code in ( '115J', '115P') then
38: l_toolbar.menu_url :=owa_util.get_cgi_env('SCRIPT_NAME')||'/OracleNavigate.Responsibility';--added mputman bug 1402459
39: l_toolbar.menu_mouseover := l_prompts(7); -- from region ICX_OBIS_TOOLBAR added mputman bug 1402459
40: end if;
41:

Line 42: IF (icx_sec.g_mode_code <> 'SLAVE') THEN

38: l_toolbar.menu_url :=owa_util.get_cgi_env('SCRIPT_NAME')||'/OracleNavigate.Responsibility';--added mputman bug 1402459
39: l_toolbar.menu_mouseover := l_prompts(7); -- from region ICX_OBIS_TOOLBAR added mputman bug 1402459
40: end if;
41:
42: IF (icx_sec.g_mode_code <> 'SLAVE') THEN
43: --mputman isolated menubutton to exclude slave mode 1747045
44: --nlbarlow added for Portal support
45: l_toolbar.custom_option1_url := icx_plug_utilities.getPLSQLagent ||
46: 'OracleMyPage.Home';

Line 100: if icx_sec.validatesession('ICX_CH_LANG') then

96:
97: begin
98:
99: -- Check if session is valid
100: if icx_sec.validatesession('ICX_CH_LANG') then
101: -- get language code
102: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
103:
104: icx_util.getPrompts(601,'ICX_CHANGE_LANG',c_title,c_prompts);

Line 102: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

98:
99: -- Check if session is valid
100: if icx_sec.validatesession('ICX_CH_LANG') then
101: -- get language code
102: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
103:
104: icx_util.getPrompts(601,'ICX_CHANGE_LANG',c_title,c_prompts);
105:
106: htp.htmlOpen;

Line 114: if icx_sec.g_mode_code in ( '115J', '115P') then

110: icx_admin_sig.help_win_script('/OA_DOC/' || v_lang ||
111: '/aic/icxhlpln.htm');
112:
113:
114: if icx_sec.g_mode_code in ( '115J', '115P') then
115: htp.p('function cancelpref() {
116: top.location.href = "'||owa_util.get_cgi_env('SCRIPT_NAME')||'/OracleNavigate.Responsibility";
117: }'); -- updated mputman 1402459
118: else

Line 226: if icx_sec.validatesession('ICX_CH_LANG')

222:
223: begin
224:
225: -- Check if session is valid
226: if icx_sec.validatesession('ICX_CH_LANG')
227: then
228:
229: select language_code
230: into l_language_code

Line 254: where session_id = icx_sec.g_session_id;

250: update icx_sessions
251: set nls_language = v_language,
252: language_code = l_language_code,
253: nls_date_language = p_db_nls_date_language
254: where session_id = icx_sec.g_session_id;
255:
256: --show_languages_local;
257: --if added mputman bug 1405228
258: IF (substr(icx_plug_utilities.getPLSQLagent, 1, 1) = '/') then