DBA Data[Home] [Help]

APPS.HR_RATING_SCALES_API dependencies on FND_PROFILE

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

67: hr_api.validate_language_code(p_language_code => l_language_code);
68: --
69: -- ngundura global rating scales cannot be created if Cross business
70: -- group profile is set to N
71: if fnd_profile.value('HR_CROSS_BUSINESS_GROUP')='N' and p_business_group_id is null then
72: fnd_message.set_name('PER','HR_52692_NO_GLOB_RAT_SCAL');
73: fnd_message.raise_error;
74: end if;
75: