This table describes the type of business policy for a policy.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
The business policy type description. |
LANGUAGE_ID | INTEGER NOT NULL |
The language ID. For a list of language components, see the LANGUAGE table. |
POLICYTYPE_ID | CHARACTER (64) NOT NULL |
The policy type ID. Foreign key to the POLICYTPYE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035036020 | POLICYTYPE_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_606 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_607 | POLICYTYPE_ID | POLICYTYPE | POLICYTYPE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|