DBA Data[Home] [Help]

APPS.HR_MAINTAIN_PROPOSAL_API dependencies on FND_PROFILE

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

2937: if l_asg_type='E' then
2938: --vkodedal 10-Apr-2008 ER to satisfy satutory requirement
2939: --Retain auto approve first proposal functionality if profile is null or set to Yes
2940:
2941: l_autoApprove:=fnd_profile.value('HR_AUTO_APPROVE_FIRST_PROPOSAL');
2942: if(l_autoApprove is null or l_autoApprove ='Y') then
2943: hr_utility.set_location(l_proc, 47);
2944: l_pyp_rec.approved:='Y';
2945: end if;