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.7 2012/04/04 19:06:31 jwsmith ship $ */
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 413: end APP_SESSION;

409: -- Should never happen, but just in case...
410: return l_user_list(l_user_list.FIRST);
411: end Get_Default_User;
412:
413: end APP_SESSION;