DBA Data[Home] [Help]

APPS.HR_RATING_LEVELS_API dependencies on FND_PROFILE

Line 99: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'N' and p_business_group_id is null then

95: hr_api.validate_language_code(p_language_code => l_language_code);
96: --
97: -- ngundura global rating levels should not be allowed if
98: -- Cross business group profile is set to N
99: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'N' and p_business_group_id is null then
100: fnd_message.set_name('PER', 'HR_52693_NO_GLOB_RAT_LEVL');
101: fnd_message.raise_error;
102: end if;
103: -- Call Before Process User Hook