SALES_CONTRACT_PRICE_LINES
Sales Contract Price Lines
tableFINSALES
SALES_CONTRACT_PRICE_LINES — Sales Contract Price Lines. FIN table in the standard Ross ERP 8.0 schema: 16 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_CONTRACT_PRICE_LINES 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 | Product |
| 6 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 7 | UNIT_PRICE | varchar(4) | PK | Unit of Measure (Pricing) |
| 8 | SALES_PRICE | numeric(20,4) | Standard Sales Price | |
| 9 | PRICE_CHANGE_DATE | datetime | Price Change Date | |
| 10 | SALES_PRICE_1 | numeric(20,4) | Standard Sales Price | |
| 11 | SYS_CURRENCY_CODE | varchar(6) | PK | Currency Code |
| 12 | QTY_VALUE_BREAK | numeric(20,4) | PK | Quantity/Value Price Break |
| 13 | SYS_CONTRACT_DATE_SEQUENCE | smallint | PK FK→SALES_CONTRACT_PRICES | Contract Date Sequence Number |
| 14 | SALES_PRICE_INC_TAX | numeric(20,4) | Standard Sales Price Including Tax | |
| 15 | SALES_PRICE_1_INC_TAX | numeric(20,4) | ||
| 16 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |