Database Table: RTNDSPDESC

This table stores the language-dependent description of a return disposition code.

Column Name Column Type Column Description
DESCRIPTION VARCHAR (254)
NULL
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.
RTNDSPCODE_ID INTEGER
NOT NULL
The return disposition code to which this information applies.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035057970 RTNDSPCODE_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_723 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_724 RTNDSPCODE_ID RTNDSPCODE RTNDSPCODE_ID Cascade

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