This table stores locale specific information for the ACPOLICY table.
Column Name | Column Type | Column Description |
---|---|---|
ACPOLICY_ID | INTEGER NOT NULL |
Policy ID. Foreign key to the ACPOLICY table. |
DESCRIPTION | VARCHAR (254) NULL |
Description of the policy. This field is optional. |
DISPLAYNAME | VARCHAR (254) NOT NULL |
Locale specific description of the policy. |
LANGUAGE_ID | INTEGER NOT NULL |
Language ID. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034828660 | ACPOLICY_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_27 | ACPOLICY_ID | ACPOLICY | ACPOLICY_ID | Cascade |
F_28 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|