DBA Data[Home] [Help]

APPS.FND_APPLET_LAUNCHER dependencies on ICX_SEC

Line 28: if (icx_sec.validateSession = FALSE) then

24: fail exception;
25: begin
26:
27: if (launch.validate_session = TRUE) then
28: if (icx_sec.validateSession = FALSE) then
29: return;
30: end if;
31: end if;
32:

Line 67: fnd_gfm.one_time_use_store(icx_sec.GetSessionCookie(),300,'FORMS_APPLET')||'';

63: 'jinit_appletcache='||launch.cache||'';
64:
65: if (launch.validate_session = TRUE) then
66: fullargs := fullargs||'&gp15=icx_ticket&gv15='||
67: fnd_gfm.one_time_use_store(icx_sec.GetSessionCookie(),300,'FORMS_APPLET')||'';
68: end if;
69:
70: fullargs := fullargs||launch.user_args;
71: