Fixed Assets - EBS (MOSC)

MOSC Banner

FA_INV_XFR_PUB.do_transfer - What's wrong?

edited Apr 25, 2018 12:14PM in Fixed Assets - EBS (MOSC) 4 commentsAnswered ✓

I'm trying to use API procedure "FA_INV_XFR_PUB.do_transfer" but I can't find out the correct value for parameter "l_inv_rec.fixed_assets_cost".

On Asset User Guide we can see the following description: "This is the delta amount for each line you wish to transfer. It must be between 0 and the current cost of the line in question.". So, I put the current cost of asset in parameter but I got errors from API.

What I supose to do?

My code:

declare

  -- source

  l_src_trans_rec             FA_API_TYPES.trans_rec_type;

  l_src_asset_hdr_rec         FA_API_TYPES.asset_hdr_rec_type;

Tagged:

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