DBA Data[Home] [Help]

APPS.PER_PGH_BUS dependencies on FND_PROFILE

Line 800: if nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N') <> 'Y' then

796: -- Validate that for a custom calendar hierarchy or a geographical hierarchy, the hierarchy
797: -- cannot be global unless the HR_CROSS_BUSINESS_GROUP profile is set appropriately.
798: if p_business_group_id is NULL then
799: if substr(p_type,0,7) = 'PER_CAL' then
800: if nvl(fnd_profile.value('HR_CROSS_BUSINESS_GROUP'),'N') <> 'Y' then
801: -- raise error
802: fnd_message.set_name('PER', 'PER_289185_CAL_GLB_INV');
803: fnd_message.raise_error;
804: end if;