Database Table: RTNRSNDESC

This table stores the language-dependent description of the return reason codes.

Column Name Column Type Column Description
DESCRIPTION VARCHAR (254)
NULL
A description of the reason for the return.
LANGUAGE_ID INTEGER
NOT NULL
The language for which this information applies. For a list of language components, see the LANGUAGE table.
RTNREASON_ID INTEGER
NOT NULL
The reason to which this information applies.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035059330 RTNREASON_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_732 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_733 RTNREASON_ID RTNREASON RTNREASON_ID Cascade

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