SCHEDULE_RUN_LABOUR
Scheduling Labour allocation records
tableMANSCHEDULE
SCHEDULE_RUN_LABOUR — Scheduling Labour allocation records. MAN table in the standard Ross ERP 8.0 schema: 20 columns, used by 21 programs. Columns, data types, keys, foreign keys and relationships.
Open SCHEDULE_RUN_LABOUR 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) | Company Code | |
| 3 | FACTORY | varchar(2) | Factory Code | |
| 4 | SCHEDULE_RUN_NUMBER | varchar(6) | FK→SCHEDULE_RUNS | Schedule Run Number |
| 5 | LABOUR_CLASS | varchar(4) | Labor Class Code | |
| 6 | EVENT_DATE_TIME | datetime | An event datetime field | |
| 7 | EVENT_TYPE | varchar(1) | Event Type (B=Begin, E=End) | |
| 8 | EVENT_STATUS_FLAG | varchar(1) | Event Status Flag | |
| 9 | START_DATE_TIME | datetime | Start Date and Time for Machine Time Input | |
| 10 | END_DATE_TIME | datetime | End Date Time used for Machine Time Input | |
| 11 | JOB_NUMBER | varchar(10) | Job Number | |
| 12 | PROCESS_STAGE | varchar(6) | Process Stage | |
| 13 | RECIPE_LINE_NUMBER | smallint | Recipe Line Sequence Number | |
| 14 | LABOUR_UNITS_USED | numeric(10,3) | Labor units used | |
| 15 | LABOUR_DESC | varchar(60) | ||
| 16 | STATUS_FLAG | varchar(1) | Status Flag | |
| 17 | PLANNED_JOB | varchar(1) | Planned Job | |
| 18 | FIRM_PLANNED_JOB | varchar(1) | Firm Planned Job | |
| 19 | RELEASED_JOB | varchar(1) | Released Job | |
| 20 | PLANNING_JOB_NUMBER | varchar(8) | Planning Job Number |