DBA Data[Home] [Help]

APPS.HR_MAINTAIN_PROPOSAL_API dependencies on FND_PROFILE

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

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