This table stores information about which business policy is
referenced by a specific term or condition.
Column Name |
Column Type |
Column Description |
POLICY_ID |
BIGINT
NOT NULL |
The policy ID. |
TERMCOND_ID |
BIGINT
NOT NULL |
The terms and conditions ID. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416035037570 |
POLICY_ID, TERMCOND_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_613 |
POLICY_ID |
POLICY |
POLICY_ID |
Cascade |
F_614 |
TERMCOND_ID |
TERMCOND |
TERMCOND_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
