DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on FND_PROFILE

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

1024:
1025: -- if the profile set to 'Y' and eployee contributed pre-tax , deduct the contribution
1026: --- post tax calcualtion 2897063
1027:
1028: l_prflvalue := fnd_profile.value('BEN_IMPTD_INCM_POST_TAX');
1029: hr_utility.set_location('Profile:'||l_prflvalue, 99 );
1030: if l_prflvalue = 'Y' then
1031: open c_post_tax_contrib(hr_api.g_eot) ;
1032: Loop