BLKRSNDESC

Holds Reason code description in different locales


Column Descriptions:

Name Type Description
BLKRSNCODE_ID INTEGER NOT NULL The block reason code for which the language specific description is being provided.
LANGUAGE_ID INTEGER NOT NULL The specific language in which the description is being provided.
DESCRIPTION VARCHAR (254) NOT NULL Description of the reason code
OPTCOUNTER SMALLINT NOT NULL DEFAULT 0 The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.


Indexes:

Name Column Names Type
<SYSTEM-GENERATED> BLKRSNCODE_ID+LANGUAGE_ID Primary Key


Constrained By Parent Tables:

Constraint Columns Parent Table Parent Columns Type
F_1221 BLKRSNCODE_ID BLKRSNCODE BLKRSNCODE_ID Cascade
F_1222 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade