This table stores locale specific information about relationship groups.
Column Name | Column Type | Column Description |
---|---|---|
ACRELGRP_ID | INTEGER NOT NULL |
Relationship group ID. This is a primary key along with the LANGUAGE_ID field. Foreign key to the ACRELGRP table. |
DESCRIPTION | VARCHAR (254) NULL |
Locale specific description of the relationship group. |
DISPLAYNAME | VARCHAR (128) NOT NULL |
Locale specific display name of the relationship group. |
LANGUAGE_ID | INTEGER NOT NULL |
Language ID. Foreign key to the LANGUAGE table. This is a Primary Key along with the ACRELGRP_ID. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034834200 | ACRELGRP_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_53 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_54 | ACRELGRP_ID | ACRELGRP | ACRELGRP_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|