ORDADJDSC

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

Column Descriptions:

NameTypeDescription
ORDADJUST_IDBIGINT NOT NULLGenerated unique key.
LANGUAGE_IDINTEGER NOT NULLThe language of the description. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (254)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.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>ORDADJUST_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_486ORDADJUST_IDORDADJUSTORDADJUST_IDCascade
F_487LANGUAGE_IDLANGUAGELANGUAGE_IDCascade