SOP_TEMPLATE_LIMITS
Sales Order Lot Characteristic Limits
tableFINSOP
SOP_TEMPLATE_LIMITS — Sales Order Lot Characteristic Limits. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open SOP_TEMPLATE_LIMITS in the interactive Data Dictionary →Part of SOP 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 | TEMPLATE_CODE | varchar(10) | PK | Sales Order Template Code |
| 5 | ORDER_LINE_NUMBER | int | PK | Order Line Number |
| 6 | CHARACTERISTIC_CODE | varchar(6) | PK | Characteristic code |
| 7 | IC_HIGH_LIMIT_NUMERIC | numeric(20,6) | Characteristic High Limit Numeric | |
| 8 | IC_LOW_LIMIT_NUMERIC | numeric(20,6) | Characteristic Low Limit Numeric | |
| 9 | IC_HIGH_LIMIT_TEXT | varchar(30) | Characteristic High Limit Text | |
| 10 | IC_LOW_LIMIT_TEXT | varchar(30) | Characteristic Low Limit Text |