SALES_CONTRACT_PRICES
Sales Contract Prices
tableFINSALES
SALES_CONTRACT_PRICES — Sales Contract Prices. FIN table in the standard Ross ERP 8.0 schema: 23 columns, used by 9 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_CONTRACT_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 | CUSTOMER_NUMBER | varchar(8) | PK | Customer Number |
| 5 | PART_CODE | varchar(15) | PK FK→PRODUCT_MASTER | Product |
| 6 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 7 | UNIT_PRICE | varchar(4) | PK | Unit of Measure (Pricing) |
| 8 | DESCRIPTION | varchar(30) | Description | |
| 9 | VALID_FROM_DATE | datetime | Promotion Valid From | |
| 10 | VALID_TO_DATE | datetime | Promotion Valid To date | |
| 11 | CONTRACT_NUMBER | varchar(15) | Contract Number | |
| 12 | CONTRACT_DATE | datetime | Contract Date | |
| 13 | CONTRACT_QTY | numeric(20,4) | Contract Quantity | |
| 14 | CONTRACT_QTY_ORD_TD | numeric(20,4) | Contract Quantity Ordered to Date | |
| 15 | PROMOTION_OVERRIDE | varchar(1) | Promotion Override | |
| 16 | STATUS_FLAG | varchar(1) | Status Flag | |
| 17 | SYS_CURRENCY_CODE | varchar(6) | PK | Currency Code |
| 18 | CREDIT_TERMS_CODE | varchar(6) | Credit Terms Code | |
| 19 | SYS_CONTRACT_DATE_SEQUENCE | smallint | PK | Contract Date Sequence Number |
| 20 | SYS_CONTRACT_STATUS_FLAG | varchar(1) | ||
| 21 | PRICING_METHOD | smallint | Pricing method, tax exclusive or inclusive | |
| 22 | CONTRACT_QTY_OUTSTANDING | computed | ||
| 23 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |