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