JOB_STAGE_HISTORY
Job Stage History
tableMANJOB
JOB_STAGE_HISTORY — Job Stage History. MAN table in the standard Ross ERP 8.0 schema: 15 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open JOB_STAGE_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 | STD_RECIPE | varchar(15) | Standard (preferred) Recipe | |
| 7 | FLOW_SEQUENCE | int | ||
| 8 | PATH_SEQUENCE | int | ||
| 9 | TOTAL_COST_STD | numeric(20,4) | Total Standard Cost | |
| 10 | TOTAL_COST_ACTUAL | numeric(20,4) | Total Cost Actual | |
| 11 | ACCUMULATED_STD | numeric(20,6) | Accumulated Standard Cost | |
| 12 | ACCUMULATED_ACTUAL | numeric(20,4) | Accumulated Actual Cost | |
| 13 | SYS_VERSION_NUMBER | int | Version Number | |
| 14 | PM_RECIPE_VERSION_NUMBER | int | ||
| 15 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |