PROCESS_SPEC_STAGE
Process Specification Stages
tableMANPROCESS
PROCESS_SPEC_STAGE — Process Specification Stages. MAN table in the standard Ross ERP 8.0 schema: 26 columns, used by 68 programs. Columns, data types, keys, foreign keys and relationships.
Open PROCESS_SPEC_STAGE 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 FK→PROCESS_SPECIFICATIONS | Version Number |
| 6 | PROCESS_STAGE | varchar(6) | PK FK→PROCESS_STAGES | Process Stage |
| 7 | STD_RECIPE | varchar(15) | Standard (preferred) Recipe | |
| 8 | PM_RECIPE_VERSION_NUMBER | int | FK→RECIPES | |
| 9 | EARLIEST_START | numeric(20,3) | Earliest Start Time | |
| 10 | LATEST_FINISH | numeric(20,3) | Latest Finish Time | |
| 11 | COUNT_STAGE | varchar(1) | Count Stage | |
| 12 | BACKFLUSH_1 | varchar(1) | Backflush Line Type 1 | |
| 13 | BACKFLUSH_2 | varchar(1) | Backflush Line Type 2 | |
| 14 | BACKFLUSH_3 | varchar(1) | Backflush Line Type 3 | |
| 15 | BACKFLUSH_4 | varchar(1) | Backflush Line Type 4 | |
| 16 | COST_CENTER | varchar(3) | Cost Center Code | |
| 17 | ELAPSE_TIME | numeric(20,3) | Stage Elapse Time | |
| 18 | FLOW_SEQUENCE | int | ||
| 19 | PATH_SEQUENCE | int | ||
| 20 | MANU_LEAD_TIME | numeric(10,3) | Manufacture Lead Time | |
| 21 | INCREMENTAL_STD | numeric(20,6) | Incremental Std Cost | |
| 22 | ACCUMULATED_STD | numeric(20,6) | Accumulated Standard Cost | |
| 23 | TIME_UNIT | varchar(1) | Time Unit | |
| 24 | RECIPE_SCALING_FACTOR | numeric(10,5) | Recipe Scaling Factor | |
| 25 | RCS_CONVERSION_STATUS | varchar(1) | Ren/CS Data Conversion Status | |
| 26 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |