YTD Depreciation is not showing correct value in Fixed Assets
Hi
I am using below tables in my query and i am pulling YTD Depreciation from Fa_Deprn_detail table. it is not pulling the record which has deprn_source_code='B' from the table and i see the discrepencies in YTD Deprn value.
In Fixed Assets, the depreciation data displayed in the application is different from the data stored in the Oracle database tables ( Fa_deprn_summary and fs_deprn_detail)
below are the tables and joins:
fa_additions_vl FAB,
gl_code_combinations GCC,
--fa_locations l,
FA_METHODS FAM,
FA_DEPRN_DETAIL FDD,
FA_DEPRN_PERIODS FDP,
0