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 3322: --bcos getsessioncookiedomain also hits DB for finding icx_parameters.session_cookie_domain.

3318: end if;
3319:
3320: -- mputman added 1574527
3321: --the below line was commented for performance reasons.
3322: --bcos getsessioncookiedomain also hits DB for finding icx_parameters.session_cookie_domain.
3323: --uncommenting again.
3324: icx_sec.g_session_cookie_domain := icx_sec.getsessioncookiedomain;
3325:
3326: --mputman modified to change default domain setting 1755300

Line 3405: from ICX_PARAMETERS;

3401: icx_sec.g_max_rows,
3402: icx_sec.g_session_cookie_domain, --mputman added 1574527
3403: icx_sec.g_session_cookie_name, --mputman added 1574527
3404: icx_sec.g_window_cookie_name
3405: from ICX_PARAMETERS;
3406: END IF; --mputman added 1574527
3407:
3408: -- Bug 1491332: Moved the below 2 lines to the else section below
3409: -- icx_sec.g_session_cookie_name := icx_sec.getsessioncookiename;

Line 3460: from ICX_PARAMETERS;

3456: IF icx_sec.g_session_cookie_name IS NULL THEN
3457:
3458: select SESSION_COOKIE_NAME
3459: into l_session_cookie_name
3460: from ICX_PARAMETERS;
3461: ELSE
3462: l_session_cookie_name:=icx_sec.g_session_cookie_name;
3463: END IF; -- added mputman 1574527
3464:

Line 3501: from ICX_PARAMETERS;

3497: IF l_session_cookie_domain IS NULL THEN
3498:
3499: select SESSION_COOKIE_DOMAIN
3500: into l_session_cookie_domain
3501: from ICX_PARAMETERS;
3502: END IF;
3503:
3504: if (l_session_cookie_domain is null OR upper(l_session_cookie_domain) = 'DOMAIN') then
3505: l_server_name := owa_util.get_cgi_env('SERVER_NAME'); -- should APPS_WEB_AGENT PROFILE BE USED?

Line 4235: -- FROM icx_parameters;

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