DBA Data[Home] [Help]

APPS.APP_SESSION dependencies on APP_SESSION

Line 1: package body APP_SESSION as

1: package body APP_SESSION as
2: /* $Header: AFSCSESB.pls 120.3 2006/05/17 00:49:23 gashford noship $ */
3:
4: --
5: -- Initialize

Line 200: l_user_record := App_Session.Get_Default_User(p_sso_guid);

196: -- old session not given or unable to reactivate it
197: -- create a new session
198:
199: -- get the default user_id for this SSO user
200: l_user_record := App_Session.Get_Default_User(p_sso_guid);
201: l_user_id := l_user_record.user_id;
202:
203: if(l_responsibility_id is not null) then
204: -- validate the security context

Line 410: end APP_SESSION;

406: -- Should never happen, but just in case...
407: return l_user_list(l_user_list.FIRST);
408: end Get_Default_User;
409:
410: end APP_SESSION;