JOB_WORK
Job Schedule Work
tableMANJOB
JOB_WORK — Job Schedule Work. MAN table in the standard Ross ERP 8.0 schema: 18 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open JOB_WORK 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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | FACTORY | varchar(2) | PK | Factory Code |
| 4 | JOB_NUMBER | varchar(10) | PK | Job Number |
| 5 | PROCESS_STAGE | varchar(6) | PK | Process Stage |
| 6 | RECIPE_LINE_NUMBER | smallint | PK | Recipe Line Sequence Number |
| 7 | PID | varchar(8) | PK | Processor Identification |
| 8 | OUTPUT_PRODUCT | varchar(15) | Output Product (Inventory) | |
| 9 | OUTPUT_UNIT | varchar(4) | Output Unit of Measure | |
| 10 | OUTPUT_QTY | numeric(20,6) | Output Quantity | |
| 11 | FINAL_PRODUCT_FLAG | varchar(1) | Final or By Product Indicator | |
| 12 | CONV_TO_PLANNING_UNIT | numeric(20,4) | Conversion to Planning UOM | |
| 13 | RECIPE_CODE | varchar(15) | Recipe | |
| 14 | DESTINATION_TYPE | varchar(1) | Destination Type (I-Inv,C-Cust,S-Interstage) | |
| 15 | PLANNING_QTY | numeric(20,6) | Planning Quantity | |
| 16 | EXCESS_QTY | numeric(20,6) | Excess Quantity | |
| 17 | PM_RECIPE_VERSION_NUMBER | int | ||
| 18 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |