A_SALES_ORDER_LINE_QTYS
Archived Sales Order Line Quantities
tableFINSALES
A_SALES_ORDER_LINE_QTYS — Archived Sales Order Line Quantities. FIN table in the standard Ross ERP 8.0 schema: 24 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open A_SALES_ORDER_LINE_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 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 8 | IC_APPROX_QTY_FLAG | varchar(1) | Approximate Quantity Flag | |
| 9 | ORDER_QUANTITY | numeric(20,6) | Order Quantity | |
| 10 | TEMP_ORDER_QUANTITY | numeric(20,6) | ||
| 11 | IC_QTY_PICKED | numeric(20,6) | Quantity Picked | |
| 12 | IC_QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 13 | QTY_DESPATCHED | numeric(20,6) | Quantity Shipped | |
| 14 | QTY_INVOICED | numeric(20,6) | Quantity Invoiced | |
| 15 | QTY_RESERVED | numeric(20,6) | Quantity Reserved To Sales Orders | |
| 16 | TEMP_QTY_RESERVED | numeric(20,6) | ||
| 17 | QUANTITY_PROMISED | numeric(20,6) | Quantity Promised | |
| 18 | IC_QTY_TO_SHIP | numeric(20,6) | Quantity to Ship | |
| 19 | IC_QTY_CLOSED | numeric(20,6) | Quantity Closed | |
| 20 | ARCHIVE_DATE | datetime | Archive Date | |
| 21 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 22 | ORDER_QUANTITY_PROCESSED | computed | ||
| 23 | ORDER_QUANTITY_OUTSTANDING | computed | ||
| 24 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |