DBA Data[Home] [Help]

APPS.PER_APR_BUS dependencies on FND_PROFILE

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

959:
960: -- bug 1980440 fix starts
961: -- if CROSS_BUSINESS_GROUP option is enabled we shouldn't do a comparison
962: -- between appraisers BG and appraisee BG as they may be different
963: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
964:
965: if p_person_id is not null then
966: IF lv_cross_business_group <> 'Y' THEN
967: open csr_person_bg;

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

1095: begin
1096:
1097: hr_utility.set_location('Entering:'|| l_proc, 5);
1098:
1099: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
1100:
1101: IF p_main_appraiser_id IS NULL OR p_main_appraiser_id = -1 THEN
1102: return;
1103: END IF;

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

1485:
1486: -- bug 1980440 fix starts
1487: -- if CROSS_BUSINESS_GROUP option is enabled we shouldn't do a comparison
1488: -- between GroupInitiator's BG and Appraisee BG as they may be different
1489: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
1490:
1491: if lv_cross_business_group <> 'Y' THEN
1492:
1493: if (l_asn_grp_pers_bg <> p_business_group_id) then