DBA Data[Home] [Help]

APPS.HR_SESSION_UTILITIES dependencies on HR_GENERAL_UTILITIES

Line 38: RETURN hr_general_utilities.Get_Person_Record (p_person_id => l_person_id);

34: -- changed to eliminate call to validate_session
35: -- icx_sec called directly
36: --
37: l_person_id := icx_sec.getID(n_param => 9);
38: RETURN hr_general_utilities.Get_Person_Record (p_person_id => l_person_id);
39: EXCEPTION
40: WHEN OTHERS THEN
41: RAISE ;
42: END Get_LoggedIn_User;