TP_DISCOUNT_DETAILS
Promotion Discount Details
tableFINTP
TP_DISCOUNT_DETAILS — Promotion Discount Details. FIN table in the standard Ross ERP 8.0 schema: 18 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open TP_DISCOUNT_DETAILS in the interactive Data Dictionary →Part of TP 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 | TP_PROMOTION_CODE | varchar(10) | PK | Promotion Code |
| 4 | TP_SEQUENCE_NUMBER | smallint | PK | Trading-partner sequence number for an EDI/interface record. |
| 5 | UNIT_SALES | varchar(4) | FK→UNITS_OF_MEASURE | Unit of Measure (Sales) |
| 6 | TP_FROM_QUANTITY | numeric(20,6) | From Quantity | |
| 7 | TP_FROM_VALUE | numeric(20,2) | From Value | |
| 8 | TP_DISCOUNT_AMOUNT | numeric(20,4) | Discount Amount | |
| 9 | TP_MIN_DISCOUNT_AMOUNT | numeric(20,4) | Minimum discount amount | |
| 10 | TP_MAX_DISCOUNT_AMOUNT | numeric(20,4) | Maximum discount amount | |
| 11 | TP_DISCOUNT_PERCENT | numeric(10,4) | Discount percent | |
| 12 | TP_MIN_DISCOUNT_PERCENT | numeric(10,2) | Minimum discount percent | |
| 13 | TP_MAX_DISCOUNT_PERCENT | numeric(10,2) | Maximum discount percent | |
| 14 | TP_PER_UNIT_CAP_UOM | varchar(4) | FK→UNITS_OF_MEASURE | |
| 15 | TP_PER_UNIT_DISCOUNT_CAP | numeric(20,4) | Per Unit Discount Capacity | |
| 16 | TP_PLATEAU_TYPE | smallint | Discount Plateau Type | |
| 17 | TP_PLATEAU_CRITERIA | varchar(20) | Plateau Criteria Value | |
| 18 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |