PROCESS_SPEC_WORK_TABLE
Process Specification Work Table
tableMANPROCESS
PROCESS_SPEC_WORK_TABLE — Process Specification Work Table. MAN table in the standard Ross ERP 8.0 schema: 11 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open PROCESS_SPEC_WORK_TABLE 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 | PID | varchar(8) | PK | Processor Identification |
| 3 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 4 | FACTORY | varchar(2) | PK | Factory Code |
| 5 | PROCESS_SPEC | varchar(15) | PK | Process Specification |
| 6 | STAGE_SEQ | int | PK | Stage Level Sequence |
| 7 | LEVEL_SEQ | int | PK | Process Level Sequence |
| 8 | PROCESS_STAGE | varchar(6) | Process Stage | |
| 9 | RECIPE_CODE | varchar(15) | Recipe | |
| 10 | SYS_VERSION_NUMBER | int | PK | Version Number |
| 11 | PM_RECIPE_VERSION_NUMBER | int |