DBA Data[Home] [Help]

APPS.HR_RATING_SCALES_API dependencies on FND_MESSAGE

Line 72: fnd_message.set_name('PER','HR_52692_NO_GLOB_RAT_SCAL');

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:
76: -- Call Before Process User Hook

Line 73: fnd_message.raise_error;

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:
76: -- Call Before Process User Hook
77: --

Line 682: fnd_message.set_token('MEANING',p_meaning);

678: fetch Sel_Id Into l_lookup_code;
679: if Sel_Id%notfound then
680: close Sel_Id;
681: hr_utility.set_message(800, 'HR_449156_LOOK_MEANING_INVALID');
682: fnd_message.set_token('MEANING',p_meaning);
683: hr_utility.raise_error;
684: end if;
685: close Sel_Id;
686: --