A_SALES_ORDER_LINE_DTL_QTYS
Archived Sales Order Line Detail Quantities
tableFINSALES
A_SALES_ORDER_LINE_DTL_QTYS — Archived Sales Order Line Detail Quantities. FIN table in the standard Ross ERP 8.0 schema: 30 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open A_SALES_ORDER_LINE_DTL_QTYS in the interactive Data Dictionary →Part of SALES 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 | DIVISION | varchar(2) | PK | Division |
| 5 | ORDER_NUMBER | varchar(9) | PK | Order Number |
| 6 | ORDER_LINE_NUMBER | int | PK | Order Line Number |
| 7 | SEQUENCE | smallint | PK | Sequence Number |
| 8 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 9 | IC_APPROX_QTY_FLAG | varchar(1) | Approximate Quantity Flag | |
| 10 | ORDER_QUANTITY | numeric(20,6) | Order Quantity | |
| 11 | TEMP_ORDER_QUANTITY | numeric(20,6) | ||
| 12 | IC_QTY_PICKED | numeric(20,6) | Quantity Picked | |
| 13 | IC_QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 14 | QTY_DESPATCHED | numeric(20,6) | Quantity Shipped | |
| 15 | QTY_INVOICED | numeric(20,6) | Quantity Invoiced | |
| 16 | QTY_RESERVED | numeric(20,6) | Quantity Reserved To Sales Orders | |
| 17 | QUANTITY_PROMISED | numeric(20,6) | Quantity Promised | |
| 18 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 19 | PART_CODE | varchar(15) | Product | |
| 20 | REQUIRED_DATE | datetime | Required Date | |
| 21 | ORDER_LINE_TYPE | varchar(1) | Order Line Type | |
| 22 | IC_QTY_TO_SHIP | numeric(20,6) | Quantity to Ship | |
| 23 | IC_QTY_CLOSED | numeric(20,6) | Quantity Closed | |
| 24 | ARCHIVE_DATE | datetime | Archive Date | |
| 25 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 26 | ORDER_QUANTITY_PROCESSED | computed | ||
| 27 | ORDER_QUANTITY_COMMITTED | computed | ||
| 28 | ORDER_QUANTITY_OUTSTANDING | computed | ||
| 29 | ORDER_QUANTITY_UNRESERVED | computed | ||
| 30 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |