Database Table: ACACTDESC

This table stores locale specific display information for the actions stored in the ACACTION table.

Column Name Column Type Column Description
ACACTION_ID INTEGER
NOT NULL
Action ID. Foreign key to the ACACTION table. Along with the LANGUAGE_ID, this is the primary key.
DESCRIPTION VARCHAR (254)
NULL
Description of this action.
DISPLAYNAME VARCHAR (254)
NOT NULL
Display name for the action.
LANGUAGE_ID INTEGER
NOT NULL
Language ID. Foreign key to the LANGUAGE table. Together with the ACACTION_ID column, this is the primary key. For a list of language components, see the LANGUAGE table.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034823700 ACACTION_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_5 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_6 ACACTION_ID ACACTION ACACTION_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable