This table contains the discount conditions for a promotion. Every coupon has exactly one calculation code.
Column Description(s):
Column Name | Column Type | Description |
CPPMNDISC_ID |
INTEGER NOT NULL |
Coupon discount ID. The primary key. |
CPPMN_ID |
INTEGER NOT NULL |
Foreign key to the CPPMN table. |
CALCODE_ID |
INTEGER NOT NULL |
Foreign key to the CALCCODE table to represent discount condition for the promotion. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031218100 |
CPPMNDISC_ID |
Primary Key |
I0000548 |
CALCODE_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_272 |
CALCODE_ID |
CALCODE |
CALCODE_ID |
Cascade |
F_271 |
CPPMN_ID |
CPPMN |
CPPMN_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.