JOB_LINE_HISTORY
Job Line History
tableMANJOB
JOB_LINE_HISTORY — Job Line History. MAN table in the standard Ross ERP 8.0 schema: 50 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open JOB_LINE_HISTORY 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 | RECIPE_LINE_TYPE | varchar(1) | Recipe Line Type Code | |
| 8 | COST_CATEGORY | varchar(2) | Cost Category | |
| 9 | DESCRIPTION | varchar(60) | Description | |
| 10 | SOURCE_TYPE | varchar(1) | Source Type | |
| 11 | INPUT_PRODUCT | varchar(15) | Input Product Code | |
| 12 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 13 | INPUT_QTY_STD | numeric(20,6) | Input Quantity | |
| 14 | INPUT_QTY_ACTUAL | numeric(20,6) | Input Quantity Actual | |
| 15 | INPUT_UNIT | varchar(4) | Input Unit of Measure | |
| 16 | MATERIAL_SETUP_QTY | numeric(20,6) | Material Setup Quantity | |
| 17 | MATERIAL_SETUP_QTY_ACTUAL | numeric(20,6) | Material Setup Quantity Actual | |
| 18 | YIELD | numeric(5,2) | Percentage Yield | |
| 19 | LABOUR_CLASS | varchar(4) | Labor Class Code | |
| 20 | SETUP_TIME_STD | numeric(20,3) | Standard Setup Time | |
| 21 | SETUP_TIME_ACTUAL | numeric(20,3) | Actual Setup Time | |
| 22 | RUNTIME_STD | numeric(20,3) | Standard Run Time | |
| 23 | RUNTIME_ACTUAL | numeric(20,3) | Actual Run Time | |
| 24 | TIME_UNIT | varchar(1) | Time Unit | |
| 25 | SETUP_TIME_UNIT | varchar(1) | Setup Time Unit | |
| 26 | MACHINE_CODE | varchar(8) | Machine Code | |
| 27 | FIXED_COST_STD | numeric(20,4) | Fixed Cost Std | |
| 28 | FIXED_COST_ACTUAL | numeric(20,4) | Fixed Cost Actual | |
| 29 | OH_COST_CATEGORY | varchar(2) | Overhead Cost Category | |
| 30 | INPUT_PRODUCT_DESC | varchar(60) | Input Product Description | |
| 31 | ACTUAL_START_DATE | datetime | Actual Start Date | |
| 32 | RUNTIME_COST_STD | numeric(20,6) | Run time cost | |
| 33 | RUNTIME_COST_ACTUAL | numeric(20,4) | Runtime Cost Actual | |
| 34 | SETUP_COST_STD | numeric(20,6) | Setup Cost Std | |
| 35 | SETUP_COST_ACTUAL | numeric(20,4) | Setup Cost Actual | |
| 36 | INPUT_COST_STD | numeric(20,6) | Standard Input Cost (material, misc) | |
| 37 | INPUT_COST_ACTUAL | numeric(20,4) | Actual Input Cost | |
| 38 | OVERHEAD_COST_STD | numeric(20,6) | Overhead Costs Standard | |
| 39 | OVERHEAD_COST_ACTUAL | numeric(20,4) | Overhead Cost Actual | |
| 40 | OUTPUT_PRODUCT | varchar(15) | Output Product (Inventory) | |
| 41 | OUTPUT_UNIT | varchar(4) | Output Unit of Measure | |
| 42 | OUTPUT_QTY_STD | numeric(20,6) | Output Quantity, Std for current batch | |
| 43 | OUTPUT_QTY_ACTUAL | numeric(20,6) | Output Quantity Actual | |
| 44 | DESTINATION_TYPE | varchar(1) | Destination Type (I-Inv,C-Cust,S-Interstage) | |
| 45 | FINAL_PRODUCT_FLAG | varchar(1) | Final or By Product Indicator | |
| 46 | COST_ALLOCATION_PERCENT | numeric(5,2) | Cost Allocation Percent | |
| 47 | OUTPUT_PRODUCT_DESC | varchar(60) | Output Product Description | |
| 48 | VENDOR_NUMBER | varchar(12) | Supplier Number (or ID) | |
| 49 | SYS_TEST_GROUP | varchar(6) | Quality Control Test Group Code | |
| 50 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |