DBA Data[Home] [Help]

APPS.ICX_ADMIN_SIG dependencies on ICX_SEC

Line 23: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

19: /*
20: ** Get the default language if one has not been provided
21: */
22: if language_code is null then
23: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
24: else
25: v_language_code := language_code;
26: end if;
27:

Line 39: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);

35:
36: /*
37: ** Get the the current session id
38: */
39: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
40:
41: /*
42: ** Get the application short name from the function prefix
43: */

Line 182: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

178: /*
179: ** Get the default language if one has not been provided
180: */
181: if language_code is null then
182: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
183: else
184: v_language_code := language_code;
185: end if;
186:

Line 198: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);

194:
195: /*
196: ** Get the the current session id
197: */
198: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
199:
200: /*
201: ** Get the application short name from the function prefix
202: */

Line 294: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

290: /* remove this commented code if the dependent code works fine.
291: OA_MEDIA should no longer be made of language specific directories.
292: */
293: --if language_code is null then
294: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
295: -- else
296: -- v_language_code := language_code;
297: --end if;
298: return '/OA_MEDIA/ICXBCKGR.jpg';

Line 315: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

311: Also changed the calls to icx_admin_sig.background so v_language_code
312: is not passed as a parameter anymore.
313: */
314: --if language_code is null then
315: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
316: -- else
317: -- v_language_code := language_code;
318: --end if;
319:

Line 359: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

355: /* remove this commented code if the dependent code works fine.
356: OA_MEDIA should no longer be made of language specific directories.
357: */
358: --if language_code is null then
359: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
360: -- else
361: -- v_language_code := language_code;
362: --end if;
363:

Line 393: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

389: /* remove this commented code if the dependent code works fine.
390: OA_MEDIA should no longer be made of language specific directories.
391: */
392: -- if language_code is null then
393: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
394: -- else
395: -- v_language_code := language_code;
396: -- end if;
397:

Line 435: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

431: is not passed as a parameter anymore.
432: */
433:
434: -- if language_code is null then
435: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
436: -- else
437: -- v_language_code := language_code;
438: -- end if;
439:

Line 440: if substr(icx_sec.g_mode_code,1,3) = '115'

436: -- else
437: -- v_language_code := language_code;
438: -- end if;
439:
440: if substr(icx_sec.g_mode_code,1,3) = '115'
441: then
442: htp.p('');
443: icx_plug_utilities.toolbar(p_text => '',
444: p_language_code => language_code,

Line 451: elsif icx_sec.g_mode_code = 'OBIS'

447: p_disp_wizard => disp_wizard,
448: p_disp_help => disp_help,
449: p_disp_export => disp_export,
450: p_disp_exit => disp_exit);
451: elsif icx_sec.g_mode_code = 'OBIS'
452: then
453: htp.p('');
454: icx_plug_utilities.toolbar(p_text => '',
455: p_language_code => language_code,

Line 520: if (disp_mainmenu = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then

516: if (disp_wizard = 'Y' or disp_find is not null or disp_export is not null) then
517: htp.p('');
518: end if;
519:
520: if (disp_mainmenu = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then
521: htp.tableData(htf.anchor('OracleApps.DMM',
522: htf.img('/OA_MEDIA/FNDSMENU.gif','CENTER',
523: icx_util.replace_alt_quotes(c_prompts(3)),'',
524: 'BORDER=0 '),'',

Line 530: if (disp_exit = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then

526: icx_util.replace_onMouseOver_quotes(c_prompts(3))
527: ||''';return true" TARGET="_top"'));
528: end if;
529:
530: if (disp_exit = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then
531: htp.tableData(htf.anchor('icx_admin_sig.Startover',
532: htf.img('/OA_MEDIA/FNDSLOGF.gif','CENTER',
533: icx_util.replace_alt_quotes(c_prompts(4)),'','
534: BORDER=0 '),'','

Line 581: if (disp_mainmenu = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then

577: if (disp_wizard = 'Y' or disp_find is not null or disp_export is not null) then
578: htp.p('');
579: end if;
580:
581: if (disp_mainmenu = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then
582: htp.tableData(cvalue => htf.anchor(curl => 'OracleApps.DMM',
583: ctext => ''||
584: c_prompts(3) ||
585: '
',

Line 590: if (disp_exit = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then

586: cattributes => 'onMouseOver="window.status=''' || icx_util.replace_onMouseOver_quotes(c_prompts(3))|| ''';return true" TARGET="_top"'),
587: calign=> 'CENTER');
588: end if;
589:
590: if (disp_exit = 'Y' and icx_sec.g_mode_code <> 'SLAVE') then
591: htp.tableData(cvalue => htf.anchor(curl => 'icx_admin_sig.Startover',
592: ctext => ''||
593: c_prompts(4)
594: || '
',

Line 646: l_session_id := icx_sec.getsessioncookie;

642:
643: owa_util.http_header_close;
644:
645: /*
646: l_session_id := icx_sec.getsessioncookie;
647: -- bug 2335995 l_session_id is not null
648: if ((l_session_id is not null) and (l_session_id > -1))
649: then
650: update icx_sessions

Line 698: icx_sec.sendsessioncookie(-1);

694: from ICX_PARAMETERS;
695: end if;
696: owa_util.mime_header('text/html', FALSE);
697:
698: icx_sec.sendsessioncookie(-1);
699:
700: owa_util.redirect_url(l_url);
701:
702: owa_util.http_header_close;

Line 742: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

738: end if;
739: end if;
740:
741: if language_code is null then
742: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
743: else
744: v_language_code := language_code;
745: end if;
746: icx_util.getprompts(601, 'ICX_ERR_SCRN', c_title, c_prompts);

Line 804: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

800: v_language_code varchar2(30);
801:
802: begin
803:
804: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
805: real_counter := row_count;
806: row_num := trunc((row_count/col_num))+1;
807: remainder := mod(row_count, col_num);
808:

Line 866: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

862: language specific media directory works fine.
863: */
864:
865: -- if language_code is null then
866: -- v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
867: -- else
868: -- v_language_code := language_code;
869: -- end if;
870: