Database Table: ORDADJDSC

Each row of this table contains language-dependent information for an OrderAdjustment.

Column Name Column Type Column Description
DESCRIPTION VARCHAR (254)
NULL
A brief description of the OrderAdjustment, suitable for display to a customer. Normally, this is the CalculationCode description (CALCODEDSC.DESCRIPTION) of the CalculationCode used to create the OrderAdjustment.
LANGUAGE_ID INTEGER
NOT NULL
The language of the description. For a list of language components, see the LANGUAGE table.
ORDADJUST_ID BIGINT
NOT NULL
Generated unique key.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035015130 ORDADJUST_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_486 ORDADJUST_ID ORDADJUST ORDADJUST_ID Cascade
F_487 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

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