PM_RECIPE_TYPES
Recipe Types
tableMANPM
PM_RECIPE_TYPES — Recipe Types. MAN table in the standard Ross ERP 8.0 schema: 19 columns, used by 30 programs. Columns, data types, keys, foreign keys and relationships.
Open PM_RECIPE_TYPES 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 FK→FACTORIES | Factory Code |
| 4 | PM_RECIPE_TYPE | varchar(12) | PK | Recipe Type |
| 5 | CODE_DESCRIPTION | varchar(60) | Code Description | |
| 6 | PM_RELEASE_FLAG | varchar(1) | Job Release Flag | |
| 7 | PM_CREATE_JOB | varchar(1) | Allow Job Creation | |
| 8 | PM_AMEND_JOB | varchar(1) | Allow Job Modification | |
| 9 | PM_COMPLETE_STAGES | varchar(1) | Complete Each Job Stage | |
| 10 | PM_ALARM_PROCESSING | varchar(1) | Alarm Processing In Use | |
| 11 | PM_AUTHORIZATION_GROUP_REQ | varchar(1) | Authorization Group Required | |
| 12 | PM_PLANNING | varchar(1) | Use for Planning Only | |
| 13 | PM_RECIPE_VERSION_REQ | varchar(1) | ||
| 14 | PM_PROCESS_VERSION_REQ | varchar(1) | ||
| 15 | PM_STREAMLINE_JOB_CLOSE | varchar(1) | Streamline Job Close Flag | |
| 16 | PM_COMPLETE_LINES | varchar(1) | Complete each line | |
| 17 | APPLY_BATCH_SIZING | smallint | Apply Batch Sizing parameter | |
| 18 | MATERIAL_LOSS_CALC | smallint | Material Loss Calculation Parameter | |
| 19 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |