PROCESS_SPEC_STAGE_RECIPES
Process Specification Stage Recipes
tableMANPROCESS
PROCESS_SPEC_STAGE_RECIPES — Process Specification Stage Recipes. MAN table in the standard Ross ERP 8.0 schema: 10 columns, used by 12 programs. Columns, data types, keys, foreign keys and relationships.
Open PROCESS_SPEC_STAGE_RECIPES in the interactive Data Dictionary →Part of PROCESS 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 | PROCESS_SPEC | varchar(15) | PK | Process Specification |
| 5 | SYS_VERSION_NUMBER | int | PK FK→PROCESS_SPECIFICATIONS | Version Number |
| 6 | PROCESS_STAGE | varchar(6) | PK FK→PROCESS_STAGES | Process Stage |
| 7 | RECIPE_CODE | varchar(15) | PK | Recipe |
| 8 | PM_RECIPE_VERSION_NUMBER | int | PK FK→RECIPES | |
| 9 | RECIPE_SCALING_FACTOR | numeric(10,5) | Recipe Scaling Factor | |
| 10 | RECIPE_DESC | varchar(60) |