YIELD_JOB_HEADERS
Yield Code Headers for Jobs
tableMANYIELD
YIELD_JOB_HEADERS — Yield Code Headers for Jobs. MAN table in the standard Ross ERP 8.0 schema: 19 columns, used by 12 programs. Columns, data types, keys, foreign keys and relationships.
Open YIELD_JOB_HEADERS 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 | Factory Code |
| 4 | JOB_NUMBER | varchar(10) | PK | Job Number |
| 5 | YIELD_CODE | varchar(8) | PK | Yield Code |
| 6 | CODE_DESCRIPTION | varchar(60) | Code Description | |
| 7 | INPUT_UNIT | varchar(4) | Input Unit of Measure | |
| 8 | YIELD_INPUT_FACTOR | numeric(10,4) | Yield Input Factor | |
| 9 | OUTPUT_UNIT | varchar(4) | Output Unit of Measure | |
| 10 | YIELD_OUTPUT_FACTOR | numeric(10,4) | Yield Output Factor | |
| 11 | YIELD_INPUT_OPERATOR | varchar(1) | Yield Input Operator | |
| 12 | YIELD_OUTPUT_OPERATOR | varchar(1) | Yield Output Operator | |
| 13 | YIELD_INPUTS_STANDARD | numeric(20,6) | Standard yield total input | |
| 14 | YIELD_INPUTS_ACTUAL | numeric(20,6) | Actual Yield Total Input | |
| 15 | YIELD_OUTPUTS_STANDARD | numeric(20,6) | Standard yield total output | |
| 16 | YIELD_OUTPUTS_ACTUAL | numeric(20,6) | Actual Yield Total Output | |
| 17 | YIELD_STANDARD | numeric(20,6) | Standard yield | |
| 18 | YIELD_ACTUAL | numeric(20,6) | Actual yield | |
| 19 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |