Data Dictionary -- Unit of Measurement Administration
Srl. No. Table Name Comment
1uom_mas_uommasterThis table contains the UOM (Unit of measurement) master information
2UOM_PARAMETER_DETAILSThis table holds the meta data for the component. This table will exist in all the component as part of the component. This table will hold the static values like combos, combo defaults, guidance text etc. Values are stored against the screen control. Thi
3UOM_UMCON_UOMINDCONVERSIONThis table contains the UOM independent conversion details for those UOMs present in the UOM master table "uoa_uomas_uom_master" The Primary Key columns FromUom and toUom, should be checked for their existence in the master table "Uom_UmMas_UomMaster" in
4UOM_UMMAS_UOMMASTERThis table contains the UOM (Unit of measurement) master information.
5UOM_UOMQC_QUICK_CODEUOM (Unit of measurement) Quick Code
Table Name : uom_mas_uommaster
Comment :This table contains the UOM (Unit of measurement) master information
Column Name UDD Data Type Is NULL? Comment Is PK?
mas_ouinstanceudd_ouinstidint(4)NoOuinstanceYes
mas_uomcodeudd_uomcodevarchar(10)NoUOM CodeYes
mas_uomdescudd_uomdescvarchar(40)NoUOM DescriptionNo
mas_fractionsudd_sequencenumeric(9)NoWhether fractions allowed or not for the UOM values may be either y (yes) or n (no)No
mas_statusudd_metadata_codevarchar(8)NoIt will have "I" or "A"No
mas_reasoncodeudd_codevarchar(6)YesreasoncodeNo
mas_created_byudd_ctxt_uservarchar(30)NoUser Id who created recordNo
mas_created_dateudd_datevarchar(15)NoRecord creation dateNo
mas_modified_byudd_ctxt_uservarchar(30)NoUser Id who modified the recordNo
mas_modified_dateudd_datevarchar(15)NoRecord modification dateNo
mas_timestampudd_timestampint(4)NoTimestamp for data concurrency checkNo
Table Name : UOM_PARAMETER_DETAILS
Comment :This table holds the meta data for the component. This table will exist in all the component as part of the component. This table will hold the static values like combos, combo defaults, guidance text etc. Values are stored against the screen control. Thi
Column Name UDD Data Type Is NULL? Comment Is PK?
COMPONENTNAME_varchar_80varchar(80)NoName of the componentNo
PARAMCATEGORY_varchar_10varchar(10)NoThis field will capture the category of the static value. The static values could be to fill up combo, text field, guidance text, combo default etc.No
PARAMTYPE_varchar_25Varchar(25)NoNormally param type is the name of the control. This will allow us to store all the possible values for a combo in multiple rows.No
PARAMCODE_varchar_5varchar(5)NoParam code is the values to be filled in the combo box or guidance text. This is actually the meta data of this componentNo
PARAMDESC_varchar_80varchar(80)NoDescription of the combo valueNo
LANGID_decimal_10_0decimal(10)NoLanguage id. This is the language id of the record.No
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NumberYes
Table Name : UOM_UMCON_UOMINDCONVERSION
Comment :This table contains the UOM independent conversion details for those UOMs present in the UOM master table "uoa_uomas_uom_master" The Primary Key columns FromUom and toUom, should be checked for their existence in the master table "Uom_UmMas_UomMaster" in
Column Name UDD Data Type Is NULL? Comment Is PK?
UMCON_ORG_UNIT_decimal_10_0decimal(10)NoOUInstanceNo
UMCON_FROMUOMCODE_varchar_10varchar(10)NoUOM codeNo
UMCON_TOUOMCODE_varchar_10varchar(10)NoUOM code.No
UMCON_CONVERSION_FACTOR_decimal_28_8decimal(28)NoDenotes the conversion factor between "from uom" and "to uom". Value in ToUom will be equal to ValueInFromUom * ConversionFactorNo
UMCON_CREATED_BY_varchar_30varchar(30)NoUser Id who created the recordNo
UMCON_CREATED_DATE_datetime_8datetime(8)NoRecord creation dateNo
UMCON_MODIFIED_BY_varchar_30varchar(30)NoUser id who modified the recordNo
UMCON_MODIFIED_DATE_datetime_8datetime(8)NoRecord modification dateNo
UMCON_TIMESTAMP_decimal_10_0decimal(10)NoTimestamp for data concurrency checkNo
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NumberYes
Table Name : UOM_UMMAS_UOMMASTER
Comment :This table contains the UOM (Unit of measurement) master information.
Column Name UDD Data Type Is NULL? Comment Is PK?
UMMAS_ORG_UNIT_decimal_10_0decimal(10)NoOUInstanceNo
UMMAS_UOM_CODE_varchar_10varchar(10)NoUOM codeNo
UMMAS_UOMDESC_varchar_80varchar(80)NoUOM code descriptionNo
UMMAS_UOMDESC_UP_varchar_80varchar(80)NoUOM code description in UppercaseNo
UMMAS_FRACTIONS_varchar_5varchar(5)NoWhether fractions allowed or not for the UOM values may be either y (yes) or n (no)No
UMMAS_STATUS_CODE_varchar_5varchar(5)NoUom Status whether it is Active or Inactive "A" (Active) when enabled and "I" (InActive) when disabled.No
UMMAS_CATEGORY_varchar_25Varchar(25)YesUOM CategoryNo
UMMAS_CREATED_BY_varchar_30varchar(30)NoUser Id who created recordNo
UMMAS_CREATED_DATE_datetime_8datetime(8)NoRecord creation dateNo
UMMAS_MODIFIED_BY_varchar_30varchar(30)YesUser Id who modified the recordNo
UMMAS_MODIFIED_DATE_datetime_8datetime(8)YesRecord modification dateNo
UMMAS_TIMESTAMP_decimal_10_0decimal(10)NoTimestamp for data concurrency checkNo
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NumberYes
Table Name : UOM_UOMQC_QUICK_CODE
Comment :UOM (Unit of measurement) Quick Code
Column Name UDD Data Type Is NULL? Comment Is PK?
UOMQC_OUINSTANCE_decimal_10_0decimal(10)NoOuinstanceNo
UOMQC_QUICK_CODE_varchar_25Varchar(25)NoQuick CodeNo
UOMQC_QUICK_TYPE_varchar_5varchar(5)NoQuick Code TypeNo
UOMQC_QUICK_DESC_varchar_80varchar(80)YesQuick Code DescriptionNo
UOMQC_STATUS_varchar_5varchar(5)YesIt will have "I" or "A"No
UOMQC_CREATED_DATE_datetime_8datetime(8)YesRecord creation dateNo
UOMQC_CREATED_BY_varchar_30varchar(30)YesUser Id who created the recordNo
UOMQC_MODIFIED_DATE_datetime_8datetime(8)YesRecord modification dateNo
UOMQC_MODIFIED_BY_varchar_30varchar(30)YesUser Id who modified the recordNo
UOMQC_TIMESTAMP_decimal_10_0decimal(10)YesTimestamp for data concurrency checkNo
REPLICATION_KEY_bigint_8Bigint(8)NoUnique NumberYes