ACPOLDESC

This table stores locale-specific information for the ACPOLICY table.

Column Descriptions:

NameTypeDescription
ACPOLICY_IDINTEGER NOT NULLThe policy ID. It is a foreign key to the ACPOLICY table.
LANGUAGE_IDINTEGER NOT NULLThe language ID. It is a foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table.
DISPLAYNAMEVARCHAR (700) NOT NULLThis column contains a locale-specific description of the policy.
DESCRIPTIONVARCHAR (700)This column contains a description of the policy. This field is optional.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>ACPOLICY_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_27ACPOLICY_IDACPOLICYACPOLICY_IDCascade
F_28LANGUAGE_IDLANGUAGELANGUAGE_IDCascade