DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on FND_PROFILE

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

669: dbms_sql.close_cursor(l_sql_cursor);
670:
671: -- bug 1980440 fix starts
672: -- do the validation if Cross Business Group profile is not enabled
673: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
674:
675: if lv_cross_business_group <> 'Y' THEN
676:
677: if p_business_group_id <> l_business_group_id then

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

880: hr_utility.set_location('Entering:'|| l_proc, 2);
881: --
882: --
883: -- bug 1980440 fix starts
884: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
885:
886: -- Only proceed with validation if :
887: -- a) The current g_old_rec is current and
888: -- b) The value for participant role has changed