QTYUNITDSC

Each row in this table describes a QuantityUnit in a particular language.

Column Descriptions:

NameTypeDescription
QTYUNIT_IDCHAR (16) NOT NULLThe QuantityUnit.
LANGUAGE_IDINTEGER NOT NULLThe language of the description. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (254)The description of the QuantityUnit.
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>LANGUAGE_ID+QTYUNIT_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_647LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_648QTYUNIT_IDQTYUNITQTYUNIT_IDCascade