DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_WEB dependencies on FND_PROFILE

Line 2312: || package FND_PROFILE. It returns business group id

2308: || Business Group ID for the current person. Otherwise,
2309: || the Function call returns the Business Group ID
2310: || for the current session's login responsibility.
2311: || The defaulting levels are as defined in the
2312: || package FND_PROFILE. It returns business group id
2313: || value for a specific user/resp/appl combo.
2314: || Default is user/resp/appl/site is current login.
2315: ||
2316: || Pre Conditions:

Line 2349: fnd_profile.get (

2345: hr_utility.set_location('Entering: '|| l_proc,5);
2346: IF p_person_id is null then
2347: validate_session(p_person_id => l_person_id
2348: ,p_icx_update => false);
2349: fnd_profile.get (
2350: name => 'PER_BUSINESS_GROUP_ID',
2351: val => ln_business_group_id
2352: );
2353: ELSE