SA_DETAILS
Sales Analysis Detail Information
tableFINSA
SA_DETAILS — Sales Analysis Detail Information. FIN table in the standard Ross ERP 8.0 schema: 25 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open SA_DETAILS 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 | INVOICE_NUMBER | int | PK | Invoice Number |
| 6 | INVOICE_LINE_NUMBER | int | PK | Invoice Line Number |
| 7 | INVOICE_DATE | datetime | Invoice Date | |
| 8 | INVOICE_LINE_TYPE | varchar(1) | Invoice Line Type | |
| 9 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 10 | PART_CODE | varchar(15) | Product | |
| 11 | PRODUCT_GROUP | varchar(6) | Product Group | |
| 12 | LOCATION | varchar(8) | Location | |
| 13 | CUSTOMER_NUMBER | varchar(8) | Customer Number | |
| 14 | CUSTOMER_GROUP | varchar(8) | Customer Sales Analysis Group | |
| 15 | SALESPERSON_CODE | varchar(8) | Salesperson Code | |
| 16 | SALES_COMMISSION_CODE | varchar(6) | Sales Commission Group | |
| 17 | DELIVERY_ADDRESS_CODE | varchar(10) | Delivery Address Code | |
| 18 | INVOICE_ADDRESS_CODE | varchar(10) | Invoice Address Code | |
| 19 | COST_CENTER | varchar(3) | Cost Center Code | |
| 20 | LINE_TAX | numeric(20,2) | Line Tax | |
| 21 | LINE_DISCOUNT | numeric(20,2) | Line Discount | |
| 22 | VALUE_EXCL_TAX | numeric(20,2) | Value excluding Tax | |
| 23 | COST_OF_SALE | numeric(20,2) | Cost Of Sale | |
| 24 | INVOICE_QUANTITY | numeric(20,6) | Invoice Quantity | |
| 25 | NET_VALUE | numeric(20,2) | Net Transaction Value |