Fixed Assets - EBS (MOSC)

MOSC Banner

How to get the latest date_retired from fa_retirement table in fixed assets?

edited May 8, 2016 5:03AM in Fixed Assets - EBS (MOSC) 10 commentsAnswered

Hi,

I need to show date_retired column in cost detail report customized version.

I am using the following join condition to fetch it;

AND  fr.asset_id = ad.asset_id

AND FR.book_type_code(+)    = 'TX TRN FED' 

AND  fr.status(+) = 'PROCESSED'

AND fr.DATE_EFFECTIVE(+) <= SYSDATE

AND  fr.TRANSACTION_HEADER_ID_OUT(+)  IS NULL

But still when compare the count of records with standard report count..Few records are coming extra.

Same asset id is having different transaction header id in and two different date retired columns are there. I want only the latest one .How to achieve this?

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