DBA Data[Home] [Help]

APPS.HR_UPLOAD_PROPOSAL_API dependencies on FND_PROFILE

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

1199: --
1200: --vkodedal 05-Oct-2007 ER to satisfy satutory requirement
1201: --Retain auto approve first proposal functionality if profile is null or set to Yes
1202: l_approved :='N';
1203: l_autoApprove:=fnd_profile.value('HR_AUTO_APPROVE_FIRST_PROPOSAL');
1204: if(l_autoApprove is null or l_autoApprove ='Y') then
1205: hr_utility.set_location(l_proc, 32);
1206: l_approved:='Y';
1207: end if;