DBA Data[Home] [Help]

APPS.FND_SSO_MANAGER dependencies on ICX_SESSIONS

Line 181: from ICX_SESSIONS

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;
183:
184: l_audit_level:=fnd_profile.value('SIGNONAUDIT:LEVEL');
185: if (l_audit_level is not null) and ( l_login_id is not null)