A_JOB_STAGE_COSTS
Archived Job Stage Costs
tableMANJOB
A_JOB_STAGE_COSTS — Archived Job Stage Costs. MAN table in the standard Ross ERP 8.0 schema: 14 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open A_JOB_STAGE_COSTS 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 | ARCHIVE_ID | varchar(1) | PK | Prefix Fields for Archive Tables |
| 3 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 4 | FACTORY | varchar(2) | PK | Factory Code |
| 5 | JOB_NUMBER | varchar(10) | PK | Job Number |
| 6 | PROCESS_STAGE | varchar(6) | PK | Process Stage |
| 7 | COST_CATEGORY | varchar(2) | PK | Cost Category |
| 8 | INCREMENTAL_STD | numeric(20,6) | Incremental Std Cost | |
| 9 | INCREMENTAL_ACTUAL | numeric(20,4) | Incremental Actual Cost | |
| 10 | ACCUMULATED_STD | numeric(20,6) | Accumulated Standard Cost | |
| 11 | ACCUMULATED_ACTUAL | numeric(20,4) | Accumulated Actual Cost | |
| 12 | ARCHIVE_DATE | datetime | Archive Date | |
| 13 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 14 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |