Asset Lifecycle Management - PSFT (MOSC)

MOSC Banner

accumulated depriciation calculation

edited May 24, 2013 6:28AM in Asset Lifecycle Management - PSFT (MOSC) 1 commentAnswered
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)NBVfrom fa_books fb, fa_deprn_summary fdswhere fb.asset_id=fds.asset_idand fb.book_type_code=fds.book_type_codeand fds.ASSET_ID=fb.asset_idand fb.date_ineffective is nulland fb.ASSET_ID=input_assetidHow 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