SALES_ORDER_LINE_DETAIL_QTYS
Sales Order Line Detail Quantities
tableFINSALES
SALES_ORDER_LINE_DETAIL_QTYS — Sales Order Line Detail Quantities. FIN table in the standard Ross ERP 8.0 schema: 28 columns, used by 77 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_ORDER_LINE_DETAIL_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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | DIVISION | varchar(2) | PK | Division |
| 4 | ORDER_NUMBER | varchar(9) | PK | Order Number |
| 5 | ORDER_LINE_NUMBER | int | PK | Order Line Number |
| 6 | SEQUENCE | smallint | PK | Sequence 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 | QUANTITY_PROMISED | numeric(20,6) | Quantity Promised | |
| 17 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 18 | PART_CODE | varchar(15) | Product | |
| 19 | REQUIRED_DATE | datetime | Required Date | |
| 20 | ORDER_LINE_TYPE | varchar(1) | Order Line Type | |
| 21 | IC_QTY_TO_SHIP | numeric(20,6) | Quantity to Ship | |
| 22 | IC_QTY_CLOSED | numeric(20,6) | Quantity Closed | |
| 23 | ORDER_QUANTITY_PROCESSED | computed | ||
| 24 | ORDER_QUANTITY_COMMITTED | computed | ||
| 25 | ORDER_QUANTITY_OUTSTANDING | computed | ||
| 26 | ORDER_QUANTITY_UNRESERVED | computed | ||
| 27 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. | |
| 28 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |