JOB_STAGE_COUNTS
Job Stage Counts
tableMANJOB
JOB_STAGE_COUNTS — Job Stage Counts. MAN table in the standard Ross ERP 8.0 schema: 31 columns, used by 38 programs. Columns, data types, keys, foreign keys and relationships.
Open JOB_STAGE_COUNTS 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 FK→FACTORIES | Factory Code |
| 4 | JOB_NUMBER | varchar(10) | PK FK→JOBS | Job Number |
| 5 | COUNT_SEQ | smallint | PK | Count Sequence |
| 6 | PROCESS_STAGE | varchar(6) | FK→JOB_STAGE | Process Stage |
| 7 | RECIPE_LINE_NUMBER | smallint | Recipe Line Sequence Number | |
| 8 | OUTPUT_PRODUCT | varchar(15) | Output Product (Inventory) | |
| 9 | OUTPUT_UNIT | varchar(4) | Output Unit of Measure | |
| 10 | OUTPUT_QTY_ACTUAL | numeric(20,6) | Output Quantity Actual | |
| 11 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 12 | COUNT_DATE | datetime | Count Date | |
| 13 | USERNAME | varchar(20) | Username | |
| 14 | STATUS_FLAG | varchar(1) | Status Flag | |
| 15 | STOCK_CATEGORY | varchar(8) | Stock Category | |
| 16 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 17 | DESTINATION_TYPE | varchar(1) | Destination Type (I-Inv,C-Cust,S-Interstage) | |
| 18 | PROCESS_SPEC | varchar(15) | Process Specification | |
| 19 | COUNT_NUMBER | int | Count Run Number | |
| 20 | SYS_VERSION_NUMBER | int | Version Number | |
| 21 | COUNT_RUN_NUMBER | int | PK | Count Run Number |
| 22 | COUNT_TIME | varchar(4) | Count Time | |
| 23 | STD_UNIT_COST_MANU | numeric(20,6) | Standard Manufacturing Cost | |
| 24 | GEM_TRANSACTION_ID | varchar(64) | System transaction identifier stamped by GEMBASE when the row was written. | |
| 25 | DC_LICENSE_PLATE_ID | varchar(30) | Data Collection License Plate ID | |
| 26 | DC_LICENSE_PLATE_LINE | smallint | Data Collection License Plate Line | |
| 27 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. | |
| 28 | LOT_BY_RPM | varchar(20) | ||
| 29 | BIN_BY_RPM | varchar(15) | ||
| 30 | WAC_ROUNDING_ADJ | numeric(10,6) | WAC Rounding Adj | |
| 31 | AVERAGE_COST | numeric(20,4) | Weighted Average Cost |