This table stores locale specific display information for the ACACTGRP table. The Administration Console GUI displays the locale specific display names from this table.
Column Name | Column Type | Column Description |
---|---|---|
ACACTGRP_ID | INTEGER NOT NULL |
Action group ID. Foreign key to the ACACTGRP table. Together with the LANGUAGE_ID field, it forms a unique key. |
DESCRIPTION | VARCHAR (254) NULL |
The locale specific description for this action group. |
DISPLAYNAME | VARCHAR (254) NOT NULL |
The locale specific display name for this resource group. |
LANGUAGE_ID | INTEGER NOT NULL |
Language ID. Foreign key to the LANGUAGE table. This is a Primary Key along with the ACACTGRP_ID column. For a list of language components, see the LANGUAGE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034822840 | ACACTGRP_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_1 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_2 | ACACTGRP_ID | ACACTGRP | ACACTGRP_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|