JOB_WORK_TABLE
Job Work Table
tableMANJOB
JOB_WORK_TABLE — Job Work Table. MAN table in the standard Ross ERP 8.0 schema: 15 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open JOB_WORK_TABLE in the interactive Data Dictionary →Part of JOB 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 | JOB_NUMBER | varchar(10) | PK | Job Number |
| 4 | FLOW_SEQUENCE | int | PK | |
| 5 | PATH_SEQUENCE | int | PK | |
| 6 | PROCESS_STAGE | varchar(6) | Process Stage | |
| 7 | RECIPE_CODE | varchar(15) | Recipe | |
| 8 | DESCRIPTION | varchar(60) | Description | |
| 9 | STATUS_FLAG | varchar(1) | Status Flag | |
| 10 | RECIPE_SCALING_FACTOR | numeric(10,5) | Recipe Scaling Factor | |
| 11 | PRINCIPAL_PRODUCT_FLAG | varchar(1) | Principal Product | |
| 12 | PM_RECIPE_VERSION_NUMBER | int | ||
| 13 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 14 | FACTORY | varchar(2) | PK | Factory Code |
| 15 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |