This table stores locale-specific information for the ACPOLICY table.
Column Descriptions
Column Name
| Column Type
| Description |
ACPOLICY_ID
| INTEGER NOT NULL
| The policy ID. It is a foreign key to the ACPOLICY table.
|
LANGUAGE_ID
| INTEGER NOT NULL
| The language ID. It is a foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table.
|
DISPLAYNAME
| VARCHAR(700) NOT NULL
| This column contains a locale-specific description of the policy.
|
DESCRIPTION
| VARCHAR(700)
| This column contains a description of the policy. This field is optional.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|