GOODS_RECEIVED_DETAIL_QTYS
GRN Line Detail quantities per UOM
tableFINGOODS
GOODS_RECEIVED_DETAIL_QTYS — GRN Line Detail quantities per UOM. FIN table in the standard Ross ERP 8.0 schema: 28 columns, used by 33 programs. Columns, data types, keys, foreign keys and relationships.
Open GOODS_RECEIVED_DETAIL_QTYS in the interactive Data Dictionary →Part of GOODS 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 | GRN_NUMBER | varchar(9) | PK | Goods Received Note Number |
| 5 | GRN_LINE_NUMBER | int | PK | Goods Received Note Line Number |
| 6 | SEQUENCE | smallint | PK FK→GOODS_RECEIVED_LINE_DETAILS | Sequence Number |
| 7 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 8 | QTY_ACCEPTED | numeric(20,6) | Qty Accepted | |
| 9 | QTY_IN_QUALITY_CONTROL | numeric(20,6) | Quantity in Quality Control | |
| 10 | QTY_IN_QUARANTINE | numeric(20,6) | Quantity in Quarantine | |
| 11 | QTY_RETURNED | numeric(20,6) | Qty Returned | |
| 12 | QTY_AWAITING_CONFIRM_IN | numeric(20,6) | Quantity In - Awaiting Confirmation | |
| 13 | QTY_INVOICED | numeric(20,6) | Quantity Invoiced | |
| 14 | QTY_RETURNED_INVOICED | numeric(20,6) | Quantity Returned which has been Invoiced | |
| 15 | SYS_ATP_ACCEPTED | numeric(20,6) | Internal ATP field not usually displayed. | |
| 16 | SYS_ATP_IN_QUALITY_CONTROL | numeric(20,6) | Internal ATP field not usually displayed | |
| 17 | SYS_ATP_IN_QUARANTINE | numeric(20,6) | Internal ATP field not usually displayed | |
| 18 | SYS_ATP_RETURNED | numeric(20,6) | Internal field used by ATP | |
| 19 | GRN_COST | numeric(20,4) | Goods Received Note Cost | |
| 20 | RCS_CONVERSION_STATUS | varchar(1) | Ren/CS Data Conversion Status | |
| 21 | SYS_ATP_AVAIL_ACCEPTED | computed | ||
| 22 | SYS_ATP_AVAIL_IN_QC | computed | ||
| 23 | SYS_ATP_AVAIL_IN_QR | computed | ||
| 24 | SYS_ATP_AVAIL_RETURNED | computed | ||
| 25 | GRN_QTY_IN_INVENTORY | computed | ||
| 26 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. | |
| 27 | QTY_CREDITED | numeric(20,6) | Credit Note Line Quantity | |
| 28 | GRN_QTY_TO_INVOICE | computed |