SOP_RR_LINES
tableFINSOP
SOP_RR_LINES — FIN table in the standard Ross ERP 8.0 schema: 23 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open SOP_RR_LINES in the interactive Data Dictionary →Part of SOP 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 | RR_NUMBER | int | PK FK→SOP_RR_HEADERS | RR Number |
| 5 | RR_LINE_NUMBER | int | PK | RR Line Number |
| 6 | RMA_LINE_NUMBER | int | RMA Line Number | |
| 7 | RMA_LINE_SEQUENCE | smallint | ||
| 8 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 9 | PART_CODE | varchar(15) | Product | |
| 10 | INVOICE_LINE_TYPE | varchar(1) | Invoice Line Type | |
| 11 | SALES_ORDER_DETAIL_DESCRIPTION | text | Order Line Detail Description | |
| 12 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 13 | BIN_LOCATION | varchar(15) | Bin Location | |
| 14 | IC_STATUS_CODE | varchar(8) | Inventory Status | |
| 15 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 16 | QTY_RECEIVED | numeric(20,6) | Qty Received | |
| 17 | UNIT_REC | varchar(4) | Unit of Measure (Receiving) | |
| 18 | QTY_SALES | numeric(20,6) | ||
| 19 | UNIT_SALES | varchar(4) | Unit of Measure (Sales) | |
| 20 | IC_OTHER_INVENTORY_QTY | numeric(20,6) | Quantity of the Inventory UOM which is not the Nominated UOM | |
| 21 | IC_OTHER_INVENTORY_UNIT | varchar(4) | Other Inventory UOM | |
| 22 | IC_NOMINATED_QTY | numeric(20,6) | Quantity of the Nominated Inventory UOM | |
| 23 | IC_NOMINATED_UNIT | varchar(4) | Nominated Inventory UOM |