This table stores codes and their descriptions for projects
Module: Project Costing
UOM_CODE, LANGUAGE
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
UOM_CODE | VARCHAR2 | 32 | True | Unique short code assigned to a Unit of Measure (UOM) | |||
LANGUAGE | VARCHAR2 | 32 | True | Indicates the code of the language into which the contents of the translatable columns are translated. | |||
SOURCE_RECORD_ID | VARCHAR2 | 2048 | System generated Unique Identifier. | ||||
DISABLE_DATE | DATE | Date from when the UOM cannot be used to define conversions | |||||
UNIT_OF_MEASURE_NAME | VARCHAR2 | 128 | Translatable Unit of Measure (UOM) name. | ||||
UNIT_OF_MEASURE_DESCRIPTION | VARCHAR2 | 256 | Translatable Unit of Measure (UOM) description. |