MACHINE_TIME_INPUT
Machine Time Input
tableMANMACHINE
MACHINE_TIME_INPUT — Machine Time Input. MAN table in the standard Ross ERP 8.0 schema: 38 columns, used by 29 programs. Columns, data types, keys, foreign keys and relationships.
Open MACHINE_TIME_INPUT 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 FK→FACTORIES | Factory Code |
| 4 | BATCH_NUMBER | int | PK | Run Number |
| 5 | SEQUENCE | int | PK | Sequence Number |
| 6 | STATUS_FLAG | varchar(1) | Status Flag | |
| 7 | MACHINE_CODE | varchar(8) | FK→MACHINES | Machine Code |
| 8 | JOB_NUMBER | varchar(10) | FK→JOBS | Job Number |
| 9 | PROCESS_STAGE | varchar(6) | FK→PROCESS_STAGES | Process Stage |
| 10 | RECIPE_LINE_NUMBER | smallint | FK→JOB_STAGE_LINES | Recipe Line Sequence Number |
| 11 | START_TIME | varchar(4) | Start Time | |
| 12 | END_TIME | varchar(4) | End Time | |
| 13 | SETUP_TIME | numeric(20,3) | ||
| 14 | RUNTIME | numeric(20,3) | ||
| 15 | TIME_UNIT | varchar(1) | FK→TIME_UNITS | Time Unit |
| 16 | COST_TIME_UNIT | varchar(1) | Cost Time Unit | |
| 17 | MACHINE_RECOVERY_FLAG | varchar(1) | Machine Recovery Flag | |
| 18 | MACHINE_RECOVERY_COST | numeric(20,4) | Machine Recovery Cost | |
| 19 | OUTPUT_QTY | numeric(20,6) | Output Quantity | |
| 20 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 21 | PERIOD | smallint | Period Number | |
| 22 | YEAR | smallint | Year Number | |
| 23 | OPERATOR_ID | varchar(6) | Operator Id | |
| 24 | START_DATE_TIME | datetime | Start Date and Time for Machine Time Input | |
| 25 | END_DATE_TIME | datetime | End Date Time used for Machine Time Input | |
| 26 | PM_DATE | datetime | Date | |
| 27 | APS_SETUP_START_DATE | datetime | APS Setup Start Date | |
| 28 | APS_SETUP_END_DATE | datetime | APS Setup End Date | |
| 29 | APS_MID_BATCH_DATE_TIME | datetime | Date and Time associated with Machine Time entry | |
| 30 | TIME_ENTRY_METHOD | varchar(1) | Machine Time Entry Method | |
| 31 | OH_ALLOCATION_COST | numeric(20,4) | Overhead Allocation Cost | |
| 32 | OH_ALLOCATION_FLAG | varchar(1) | Overhead Allocation Flag | |
| 33 | RUNTIME_COST_ACTUAL | numeric(20,4) | Runtime Cost Actual | |
| 34 | SETUP_COST_ACTUAL | numeric(20,4) | Setup Cost Actual | |
| 35 | OVERHEAD_COST_ACTUAL | numeric(20,4) | Overhead Cost Actual | |
| 36 | RECIPE_RESOURCE | varchar(25) | Recipe Level Resource | |
| 37 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. | |
| 38 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |