DBA Data[Home] [Help]

APPS.FND_SSO_MANAGER dependencies on ICX_SEC

Line 178: l_session_id := icx_sec.getsessioncookie; ---get session_id from the cookie

174: l_session_id NUMBER;
175: begin
176:
177: -- fix for bug 3241092
178: l_session_id := icx_sec.getsessioncookie; ---get session_id from the cookie
179:
180: select login_id into l_login_id
181: from ICX_SESSIONS
182: where SESSION_ID = l_session_id;