DBA Data[Home] [Help]

APPS.HR_SECURITY dependencies on ICX_SEC

Line 33: -- 2086208. Cache the value of ICX_SEC.G_SESSION_ID so that the

29: g_person_list per_list;
30:
31: --
32: -- DK 2001-11-17
33: -- 2086208. Cache the value of ICX_SEC.G_SESSION_ID so that the
34: -- person list can be rebuilt on a change of login session even if
35: -- the user,resp,sec group remain the same. An alternative scheme is
36: -- to track session switching based on the value of
37: -- FND_GLOBAL.SESSION_CONTEXT. This would cause the person list to

Line 348: -- different to the current value of icx_sec.g_session_id

344: --
345: -- DK 2001-11-17
346: -- 2086208. Save the ICX session id when the person list is created.
347: -- check_person_list calls initialize_globals if the value saved is
348: -- different to the current value of icx_sec.g_session_id
349: g_icx_session_id := icx_sec.g_session_id;
350: --
351: -- Get the schema mode and org_id from client_info
352: --

Line 349: g_icx_session_id := icx_sec.g_session_id;

345: -- DK 2001-11-17
346: -- 2086208. Save the ICX session id when the person list is created.
347: -- check_person_list calls initialize_globals if the value saved is
348: -- different to the current value of icx_sec.g_session_id
349: g_icx_session_id := icx_sec.g_session_id;
350: --
351: -- Get the schema mode and org_id from client_info
352: --
353: OPEN csr_get_schema_mode;

Line 952: or g_icx_session_id <> icx_sec.g_session_id

948: IF g_user_id <> fnd_global.user_id
949: or g_resp_id <> fnd_global.resp_id
950: or g_resp_appl_id <> fnd_global.resp_appl_id
951: or g_security_group_id <> fnd_global.security_group_id
952: or g_icx_session_id <> icx_sec.g_session_id
953: THEN
954: l_return := TRUE;
955: ELSE
956: l_return := FALSE;