DBA Data[Home] [Help]

APPS.FND_PROFILE dependencies on ICX_SEC

Line 1367: NewICXSessionId := icx_sec.g_session_id;

1363: tempName VARCHAR2(256);
1364: NewICXSessionId NUMBER;
1365: BEGIN
1366: -- Get session ID
1367: NewICXSessionId := icx_sec.g_session_id;
1368:
1369: -- Bug 12875860, We initialize the put cache clear flag here since it
1370: -- should only be tested by FND_GLOBAL after a call to INITIALIZE
1371: put_cache_is_clear := FALSE;

Line 1385: -- returned by ICX_SEC.G_SESSION_ID, and that the current ICX session ID

1381: -- session.
1382: --
1383: -- The only real condition for a Public PUT Cache purge is that the
1384: -- current ICX session ID is different from the new ICX session ID
1385: -- returned by ICX_SEC.G_SESSION_ID, and that the current ICX session ID
1386: -- or the new ICX session ID is not DEFAULT_CONTEXT, i.e. -1.
1387: --
1388: IF ((current_icx_session_id IS NULL) OR (NewICXSessionId IS NULL) OR
1389: ((current_icx_session_id <> NewICXSessionId) AND