DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on FND_PROFILE

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

939: if csr_payproposal%found and l_change_date < p_effective_date then
940:
941: ---- Fix For ER: 6136609 Starts ----
942:
943: l_autoApprove:=fnd_profile.value('HR_AUTO_APPROVE_FIRST_PROPOSAL');
944: if(l_autoApprove is null or l_autoApprove ='Y') then
945: hr_utility.set_location(l_proc, 32);
946: l_approved_flag:='Y';
947: end if;

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

2098: fetch csr_future_asg_changes into l_exists;
2099: if csr_future_asg_changes%FOUND then
2100: --
2101: hr_utility.set_location(l_proc,40);
2102: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then
2103: open fpt_future_asg_changes;
2104: fetch fpt_future_asg_changes into l_exists;
2105: if fpt_future_asg_changes%found then
2106: hr_utility.set_message(801,'HR_7975_ASG_INV_FUTURE_ASA');

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

4631: fetch csr_future_asg_changes into l_exists;
4632: if csr_future_asg_changes%FOUND then
4633: --
4634: hr_utility.set_location(l_proc,40);
4635: if (nvl(fnd_profile.value('HR_ALLOW_FPT_UPDATES'),'N') = 'Y') then
4636: open fpt_future_asg_changes;
4637: fetch fpt_future_asg_changes into l_exists;
4638: if fpt_future_asg_changes%found then
4639: hr_utility.set_message(801,'HR_7975_ASG_INV_FUTURE_ASA');

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

4876: /* ----------------------------------------------------------------------------- */
4877:
4878: --12905192
4879:
4880: l_change_reason:=fnd_profile.value('HR_APL_CHNG_REASON');
4881:
4882: if l_change_reason is not null then
4883:
4884: open csr_get_un_accepted;

Line 5679: l_change_reason:=fnd_profile.value('HR_APL_CHNG_REASON'); -- 12905192

5675: hr_utility.set_location(l_proc, 272);
5676: --
5677: --
5678: /*
5679: l_change_reason:=fnd_profile.value('HR_APL_CHNG_REASON'); -- 12905192
5680: if l_change_reason is not null then
5681:
5682: per_people3_pkg.get_default_person_type
5683: (p_required_type => 'TERM_APL'

Line 6408: l_change_reason:=fnd_profile.value('HR_APL_CHNG_REASON'); -- 12905192

6404: --
6405: hr_utility.set_location(l_proc, 360);
6406: --
6407: /*
6408: l_change_reason:=fnd_profile.value('HR_APL_CHNG_REASON'); -- 12905192
6409: if l_change_reason is not null then
6410:
6411: per_people3_pkg.get_default_person_type
6412: (p_required_type => 'TERM_APL'