This table stores information about which business policy is referenced by a specific term or condition.
Column Description(s):
Column Name | Column Type | Description |
TERMCOND_ID |
BIGINT NOT NULL |
The terms and conditions ID. |
POLICY_ID |
BIGINT NOT NULL |
The policy ID. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031256870 |
POLICY_ID+TERMCOND_ID |
Primary Key |
I0000357 |
TERMCOND_ID+POLICY_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_613 |
POLICY_ID |
POLICY |
POLICY_ID |
Cascade |
F_614 |
TERMCOND_ID |
TERMCOND |
TERMCOND_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.