FACTORY_THRESHOLDS
Factory Thresholds
tableMANFACTORY
FACTORY_THRESHOLDS — Factory Thresholds. MAN table in the standard Ross ERP 8.0 schema: 9 columns, used by 9 programs. Columns, data types, keys, foreign keys and relationships.
Open FACTORY_THRESHOLDS 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 | FACTORY | varchar(2) | PK | Factory Code |
| 4 | THRESHOLD_TYPE | varchar(2) | PK | Threshold Type |
| 5 | TH_LOW_LIMIT | numeric(20,2) | Threshold Low Limit | |
| 6 | TH_LOW_LIMIT_WARNING | numeric(20,2) | Threshold Low Limit Warning | |
| 7 | TH_HIGH_LIMIT_WARNING | numeric(20,2) | Threshold High Limit Warning | |
| 8 | TH_HIGH_LIMIT | numeric(20,2) | Threshold High Limit | |
| 9 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |