QTYFMTDESC

Each row of this table represents the Language-dependent part of a QuantityUnit formatting rule. It describes how to format (for display purposes) a quantity amount in a particular QuantityUnit, in a particular Language.

Column Descriptions:

NameTypeDescription
STOREENT_IDINTEGER NOT NULLThe StoreEntity this formatting rule is part of.
NUMBRUSG_IDINTEGER NOT NULL DEFAULT -1This QuantityUnit formatting rule should be used when formatting quantity amounts for this usage.
LANGUAGE_IDINTEGER NOT NULLThe Language. For a list of language components, see the LANGUAGE table.
QTYUNIT_IDCHAR (16) NOT NULLThe QuantityUnit.
UNITSYMBOLVARCHAR (254)The QuantityUnit symbol.
UNITPREFIXPOSVARCHAR (254)The prefix to use when the quantity amount is positive. If this field and UNITSUFFIXPOS are null then the positivePrefix of the NumberFormat will be used.
UNITSUFFIXPOSVARCHAR (254)The suffix to use when the quantity amount is positive. If this field and UNITPREFIXPOS are null then the positiveSuffix of the NumberFormat will be used.
DISPLAYLOCALECHAR (16)The Java locale used to create a QuantityUnitNumberFormat object that is used to do the formatting. If this is NULL then the locale associated with the LANGUAGE_ID (see the LANGUAGE table) is used.
CUSTOMIZEDQTYSTRVARCHAR (254)An alternate QuantityUnit code. HCL Commerce does not use this value. You may supply a value and write your JSP macros to use it.
UNITPREFIXNEGVARCHAR (254)The prefix to use when the quantity amount is negative. If this field and UNITSUFFIXNEG are null then the negativePrefix of the NumberFormat will be used.
UNITSUFFIXNEGVARCHAR (254)The suffix to use when the quantity amount is negative. If this field and UNITPREFIXNEG are null then the negativeSuffix of the NumberFormat will be used.
RADIXPOINTCHAR (1)The radix point for the NumberFormat object. For example, when formatting gallons for the U.S. English Language, this would be the decimal point character. If this is null, then the decimal separator of the NumberFormat, associated with the DisplayLocale, will be used.
GROUPINGCHARCHAR (1)The grouping character used by the NumberFormat object. For example, when formatting gallons for the U.S. English Language this would be the thousands separator. If this is null, then the grouping separator of the NumberFormat, associated with the DisplayLocale, will be used.
NUMBERPATTERNVARCHAR (254)The number pattern to be applied to the NumberFormat object. The number pattern is described in the JDK documentation for the class java.text.DecimalFormat. If this is NULL then the default number pattern of the NumberFormat object is used.
DESCRIPTIONVARCHAR (254)A description of the QuantityUnit, suitable for display to customers in a QuantityUnit selection list.
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> NUMBRUSG_ID+STOREENT_ID+QTYUNIT_ID+LANGUAGE_IDPrimary Key
I0001274STOREENT_ID+QTYUNIT_ID+NUMBRUSG_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_642LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_643STOREENT_ID+QTYUNIT_ID+NUMBRUSG_IDQTYFORMATSTOREENT_ID+QTYUNIT_ID+NUMBRUSG_IDCascade