DBA Data[Home] [Help]

APPS.PER_PAR_BUS dependencies on FND_PROFILE

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

677: dbms_sql.close_cursor(l_sql_cursor);
678:
679: -- bug 1980440 fix starts
680: -- do the validation if Cross Business Group profile is not enabled
681: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
682:
683: if lv_cross_business_group <> 'Y' THEN
684:
685: if p_business_group_id <> l_business_group_id then

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

888: hr_utility.set_location('Entering:'|| l_proc, 2);
889: --
890: --
891: -- bug 1980440 fix starts
892: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
893:
894: -- Only proceed with validation if :
895: -- a) The current g_old_rec is current and
896: -- b) The value for participant role has changed