RTNDSPDESC

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


Column Descriptions:

Name 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 NOT NULL DEFAULT 0 The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.


Indexes:

Name Column Names Type
<SYSTEM-GENERATED> RTNDSPCODE_ID+LANGUAGE_ID Primary Key


Constrained By Parent Tables:

Constraint Columns Parent Table Parent Columns Type
F_723 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_724 RTNDSPCODE_ID RTNDSPCODE RTNDSPCODE_ID Cascade


Related reference
Order management - receipt and disposition data model