DBA Data[Home] [Help]

APPS.PER_CTR_BUS dependencies on FND_PROFILE

Line 203: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='N') then

199: -- Check that person business group is the same as
200: -- the contact relationship business group
201: --
202: if (l_business_group_id <> p_business_group_id AND
203: nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N')='N') then
204: --
205: hr_utility.set_message(801, 'HR_7374_ASG_INVALID_BG_PERSON');
206: hr_utility.raise_error;
207: --