IC_SPECIFICATION_LIMITS
Specification Limits
tableFINIC
IC_SPECIFICATION_LIMITS — Specification Limits. FIN table in the standard Ross ERP 8.0 schema: 9 columns, used by 13 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_SPECIFICATION_LIMITS in the interactive Data Dictionary →Part of IC 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 | PART_CODE | varchar(15) | PK | Product |
| 4 | SPECIFICATION_CODE | varchar(6) | PK FK→SPECIFICATION_CODES | Batch Characteristics Specification Code |
| 5 | CHARACTERISTIC_CODE | varchar(6) | PK FK→CHARACTERISTIC_CODES | Characteristic code |
| 6 | IC_HIGH_LIMIT_NUMERIC | numeric(20,6) | Characteristic High Limit Numeric | |
| 7 | IC_LOW_LIMIT_NUMERIC | numeric(20,6) | Characteristic Low Limit Numeric | |
| 8 | IC_HIGH_LIMIT_TEXT | varchar(30) | Characteristic High Limit Text | |
| 9 | IC_LOW_LIMIT_TEXT | varchar(30) | Characteristic Low Limit Text |