Getting Unable to update bonus rule in FA_BOOKS table
Hi ,
We are trying to update Mass Categories and we are using api FA_RECLASS_PUB.do_reclass to achive it. so when trying to copy new asset category to asset then we are getting below issue by api.
"Unable to update bonus rule in FA_BOOKS table"
using below varaiables to copy new asset detail and update the asset
l_recl_opt_rec.COPY_CAT_DESC_FLAG := 'YES';
l_recl_opt_rec.REDEFAULT_FLAG := 'YES';
Can you please help me to fix this issue