JOB_STAGE_FLOWS
Job Stage Flows
tableMANJOB
JOB_STAGE_FLOWS — Job Stage Flows. MAN table in the standard Ross ERP 8.0 schema: 11 columns, used by 32 programs. Columns, data types, keys, foreign keys and relationships.
Open JOB_STAGE_FLOWS 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 FK→JOBS | Job Number |
| 5 | PROCESS_STAGE_FROM | varchar(6) | PK | Process Stage From |
| 6 | PROCESS_STAGE_TO | varchar(6) | PK | Process Stage To |
| 7 | MOVE_TIME | numeric(20,3) | Move Time | |
| 8 | TIME_UNIT | varchar(1) | Time Unit | |
| 9 | EARLIEST_START | numeric(20,3) | Earliest Start Time | |
| 10 | LATEST_FINISH | numeric(20,3) | Latest Finish Time | |
| 11 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |