This table stores locale specific display information for the ACRESGRP table.
Column Name | Column Type | Column Description |
---|---|---|
ACRESGRP_ID | INTEGER NOT NULL |
Resource group ID. This is a Primary Key along with the LANGUAGE_ID. |
DESCRIPTION | VARCHAR (254) NULL |
Description of the resource group. |
DISPLAYNAME | VARCHAR (254) NOT NULL |
Display name for this resource group. |
LANGUAGE_ID | INTEGER NOT NULL |
Language ID. This is a Primary Key and it is a foreign key to the LANGUAGE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034832200 | ACRESGRP_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_42 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_43 | ACRESGRP_ID | ACRESGRP | ACRESGRP_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|