This table stores the language-dependent descriptions of the reasons for denying return merchandise authorizations (RMAs).
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NOT NULL |
Description of the denial reason in the language specified by LANGUAGE_ID. |
LANGUAGE_ID | INTEGER NOT NULL |
The ID of the language used for the description. For a list of language components, see the LANGUAGE table. |
RTNDNYRSN_ID | INTEGER NOT NULL |
The ID of the denial reason for which this description belongs. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035057010 | RTNDNYRSN_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_719 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_720 | RTNDNYRSN_ID | RTNDNYRSN | RTNDNYRSN_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|