Different fields in DEPRECIATION table
What is each of the below fields represents? And can somebody explain with examples if possible.
SELECT A.DEPR, A.DEPR_YTD, A.SPEC_DEPR, A.INITIAL_DEPR, A.ACCEL_DEPR, A.INCREASE_DEPR, A.STANDARD_DEPR
FROM PS_DEPRECIATION A
0