WORK_ORDER_LINE_MTRL_QTYS
Work order line material quantities
tableMANWORK
WORK_ORDER_LINE_MTRL_QTYS — Work order line material quantities. MAN table in the standard Ross ERP 8.0 schema: 14 columns, used by 13 programs. Columns, data types, keys, foreign keys and relationships.
Open WORK_ORDER_LINE_MTRL_QTYS in the interactive Data Dictionary →Part of WORK 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 | WOL_WO_ID | numeric(20,0) | PK | Work Order |
| 5 | WOL_WO_LN_NUM | numeric(20,0) | PK | WO Step Number |
| 6 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 7 | PART_CODE | varchar(15) | PK | Product |
| 8 | SEQUENCE | int | PK | Sequence Number |
| 9 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 10 | IC_LOT_SEQUENCE | int | Lot Sequence | |
| 11 | IC_CAPACITY_UNIT | varchar(4) | ||
| 12 | INPUT_QTY_ACTUAL | numeric(20,6) | Input Quantity Actual | |
| 13 | PM_RETURNED_QTY | numeric(20,6) | Quantity that is returned in PM | |
| 14 | LAST_ISSUE_UOM | varchar(4) |