A_GOODS_RECEIVED_LINE_QTYS
Archived Goods Received Note Line quantities per UOM
tableFINGOODS
A_GOODS_RECEIVED_LINE_QTYS — Archived Goods Received Note Line quantities per UOM. FIN table in the standard Ross ERP 8.0 schema: 25 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open A_GOODS_RECEIVED_LINE_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 | 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 | GRN_NUMBER | varchar(9) | PK | Goods Received Note Number |
| 6 | GRN_LINE_NUMBER | int | PK | Goods Received Note Line Number |
| 7 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 8 | QTY_RECEIVED | numeric(20,6) | Qty Received | |
| 9 | QTY_ACCEPTED | numeric(20,6) | Qty Accepted | |
| 10 | QTY_IN_QUALITY_CONTROL | numeric(20,6) | Quantity in Quality Control | |
| 11 | QTY_IN_QUARANTINE | numeric(20,6) | Quantity in Quarantine | |
| 12 | QTY_RETURNED | numeric(20,6) | Qty Returned | |
| 13 | QTY_AWAITING_CONFIRM_IN | numeric(20,6) | Quantity In - Awaiting Confirmation | |
| 14 | QTY_ALLOCATED | numeric(20,6) | Quantity Allocated | |
| 15 | QTY_INVOICED | numeric(20,6) | Quantity Invoiced | |
| 16 | QTY_RETURNED_INVOICED | numeric(20,6) | Quantity Returned which has been Invoiced | |
| 17 | RCS_CONVERSION_STATUS | varchar(1) | Ren/CS Data Conversion Status | |
| 18 | ARCHIVE_DATE | datetime | Archive Date | |
| 19 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 20 | GRN_QTY_PROCESSED | computed | ||
| 21 | GRN_QTY_IN_INVENTORY | computed | ||
| 22 | GRN_QTY_TO_INVOICE | computed | ||
| 23 | GRN_QTY_TO_ALLOCATE_TO_PO | computed | ||
| 24 | GRN_QTY_TO_LOCATE | computed | ||
| 25 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |