SOP_RMA_LINE_DETAILS
tableFINSOP
SOP_RMA_LINE_DETAILS — FIN table in the standard Ross ERP 8.0 schema: 13 columns, used by 12 programs. Columns, data types, keys, foreign keys and relationships.
Open SOP_RMA_LINE_DETAILS 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 | RMA_NUMBER | int | PK | RMA Number |
| 5 | RMA_LINE_NUMBER | int | PK FK→SOP_RMA_LINES | RMA Line Number |
| 6 | SEQUENCE | smallint | PK | Sequence Number |
| 7 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 8 | UNIT_COST | numeric(20,6) | Unit Cost | |
| 9 | INVOICE_QUANTITY | numeric(20,6) | Invoice Quantity | |
| 10 | UNIT_OF_MEASURE | varchar(4) | Unit of Measure | |
| 11 | QTY_RETURNED | numeric(20,6) | Qty Returned | |
| 12 | RMA_RETURN_QUANTITY | numeric(20,6) | ||
| 13 | CREDIT_QUANTITY | numeric(20,6) | Credit Note Line Quantity |