Using FA_ADJUSTMENT_PUB.do_adjustment API to update salvage value
Want to update the salvage value of an existing asset by using the FA_ADJUSTMENT_PUB.do_adjustment API.
Unfortunally this lead to the error APP-OFA-48232 when we query for the assetin Oracle EBS after calling the API.
This is our code where in our case the salvage type of the mentioned asset is PCT:
DECLARE
l_trans_rec FA_API_TYPES.trans_rec_type;
l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
l_asset_fin_rec_adj FA_API_TYPES.asset_fin_rec_type;
l_asset_fin_rec_new FA_API_TYPES.asset_fin_rec_type;