This table stores the language-dependent description of a return disposition code.
Column Description(s):
Column Name | Column Type | Description |
RTNDSPCODE_ID |
INTEGER NOT NULL |
The return disposition code to which this information applies. |
DESCRIPTION |
VARCHAR(254) |
A description of the Return Disposition Code. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language for which this information applies. For a list of language components, see the LANGUAGE table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031308200 |
RTNDSPCODE_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_723 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_724 |
RTNDSPCODE_ID |
RTNDSPCODE |
RTNDSPCODE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.