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

#ColumnTypeKeyDescription
1GEM_DBKEYintGEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one.
2COMPANY_CODEvarchar(10)PKCompany Code
3TP_PROMOTION_CODEvarchar(10)PKPromotion Code
4TP_SEQUENCE_NUMBERsmallintPKTrading-partner sequence number for an EDI/interface record.
5UNIT_SALESvarchar(4)FK→UNITS_OF_MEASUREUnit of Measure (Sales)
6TP_FROM_QUANTITYnumeric(20,6)From Quantity
7TP_FROM_VALUEnumeric(20,2)From Value
8TP_DISCOUNT_AMOUNTnumeric(20,4)Discount Amount
9TP_MIN_DISCOUNT_AMOUNTnumeric(20,4)Minimum discount amount
10TP_MAX_DISCOUNT_AMOUNTnumeric(20,4)Maximum discount amount
11TP_DISCOUNT_PERCENTnumeric(10,4)Discount percent
12TP_MIN_DISCOUNT_PERCENTnumeric(10,2)Minimum discount percent
13TP_MAX_DISCOUNT_PERCENTnumeric(10,2)Maximum discount percent
14TP_PER_UNIT_CAP_UOMvarchar(4)FK→UNITS_OF_MEASURE
15TP_PER_UNIT_DISCOUNT_CAPnumeric(20,4)Per Unit Discount Capacity
16TP_PLATEAU_TYPEsmallintDiscount Plateau Type
17TP_PLATEAU_CRITERIAvarchar(20)Plateau Criteria Value
18GEM_MODIFY_DATEdatetimeSystem timestamp of the most recent modification to the row, maintained by GEMBASE.