Fixed Assets - EBS (MOSC)

MOSC Banner

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center