DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on ICX_PARAMETERS

Line 1132: from ICX_PARAMETERS;

1128: icx_sec.g_max_rows,
1129: icx_sec.g_session_cookie_domain, --mputman added 1574527
1130: icx_sec.g_session_cookie_name, --mputman added 1574527
1131: icx_sec.g_window_cookie_name
1132: from ICX_PARAMETERS;
1133: END IF; --mputman added 1574527
1134:
1135: if (icx_sec.g_session_cookie_name is null) then
1136: icx_sec.g_session_cookie_name := FND_WEB_CONFIG.DATABASE_ID;

Line 3309: from ICX_PARAMETERS;

3305: icx_sec.g_max_rows,
3306: icx_sec.g_session_cookie_domain, --mputman added 1574527
3307: icx_sec.g_session_cookie_name, --mputman added 1574527
3308: icx_sec.g_window_cookie_name
3309: from ICX_PARAMETERS;
3310: END IF; --mputman added 1574527
3311:
3312: --mputman added 1574527
3313: -- icx_sec.g_session_cookie_name := icx_sec.getsessioncookiename;

Line 3426: from ICX_PARAMETERS;

3422: icx_sec.g_max_rows,
3423: icx_sec.g_session_cookie_domain, --mputman added 1574527
3424: icx_sec.g_session_cookie_name, --mputman added 1574527
3425: icx_sec.g_window_cookie_name
3426: from ICX_PARAMETERS;
3427: END IF; --mputman added 1574527
3428:
3429: -- Bug 1491332: Moved the below 2 lines to the else section below
3430: -- icx_sec.g_session_cookie_name := icx_sec.getsessioncookiename;

Line 3481: from ICX_PARAMETERS;

3477: IF icx_sec.g_session_cookie_name IS NULL THEN
3478:
3479: select SESSION_COOKIE_NAME
3480: into l_session_cookie_name
3481: from ICX_PARAMETERS;
3482: ELSE
3483: l_session_cookie_name:=icx_sec.g_session_cookie_name;
3484: END IF; -- added mputman 1574527
3485:

Line 3520: from ICX_PARAMETERS;

3516: IF icx_sec.g_session_cookie_domain IS NULL THEN
3517:
3518: select SESSION_COOKIE_DOMAIN
3519: into l_session_cookie_domain
3520: from ICX_PARAMETERS;
3521: ELSE
3522: l_session_cookie_domain:=icx_sec.g_session_cookie_domain;
3523: END IF; --added mputman 1574527
3524:

Line 4232: -- FROM icx_parameters;

4228: -- WHERE session_id=p_session_id;
4229: --get home_url so we know where to send after portal logout
4230: -- SELECT home_url
4231: -- INTO l_url3
4232: -- FROM icx_parameters;
4233:
4234: -- l_url3:= wfa_html.conv_special_url_chars(l_url3);
4235:
4236: --if portal