JOB_OUTPUT_QTYS
Job Output Quantities
tableMANJOB
JOB_OUTPUT_QTYS — Job Output Quantities. MAN table in the standard Ross ERP 8.0 schema: 28 columns, used by 59 programs. Columns, data types, keys, foreign keys and relationships.
Open JOB_OUTPUT_QTYS 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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | FACTORY | varchar(2) | PK | Factory Code |
| 4 | JOB_NUMBER | varchar(10) | PK | Job Number |
| 5 | PROCESS_STAGE | varchar(6) | PK FK→JOB_STAGE | Process Stage |
| 6 | RECIPE_CODE | varchar(15) | PK | Recipe |
| 7 | RECIPE_LINE_NUMBER | smallint | PK | Recipe Line Sequence Number |
| 8 | PROCESS_SPEC | varchar(15) | PK | Process Specification |
| 9 | OUTPUT_PRODUCT | varchar(15) | Output Product (Inventory) | |
| 10 | PARTIAL_CLOSE_QTY | numeric(20,6) | Quantity Partially Closed | |
| 11 | QTY_ON_HAND | numeric(20,6) | Quantity on Hand | |
| 12 | QTY_IN_QUALITY_CONTROL | numeric(20,6) | Quantity in Quality Control | |
| 13 | QTY_IN_QUARANTINE | numeric(20,6) | Quantity in Quarantine | |
| 14 | QOH_CLOSED | numeric(20,6) | ||
| 15 | QC_CLOSED | numeric(20,6) | ||
| 16 | QR_CLOSED | numeric(20,6) | ||
| 17 | SYS_VERSION_NUMBER | int | PK | Version Number |
| 18 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 19 | IC_PRODUCT_UOM_TYPE | varchar(1) | PK | The type of UOM |
| 20 | LAST_SINGLE_LOT_NUMBER | varchar(20) | ||
| 21 | LAST_SINGLE_BIN_LOCATION | varchar(15) | ||
| 22 | QOH_NOT_CLOSED | computed | ||
| 23 | QC_NOT_CLOSED | computed | ||
| 24 | QR_NOT_CLOSED | computed | ||
| 25 | OUTPUT_QTY_NOT_CLOSED | computed | ||
| 26 | PM_OUTPUT_QTY_ACTUAL | computed | ||
| 27 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. | |
| 28 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |