DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on FND_PROFILE

Line 414: l_prflvalue := fnd_profile.value('BEN_IMPTD_INCM_POST_TAX');

410: --
411: hr_utility.set_location('l_tot_sub_to_imp_inc: '||l_tot_sub_to_imp_inc, 10);
412: -- if the profile set to 'Y' and eployee contributed pre-tax , deduct the contribution
413: --- post tax calcualtion 2897063
414: l_prflvalue := fnd_profile.value('BEN_IMPTD_INCM_POST_TAX');
415: hr_utility.set_location('Profile:'||l_prflvalue, 99 );
416: if l_prflvalue = 'Y' then
417: open c_post_tax_contrib(hr_api.g_eot) ;
418: Loop