PM_JOB_CHARACTERISTIC_LIMITS
Job Characteristic Limits
tableMANPM
PM_JOB_CHARACTERISTIC_LIMITS — Job Characteristic Limits. MAN table in the standard Ross ERP 8.0 schema: 13 columns, used by 19 programs. Columns, data types, keys, foreign keys and relationships.
Open PM_JOB_CHARACTERISTIC_LIMITS in the interactive Data Dictionary →Part of PM 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 | JOB_NUMBER | varchar(10) | PK | Job Number |
| 5 | PROCESS_STAGE | varchar(6) | PK | Process Stage |
| 6 | RECIPE_LINE_NUMBER | smallint | PK | Recipe Line Sequence Number |
| 7 | CHARACTERISTIC_CODE | varchar(6) | PK | Characteristic code |
| 8 | IC_HIGH_LIMIT_NUMERIC | numeric(20,6) | Characteristic High Limit Numeric | |
| 9 | IC_LOW_LIMIT_NUMERIC | numeric(20,6) | Characteristic Low Limit Numeric | |
| 10 | IC_HIGH_LIMIT_TEXT | varchar(30) | Characteristic High Limit Text | |
| 11 | IC_LOW_LIMIT_TEXT | varchar(30) | Characteristic Low Limit Text | |
| 12 | PM_BATCH_TYPE | varchar(1) | Batch Type Indicator | |
| 13 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |