SALES_PRICES
Sales Prices
tableFINSALES
SALES_PRICES — Sales Prices. FIN table in the standard Ross ERP 8.0 schema: 13 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_PRICES in the interactive Data Dictionary →Part of SALES 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 | PART_CODE | varchar(15) | PK FK→PRODUCT_MASTER | Product |
| 5 | WAREHOUSE | varchar(2) | PK FK→WAREHOUSE_CONTROLS | Warehouse Code |
| 6 | PRICE_CODE | varchar(6) | PK FK→PRICE_CODES | Price Code |
| 7 | UNIT_PRICE | varchar(4) | PK | Unit of Measure (Pricing) |
| 8 | DESCRIPTION | varchar(30) | Description | |
| 9 | VALID_FROM_DATE | datetime | PK | Promotion Valid From |
| 10 | VALID_TO_DATE | datetime | PK | Promotion Valid To date |
| 11 | STATUS_FLAG | varchar(1) | Status Flag | |
| 12 | SYS_CURRENCY_CODE | varchar(6) | PK | Currency Code |
| 13 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |