DBA Data[Home] [Help]

APPS.HR_COMPLETE_APPRAISAL_SS dependencies on FND_PROFILE

Line 1837: update_personal_profile := fnd_profile.value('HR_APPLY_COMPETENCIES_TO_PERSON');

1833:
1834: -- create and event and add a performance record
1835: if l_available_flag is null then
1836: hr_utility.set_location(' Entering:' || l_proc,77);
1837: update_personal_profile := fnd_profile.value('HR_APPLY_COMPETENCIES_TO_PERSON');
1838: l_talent_mang_src_typ := fnd_profile.value('HR_TALENT_MGMT_SRC_TYPE');
1839: end if;
1840: hr_utility.set_location(' Entering:' || l_proc,80);
1841: p_new_appraisal := is_new_appraisal(item_type, item_key);

Line 1838: l_talent_mang_src_typ := fnd_profile.value('HR_TALENT_MGMT_SRC_TYPE');

1834: -- create and event and add a performance record
1835: if l_available_flag is null then
1836: hr_utility.set_location(' Entering:' || l_proc,77);
1837: update_personal_profile := fnd_profile.value('HR_APPLY_COMPETENCIES_TO_PERSON');
1838: l_talent_mang_src_typ := fnd_profile.value('HR_TALENT_MGMT_SRC_TYPE');
1839: end if;
1840: hr_utility.set_location(' Entering:' || l_proc,80);
1841: p_new_appraisal := is_new_appraisal(item_type, item_key);
1842: if(update_personal_profile is not null and update_personal_profile = 'Y') then