Each row of this table maps a QuantityUnit (defined
in the QTYUNIT table) to a unit of measurement code defined in an
external standard.
Column Descriptions:
| Name | Type | Description |
| UOMSTANDARD | VARCHAR (32) NOT NULL | The external standard. |
| UOMCODE | VARCHAR (16) NOT NULL | The unit of measurement code for the external
standard. |
| QTYUNIT_ID | CHAR (16) NOT NULL | The QuantityUnit. |
| FIELD1 | VARCHAR (254) | Customizable. |
| OPTCOUNTER | SMALLINT | 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> | UOMSTANDARD+UOMCODE | Primary Key |
| I0000199 | QTYUNIT_ID+UOMSTANDARD | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_649 | QTYUNIT_ID | QTYUNIT | QTYUNIT_ID | Cascade |