SA_DETAIL_LINE_QTYS
Sales Analysis Detail Line Quantities
tableFINSA
SA_DETAIL_LINE_QTYS — Sales Analysis Detail Line Quantities. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 10 programs. Columns, data types, keys, foreign keys and relationships.
Open SA_DETAIL_LINE_QTYS in the interactive Data Dictionary →Part of SA 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 | TRANSACTION_TYPE | varchar(2) | PK | Transaction Type |
| 5 | TRANSACTION_NUMBER | int | PK | Transaction Number |
| 6 | TRANSACTION_LINE_NUMBER | int | PK | Transaction line number used for tax reporting purposes |
| 7 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 8 | IC_PRODUCT_UOM_TYPE | varchar(1) | The type of UOM | |
| 9 | INVOICE_QUANTITY | numeric(20,6) | Invoice Quantity | |
| 10 | CREDIT_QUANTITY | numeric(20,6) | Credit Note Line Quantity | |
| 11 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |