DBA Data[Home] [Help]

APPS.HR_UPLOAD_PROPOSAL_API dependencies on FND_PROFILE

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

1229: --
1230: --vkodedal 05-Oct-2007 ER to satisfy satutory requirement
1231: --Retain auto approve first proposal functionality if profile is null or set to Yes
1232: l_approved :='N';
1233: l_autoApprove:=fnd_profile.value('HR_AUTO_APPROVE_FIRST_PROPOSAL');
1234: if(l_autoApprove is null or l_autoApprove ='Y') then
1235: hr_utility.set_location(l_proc, 32);
1236: l_approved:='Y';
1237: end if;