PROCESS_SPEC_FLOWS
Process Specifications Stage Flow
tableMANPROCESS
PROCESS_SPEC_FLOWS — Process Specifications Stage Flow. MAN table in the standard Ross ERP 8.0 schema: 11 columns, used by 27 programs. Columns, data types, keys, foreign keys and relationships.
Open PROCESS_SPEC_FLOWS 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_FROM | varchar(6) | PK FK→PROCESS_STAGES | Process Stage From |
| 7 | PROCESS_STAGE_TO | varchar(6) | PK FK→PROCESS_STAGES | Process Stage To |
| 8 | MOVE_TIME | numeric(20,3) | Move Time | |
| 9 | TIME_UNIT | varchar(1) | Time Unit | |
| 10 | EFFECTIVE_ON_DATE | datetime | Effectivity On Date | |
| 11 | EFFECTIVE_OFF_DATE | datetime | Effectivity Off Date |