ACPLGPDESC

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

Column Descriptions:

NameTypeDescription
ACPOLGRP_IDINTEGER NOT NULLThe access control policy group ID. It is a foreign key to the ACPOLGRP 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 NULLThe display name of the access control policy group.
DESCRIPTIONVARCHAR (700)The description of the access control policy group.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The 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>ACPOLGRP_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1008LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_1009ACPOLGRP_IDACPOLGRPACPOLGRP_IDCascade