A_JOB_STAGE_FLOWS
Archived Job Stage Flows
tableMANJOB
A_JOB_STAGE_FLOWS — Archived Job Stage Flows. MAN table in the standard Ross ERP 8.0 schema: 14 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open A_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 | 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_FROM | varchar(6) | PK | Process Stage From |
| 7 | PROCESS_STAGE_TO | varchar(6) | PK | Process Stage To |
| 8 | MOVE_TIME | numeric(20,3) | Move Time | |
| 9 | TIME_UNIT | varchar(1) | Time Unit | |
| 10 | EARLIEST_START | numeric(20,3) | Earliest Start Time | |
| 11 | LATEST_FINISH | numeric(20,3) | Latest Finish Time | |
| 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. |