DESPATCH_NOTE_QTYS
Despatch Note QTYS
tableFINDESPATCH
DESPATCH_NOTE_QTYS — Despatch Note QTYS. FIN table in the standard Ross ERP 8.0 schema: 17 columns, used by 59 programs. Columns, data types, keys, foreign keys and relationships.
Open DESPATCH_NOTE_QTYS 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 | DIVISION | varchar(2) | PK | Division |
| 4 | DESPATCH_NOTE | int | PK | Shipping Note |
| 5 | DESPATCH_LINE | int | PK | Ship Note Line Number |
| 6 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 7 | QTY_ACCEPTED | numeric(20,6) | Qty Accepted | |
| 8 | QTY_IN_QUALITY_CONTROL | numeric(20,6) | Quantity in Quality Control | |
| 9 | QTY_IN_QUARANTINE | numeric(20,6) | Quantity in Quarantine | |
| 10 | IC_QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 11 | QTY_DESPATCHED | numeric(20,6) | Quantity Shipped | |
| 12 | QTY_INVOICED | numeric(20,6) | Quantity Invoiced | |
| 13 | QTY_TO_INVOICE | numeric(20,6) | Qty to invoice customer with | |
| 14 | OUTSTANDING_QTY_TO_ACCEPT | computed | ||
| 15 | QTY_OUTSTANDING | computed | ||
| 16 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. | |
| 17 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |