JOB_STAGE_COST_HISTORY
Job Stage Cost History
tableMANJOB
JOB_STAGE_COST_HISTORY — Job Stage Cost History. 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 JOB_STAGE_COST_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 | COST_CATEGORY | varchar(2) | PK | Cost Category |
| 7 | INCREMENTAL_STD | numeric(20,6) | Incremental Std Cost | |
| 8 | INCREMENTAL_ACTUAL | numeric(20,4) | Incremental Actual Cost | |
| 9 | ACCUMULATED_STD | numeric(20,6) | Accumulated Standard Cost | |
| 10 | ACCUMULATED_ACTUAL | numeric(20,4) | Accumulated Actual Cost | |
| 11 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |