Fixed Assets - EBS (MOSC)

MOSC Banner

How to transfer Units Between Distribution In Asset using API -> FA_TRANSFER_PUB.do_transfer

edited Oct 10, 2017 1:25PM in Fixed Assets - EBS (MOSC) 3 commentsAnswered

I am trying use FA_TRANSFER_PUB.do_transfer to distribute units in multiple distributions line which we can achieve as below from Application side:

Navigate FA: Assets > Assets Workbench > Assignment

On this screen we can distribute unit to multiple distributions line ( Depreciation expense account, location, employee).

Though the the pl/sql code gets completed normally with success but the distributions which we are trying is not visible.

Below is the code which we used and it completed successfully but with no result as expected:

=============================

declare

   l_trans_rec                fa_api_types.trans_rec_type;

   l_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