DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATE_CHG dependencies on FND_PROFILE

Line 1222: l_chk_non_rec_entry := fnd_profile.value('BEN_CREATE_NON_REC_ENTRIES');

1218: -- Default value for the profile is 'Y', which means that non-recurring elements will be created
1219: -- while running RPV. If the profile is set to 'N' and if it is a non-recurring element, then
1220: -- do not recreated it while running RPV
1221:
1222: l_chk_non_rec_entry := fnd_profile.value('BEN_CREATE_NON_REC_ENTRIES');
1223: hr_utility.set_location ('profile BEN_CREATE_NON_REC_ENTRIES '||l_chk_non_rec_entry,50);
1224: --
1225: -- Bug 7566569 : Check whether the element / rate is a non-recurring one. If it is non-recurring,
1226: -- we should not re-create it while running Recalculate Participant Values program