DBA Data[Home] [Help]

APPS.HR_MISC_WEB dependencies on FND_PROFILE

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

947: || the logged in person.
948: || Responsibility - The Function call returns the Business Group ID
949: || for the current session's login responsibility.
950: || The defaulting levels are as defined in the
951: || package FND_PROFILE. It returns business group id
952: || value for a specific user/resp/appl combo.
953: || Default is user/resp/appl/site is current login.
954: ||
955: || Access Status:

Line 993: fnd_profile.get (

989: ln_business_group_id per_business_groups.business_group_id%TYPE;
990:
991: BEGIN
992:
993: fnd_profile.get (
994: name => 'PER_BUSINESS_GROUP_ID',
995: val => ln_business_group_id
996: );
997: