DBA Data[Home] [Help]

APPS.PER_ASN_BUS dependencies on FND_PROFILE

Line 451: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');

447: --
448: -- bug 1980440 fix starts
449: -- if CROSS_BUSINESS_GROUP option is enabled we shouldn't do a comparison
450: -- between Assessment BG and Assessor BG as they may be different
451: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
452:
453: if lv_cross_business_group <> 'Y' THEN
454: if (l_ASN_ASSPERS_BG <> p_business_group_id) then
455: --