FA_TYPE_N_PERIOD_DEPR_RATES
Type N Depreciation Period Rates
tableFINFA
FA_TYPE_N_PERIOD_DEPR_RATES — Type N Depreciation Period Rates. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 8 programs. Columns, data types, keys, foreign keys and relationships.
Open FA_TYPE_N_PERIOD_DEPR_RATES in the interactive Data Dictionary →Part of FA tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | FA_DEPR_METHOD_CODE | varchar(6) | PK | Depreciation Method Code |
| 3 | FA_RECOVERY_YEAR | smallint | PK FK→FA_TYPE_N_DEPR_RATES | Depreciation Recovery Year |
| 4 | FA_RECOVERY_PERIOD | smallint | PK | Depreciation Rate Recovery Period |
| 5 | FA_PERIOD_RATE | numeric(10,4) | Depreciation Period Rate |