DBA Data[Home] [Help]

APPS.BEN_EVALUATE_DPNT_ELG_PROFILES dependencies on FND_PROFILE

Line 1752: l_defct_brch_dtctd := nvl(fnd_profile.VALUE ('BEN_DEFCT_BRCH_DTCTD'),'USE_ACTUAL_INELIG_DT');

1748: */
1749: --
1750: -- Bug 6615978 : Check the profile value and accordingly calculate the ineligibility date
1751: --
1752: l_defct_brch_dtctd := nvl(fnd_profile.VALUE ('BEN_DEFCT_BRCH_DTCTD'),'USE_ACTUAL_INELIG_DT');
1753:
1754: if ((l_age >= age.mn_age_num and l_age < l_max_age_number)
1755: or (age.no_mn_age_flag = 'Y' and l_age < l_max_age_number)
1756: or (age.no_mx_age_flag = 'Y' and l_age >= age.mn_age_num) ) then