SALES_ORDER_MISC_ADJS
Sales Order Miscellaneous Adjustments
tableFINSALES
SALES_ORDER_MISC_ADJS — Sales Order Miscellaneous Adjustments. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 11 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_ORDER_MISC_ADJS in the interactive Data Dictionary →Part of SALES 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 | DIVISION | varchar(2) | PK | Division |
| 4 | ORDER_NUMBER | varchar(9) | PK | Order Number |
| 5 | ORDER_LINE_NUMBER | int | PK | Order Line Number |
| 6 | ADJUSTMENT_CODE | varchar(10) | PK | Adjustment Code |
| 7 | ADJUSTMENT_INC_OR_DEC | smallint | Adjustment direction - Increase or Decrease | |
| 8 | ADJUSTMENT_UNIT | varchar(4) | Adjustment Unit of Measure | |
| 9 | DESCRIPTION | varchar(30) | Description | |
| 10 | MISC_ADJUSTMENT_PERCENT | numeric(10,2) | Miscellaneous Adjustment Percentage | |
| 11 | MISC_ADJUSTMENT_VALUE | numeric(20,2) | Miscellaneous Adjustment Value | |
| 12 | MISC_ADJUSTMENT_TOTAL_VALUE | numeric(20,2) | Total Miscellaneous Adjustment Value | |
| 13 | ADJUSTMENT_CALCULATION_TYPE | smallint | Adjustment calculation type | |
| 14 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |