ACRLGPDESC

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

Column Descriptions:

NameTypeDescription
ACRELGRP_IDINTEGER NOT NULLThe relationship group ID. It is a foreign key to the ACRELGRP table. Together with the LANGUAGE_ID column, it forms a primary key.
LANGUAGE_IDINTEGER NOT NULLThe language ID. It is a foreign key to the LANGUAGE table. Together with the ACRELGRP_ID column, it forms a primary key.
DISPLAYNAMEVARCHAR (128) NOT NULLThe locale-specific display name of the relationship group.
DESCRIPTIONVARCHAR (254)The locale-specific description of the relationship 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>ACRELGRP_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_53LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_54ACRELGRP_IDACRELGRPACRELGRP_IDCascade