What table to find the current YTD Depreciation amount for fully depreciated assets?
I am using the FA_DEPRN_SUMMRY table to find the last record for that asset. But I am getting the last depreciation record in 2012 as the last record in this table and the YTD_DEPRN column shows a value instead of 0.00 since it does not continue to create new records with 0.00 in the YTD_DEPRN column. In the Financial Inquiry form FAXOLFIN, the YTD Depreciation shows 0.00. I am wanting to get this value. Where can I find this value in the tables or views?