|
Re: has any FA API to update asset cost and salvage value? [message #447714 is a reply to message #447640] |
Wed, 17 March 2010 08:45 |
eric62
Messages: 24 Registered: January 2009
|
Junior Member |
|
|
Hello
To create the asset on tax book : API fa_addition_pub.do_addition
Metalink : Oracle Assets Additions API Documentation Supplement, Mar 2003 [ID 232070.1] . (ASSET_HDR_REC_TYPE Structure - ASSET_ID with the value of your asset)
To modify the asset : API FA_ADJUSTMENT_PUB.DO_ADJUSTMENT
Metalink : Oracle Assets Adjustments API Documentation Supplement [ID 206474.1] . ( ASSET_FIN_REC_TYPE Asset Structure ).
|
|
|
|