DBA Data[Home] [Help]

APPS.PER_APR_BUS dependencies on FND_PROFILE

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

843:
844: -- bug 1980440 fix starts
845: -- if CROSS_BUSINESS_GROUP option is enabled we shouldn't do a comparison
846: -- between appraisers BG and appraisee BG as they may be different
847: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
848:
849: if p_person_id is not null then
850: IF lv_cross_business_group <> 'Y' THEN
851: open csr_person_bg;

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

973: begin
974:
975: hr_utility.set_location('Entering:'|| l_proc, 5);
976:
977: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
978:
979: IF p_main_appraiser_id IS NULL OR p_main_appraiser_id = -1 THEN
980: return;
981: END IF;

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

1363:
1364: -- bug 1980440 fix starts
1365: -- if CROSS_BUSINESS_GROUP option is enabled we shouldn't do a comparison
1366: -- between GroupInitiator's BG and Appraisee BG as they may be different
1367: lv_cross_business_group := fnd_profile.value('HR_CROSS_BUSINESS_GROUP');
1368:
1369: if lv_cross_business_group <> 'Y' THEN
1370:
1371: if (l_asn_grp_pers_bg <> p_business_group_id) then