DBA Data[Home] [Help]

APPS.APP_SESSION dependencies on FND_SESSION_UTILITIES

Line 112: l_session_id := fnd_session_utilities.XSID_to_SessionID(

108:
109: begin
110: -- turn the cookie into a session id
111:
112: l_session_id := fnd_session_utilities.XSID_to_SessionID(
113: p_old_icx_cookie_value);
114: exception
115: when others then
116: null;

Line 228: p_icx_cookie_value := fnd_session_utilities.sessionID_to_XSID(l_session_id);

224: end if;
225:
226: -- turn the session id into a cookie value
227:
228: p_icx_cookie_value := fnd_session_utilities.sessionID_to_XSID(l_session_id);
229: end if;
230:
231: if(l_responsibility_id is not null) then
232: -- ICX initialization