DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on FND_PROFILE

Line 257: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y' then

253: -- a) During update, the structure column value or any
254: -- of the attribute values have actually changed.
255: -- b) During insert.
256: --
257: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y' then
258: hr_dflex_utility.ins_or_upd_descflex_attribs
259: (p_appl_short_name => 'PER'
260: ,p_descflex_name => 'PER_ORGANIZATION_UNITS'
261: ,p_attribute_category => p_rec.attribute_category

Line 561: fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'Y' then

557: -- current row set both flags true
558: l_duplicate_bg := TRUE;
559: p_duplicate_org_warning := TRUE;
560: elsif -- if it is not the current row, but XBG option is yes then set warning
561: fnd_profile.value('HR_CROSS_BUSINESS_GROUP') = 'Y' then
562: p_duplicate_org_warning :=TRUE;
563: end if;
564:
565: if (crec.business_group_id = p_business_group_id) then -- if not current row but in same business group