This table stores information about which business
policy is referenced by a specific term or condition.
Column Descriptions:
Name | Type | Description |
TERMCOND_ID | BIGINT NOT NULL | The terms and conditions ID. |
POLICY_ID | BIGINT NOT NULL | The policy ID. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | POLICY_ID+TERMCOND_ID | Primary Key |
I0000357 | TERMCOND_ID+POLICY_ID | Non-Unique Index |
I0001273 | POLICY_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_613 | POLICY_ID | POLICY | POLICY_ID | Cascade |
F_614 | TERMCOND_ID | TERMCOND | TERMCOND_ID | Cascade |