Holds Reason code description in different locales
Column Description(s):
Column Name | Column 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 |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031202320 |
BLKRSNCODE_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1221 |
BLKRSNCODE_ID |
BLKRSNCODE |
BLKRSNCODE_ID |
Cascade |
F_1222 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.