Fixed Assets - EBS (MOSC)

MOSC Banner

How to calculate accumulated deprciation

edited May 30, 2013 9:33AM in Fixed Assets - EBS (MOSC) 4 commentsAnswered
Hi ,

I am calculating accumulated depriciation and NBV .I am using the following query .But for each asset there are multiple rows available .I need  one row which i will show in my report.

select (fds.deprn_reserve) accumulated_depriciation,(fb.cost-fds.deprn_reserve)NBV

from fa_books fb,

fa_deprn_summary fds


where fb.asset_id=fds.asset_id

and fb.book_type_code=fds.book_type_code

and fds.ASSET_ID=fb.asset_id

and fb.date_ineffective is null

and fb.ASSET_ID=input_assetid

How i will filter the other rows?..probably they are available because multiple time depriciation has run...

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