MISCELLANEOUS_ADJUSTMENTS
Miscellaneous Adjustments
tableFINMISCELLANEOUS
MISCELLANEOUS_ADJUSTMENTS — Miscellaneous Adjustments. FIN table in the standard Ross ERP 8.0 schema: 17 columns, used by 10 programs. Columns, data types, keys, foreign keys and relationships.
Open MISCELLANEOUS_ADJUSTMENTS in the interactive Data Dictionary →Part of Other 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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | ADJUSTMENT_CODE | varchar(10) | PK | Adjustment Code |
| 4 | DESCRIPTION | varchar(30) | Description | |
| 5 | ADJUSTMENT_CALCULATION_TYPE | smallint | Adjustment calculation type | |
| 6 | ADJUSTMENT_INC_OR_DEC | smallint | Adjustment direction - Increase or Decrease | |
| 7 | ADJUSTMENT_DEFAULT_PERCENT | numeric(10,2) | Adjustment Default Percentage | |
| 8 | MINIMUM_ADJUSTMENT_PERCENT | numeric(10,2) | Minimum Adjustment Percentage | |
| 9 | MAXIMUM_ADJUSTMENT_PERCENT | numeric(10,2) | Maximum Adjustment Percentage | |
| 10 | ADJUSTMENT_DEFAULT_VALUE | numeric(20,2) | Adjustment Default Value | |
| 11 | ADJUSTMENT_UNIT | varchar(4) | FK→UNITS_OF_MEASURE | Adjustment Unit of Measure |
| 12 | MINIMUM_ADJUSTMENT_VALUE | numeric(20,2) | Minimum Adjustment Value | |
| 13 | MAXIMUM_ADJUSTMENT_VALUE | numeric(20,2) | Maximum Adjustment Value | |
| 14 | ADJUSTMENT_ACCOUNT | varchar(50) | GL Account for adjustments | |
| 15 | ADJUSTMENT_SHORT_CODE | varchar(6) | FK→GL_SHORT_CODES | GL Short Code for adjustments |
| 16 | ADJUSTMENT_DESC_MODIFY | varchar(1) | Modify Adjustment Description Allowed | |
| 17 | SYS_CURRENCY_CODE | varchar(6) | Currency Code |