DBA Data[Home] [Help]

APPS.PER_PYP_BUS dependencies on FND_PROFILE

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

2226: hr_utility.set_location(l_proc, 55);
2227: if p_approved = 'N' then
2228: --vkodedal 05-Oct-2007 ER to satisfy satutory requirement
2229: --Retain auto approve first proposal functionality if profile is null or set to Yes
2230: l_autoApprove:=fnd_profile.value('HR_AUTO_APPROVE_FIRST_PROPOSAL');
2231: if(l_autoApprove is null or l_autoApprove ='Y') then
2232: hr_utility.set_location(l_proc, 60);
2233: hr_utility.set_message (800,'HR_52513_PYP_FIRST_EMP_NOT_APR');
2234: hr_utility.raise_error;

Line 2774: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'

2770: -- a) During update, the structure column value or any
2771: -- of the attribute values have actually changed.
2772: -- b) During insert.
2773: --
2774: if nvl(fnd_profile.value('FLEXFIELDS:VALIDATE_ON_SERVER'),'N') = 'Y'
2775: then
2776: hr_dflex_utility.ins_or_upd_descflex_attribs
2777: (p_appl_short_name => 'PER'
2778: ,p_descflex_name => 'PER_PAY_PROPOSALS'