DBA Data[Home] [Help]

APPS.HR_COMPLETE_APPRAISAL_SS dependencies on FND_PROFILE

Line 2724: update_personal_profile := fnd_profile.VALUE ('HR_APPLY_COMPETENCIES_TO_PERSON');

2720: -- create and event and add a performance record
2721: IF l_available_flag IS NULL
2722: THEN
2723: hr_utility.set_location (' Entering:' || l_proc, 77);
2724: update_personal_profile := fnd_profile.VALUE ('HR_APPLY_COMPETENCIES_TO_PERSON');
2725: l_talent_mang_src_typ := fnd_profile.VALUE ('HR_TALENT_MGMT_SRC_TYPE');
2726: END IF;
2727:
2728: hr_utility.set_location (' Entering:' || l_proc, 80);

Line 2725: l_talent_mang_src_typ := fnd_profile.VALUE ('HR_TALENT_MGMT_SRC_TYPE');

2721: IF l_available_flag IS NULL
2722: THEN
2723: hr_utility.set_location (' Entering:' || l_proc, 77);
2724: update_personal_profile := fnd_profile.VALUE ('HR_APPLY_COMPETENCIES_TO_PERSON');
2725: l_talent_mang_src_typ := fnd_profile.VALUE ('HR_TALENT_MGMT_SRC_TYPE');
2726: END IF;
2727:
2728: hr_utility.set_location (' Entering:' || l_proc, 80);
2729: p_new_appraisal := is_new_appraisal (item_type, item_key);

Line 2751: IF NVL (fnd_profile.VALUE ('HR_SUCCESSION_MGMT_LICENSED'), 'N') = 'Y'

2747: hr_utility.set_location (' Entering:' || l_proc, 95);
2748: END IF;
2749:
2750: ------------ Update Succession Plan Details
2751: IF NVL (fnd_profile.VALUE ('HR_SUCCESSION_MGMT_LICENSED'), 'N') = 'Y'
2752: THEN
2753: hr_utility.set_location ('before update_succ_plan_eit:' || l_proc, 96);
2754: update_succ_plan_eit (appraisal_id);
2755: hr_utility.set_location ('before update_succ_plan_eit:' || l_proc, 96);