SCHEDULE_RUN_DETAILS
Scheduling run Details
tableMANSCHEDULE
SCHEDULE_RUN_DETAILS — Scheduling run Details. MAN table in the standard Ross ERP 8.0 schema: 14 columns, used by 35 programs. Columns, data types, keys, foreign keys and relationships.
Open SCHEDULE_RUN_DETAILS in the interactive Data Dictionary →Part of Other 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 | SCHEDULE_RUN_NUMBER | varchar(6) | PK FK→SCHEDULE_RUNS | Schedule Run Number |
| 5 | JOB_NUMBER | varchar(10) | PK FK→JOBS | Job Number |
| 6 | JOB_PRIORITY | int | Job Scheduling Priority | |
| 7 | START_DATE_TIME | datetime | Start Date and Time for Machine Time Input | |
| 8 | END_DATE_TIME | datetime | End Date Time used for Machine Time Input | |
| 9 | EVENT_STATUS_FLAG | varchar(1) | Event Status Flag | |
| 10 | STATUS_FLAG | varchar(1) | Status Flag | |
| 11 | PLANNED_JOB | varchar(1) | Planned Job | |
| 12 | FIRM_PLANNED_JOB | varchar(1) | Firm Planned Job | |
| 13 | RELEASED_JOB | varchar(1) | Released Job | |
| 14 | PLANNING_JOB_NUMBER | varchar(8) | PK | Planning Job Number |