POP_CONTRACT_PRICES
Purchasing Contract Prices
tableFINPOP
POP_CONTRACT_PRICES — Purchasing Contract Prices. FIN table in the standard Ross ERP 8.0 schema: 17 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open POP_CONTRACT_PRICES in the interactive Data Dictionary →Part of POP 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 FK→AP_CONTROLS | Division |
| 4 | VENDOR_NUMBER | varchar(12) | PK | Supplier Number (or ID) |
| 5 | PART_CODE | varchar(15) | PK FK→PRODUCT_MASTER | Product |
| 6 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 7 | DESCRIPTION | varchar(30) | Description | |
| 8 | VALID_FROM_DATE | datetime | Promotion Valid From | |
| 9 | VALID_TO_DATE | datetime | Promotion Valid To date | |
| 10 | CONTRACT_NUMBER | varchar(15) | PK | Contract Number |
| 11 | CONTRACT_DATE | datetime | Contract Date | |
| 12 | CONTRACT_QTY | numeric(20,4) | Contract Quantity | |
| 13 | CONTRACT_QTY_ORD_TD | numeric(20,4) | Contract Quantity Ordered to Date | |
| 14 | STATUS_FLAG | varchar(1) | Status Flag | |
| 15 | SYS_CURRENCY_CODE | varchar(6) | PK | Currency Code |
| 16 | PRICING_METHOD | smallint | Pricing method, tax exclusive or inclusive | |
| 17 | CONTRACT_QTY_OUTSTANDING | computed |