DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on FND_PROFILE

Line 2313: l_autoApprove:=fnd_profile.value('HR_AUTO_APPROVE_FIRST_PROPOSAL');

2309: if csr_payproposal%found and l_change_date < p_effective_date then
2310:
2311: ---- Fix For ER: 6136609 Starts ----
2312:
2313: l_autoApprove:=fnd_profile.value('HR_AUTO_APPROVE_FIRST_PROPOSAL');
2314: if(l_autoApprove is null or l_autoApprove ='Y') then
2315: hr_utility.set_location(l_proc, 32);
2316: l_approved_flag:='Y';
2317: end if;

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

2555: --
2556: if csr_future_asg_changes%FOUND then
2557: --
2558: hr_utility.set_location(l_proc,40);
2559: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then
2560: -- Checking for future 'E' asg changes when the profile option is set
2561: open fpt_future_asg_changes;
2562: fetch fpt_future_asg_changes into l_exists;
2563: if fpt_future_asg_changes%found then

Line 2977: l_change_reason:=fnd_profile.value('HR_APL_CHNG_REASON');

2973: ,p_person_type => l_assignment_status_type_id
2974: );
2975:
2976: -- 12905192
2977: l_change_reason:=fnd_profile.value('HR_APL_CHNG_REASON');
2978:
2979: if l_change_reason is null then
2980: begin
2981: