POP_CONTRACT_PRICE_LINES
Purchase Contract Price Lines
tableFINPOP
POP_CONTRACT_PRICE_LINES — Purchase Contract Price Lines. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open POP_CONTRACT_PRICE_LINES 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 | Division |
| 4 | VENDOR_NUMBER | varchar(12) | PK | Supplier Number (or ID) |
| 5 | PART_CODE | varchar(15) | PK | Product |
| 6 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 7 | PURCHASE_PRICE | numeric(20,4) | Purchase Price | |
| 8 | PRICE_CHANGE_DATE | datetime | Price Change Date | |
| 9 | PURCHASE_PRICE_1 | numeric(20,4) | Purchase Price | |
| 10 | CONTRACT_NUMBER | varchar(15) | PK | Contract Number |
| 11 | SYS_CURRENCY_CODE | varchar(6) | PK | Currency Code |
| 12 | QTY_VALUE_BREAK | numeric(20,4) | PK | Quantity/Value Price Break |
| 13 | PURCHASE_PRICE_INC_TAX | numeric(20,4) | Purchase Price Inc Tax | |
| 14 | PURCHASE_PRICE_1_INC_TAX | numeric(20,4) |