DBA Data[Home] [Help]

APPS.HR_APPLICANT_INTERNAL dependencies on FND_PROFILE

Line 877: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then

873: ,p_datetrack_update_mode => hr_api.g_update
874: );
875: end if;
876: -- ER FPT
877: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then
878: for apl_rec in fpt_apl loop
879: -- updating PTU with the future APL and EX-APL records
880: hr_utility.set_location('Creating APL record on '||apl_rec.date_received,70);
881: l_person_type_id1 := hr_person_type_usage_info.get_default_person_type_id(p_Business_Group_Id,'APL');