DBA Data[Home] [Help]

APPS.BEN_EVALUATE_DPNT_ELG_PROFILES dependencies on FND_PROFILE

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

1781: */
1782: --
1783: -- Bug 6615978 : Check the profile value and accordingly calculate the ineligibility date
1784: --
1785: l_defct_brch_dtctd := nvl(fnd_profile.VALUE ('BEN_DEFCT_BRCH_DTCTD'),'USE_ACTUAL_INELIG_DT');
1786:
1787: if ((l_age >= age.mn_age_num and l_age < l_max_age_number)
1788: or (age.no_mn_age_flag = 'Y' and l_age < l_max_age_number)
1789: or (age.no_mx_age_flag = 'Y' and l_age >= age.mn_age_num) ) then