PM_RECIPE_CHARACTERISTIC_LIMIT
Recipe Characteristic Limits
tableMANPM
PM_RECIPE_CHARACTERISTIC_LIMIT — Recipe Characteristic Limits. MAN table in the standard Ross ERP 8.0 schema: 12 columns, used by 9 programs. Columns, data types, keys, foreign keys and relationships.
Open PM_RECIPE_CHARACTERISTIC_LIMIT 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 | RECIPE_CODE | varchar(15) | PK | Recipe |
| 4 | RECIPE_LINE_NUMBER | smallint | PK | Recipe Line Sequence Number |
| 5 | CHARACTERISTIC_CODE | varchar(6) | PK | 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 | |
| 10 | FACTORY | varchar(2) | PK | Factory Code |
| 11 | SYS_VERSION_NUMBER | int | PK FK→RECIPE_LINES | Version Number |
| 12 | PM_BATCH_TYPE | varchar(1) | Batch Type Indicator |