PROMOTION_PRICE_LINES
Promotion Price Lines
tableFINPROMOTION
PROMOTION_PRICE_LINES — Promotion Price Lines. FIN table in the standard Ross ERP 8.0 schema: 15 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open PROMOTION_PRICE_LINES in the interactive Data Dictionary →Part of Other 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 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 5 | PART_CODE | varchar(15) | PK | Product |
| 6 | PROMOTION_PRICE_CODE | varchar(6) | PK | Promotion Price 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 FK→PROMOTION_PRICES | Currency Code |
| 12 | QTY_VALUE_BREAK | numeric(20,4) | PK | Quantity/Value Price Break |
| 13 | SALES_PRICE_INC_TAX | numeric(20,4) | Standard Sales Price Including Tax | |
| 14 | SALES_PRICE_1_INC_TAX | numeric(20,4) | ||
| 15 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |