PROCESS_SPEC_STAGE_COSTS
Process Specification Stage Costs
tableMANPROCESS
PROCESS_SPEC_STAGE_COSTS — Process Specification Stage Costs. MAN table in the standard Ross ERP 8.0 schema: 9 columns, used by 15 programs. Columns, data types, keys, foreign keys and relationships.
Open PROCESS_SPEC_STAGE_COSTS in the interactive Data Dictionary →Part of PROCESS 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 FK→FACTORIES | Factory Code |
| 4 | PROCESS_SPEC | varchar(15) | PK | Process Specification |
| 5 | SYS_VERSION_NUMBER | int | PK | Version Number |
| 6 | PROCESS_STAGE | varchar(6) | PK FK→PROCESS_SPEC_STAGE | Process Stage |
| 7 | COST_CATEGORY | varchar(2) | PK FK→COST_CATEGORIES | Cost Category |
| 8 | INCREMENTAL_STD | numeric(20,6) | Incremental Std Cost | |
| 9 | ACCUMULATED_STD | numeric(20,6) | Accumulated Standard Cost |