Data Dictionary -- Attribute Definition
Srl. No. Table Name Comment
1ATTDEF_PARAMETER_DETAILSStores Parameter detail information. In this component, this table needs to store only search criteria message
2ATT_ATTDTL_ATTRIBUTE_DTLAttributes are certain characteristics or properties or traits of a Part which help in tracing the quality of a part
Table Name : ATTDEF_PARAMETER_DETAILS
Comment :Stores Parameter detail information. In this component, this table needs to store only search criteria message
Column Name UDD Data Type Is NULL? Comment Is PK?
ATTDEF_COMPONENTNAME_varchar_80varchar(80)NoThis Column Stores the Component CodeYes
ATTDEF_PARAMCATEGORY_varchar_10varchar(10)NoThis Column will capture the category of the static value. The static values could be to fill up combo, text field, guidance text, combo default etc.Yes
ATTDEF_PARAMTYPE_varchar_25Varchar(25)NoThis Column Stores the Normally param type is the name of the control. This will allow us to store all the possible values for a combo in multiple rows.Yes
ATTDEF_PARAMCODE_varchar_5varchar(5)NoThis Column Stores the Param code is the values to be filled in the combo box or guidance text. This is actually the meta data of this componentYes
ATTDEF_LANGID_decimal_38_0decimal(38)NoThis Column Stores the Language id. This is the language id of the record.Yes
ATTDEF_PARAMDESC_varchar_80varchar(80)YesThis Column Stores the Description of the parameter codeNo
ATTDEF_CREATIONDATE_datetime_8datetime(8)YesThis Column Stores the Date at which details are created.No
ATTDEF_SORT_BY_decimal_38_0decimal(38)YesThis Column Stores the Sort ByNo
Table Name : ATT_ATTDTL_ATTRIBUTE_DTL
Comment :Attributes are certain characteristics or properties or traits of a Part which help in tracing the quality of a part
Column Name UDD Data Type Is NULL? Comment Is PK?
ATTDTL_OUINSTANCE_decimal_38_0decimal(38)NoThis Column Stores the OUInstance ID in which the Attributes has been createdYes
ATTDTL_ATTRIB_CODE_varchar_10varchar(10)NoThis Column Stores the Unique code defined for each attribute.Yes
ATTDTL_DESC_varchar_80varchar(80)YesThis Column Stores the Brief description of the AttributeNo
ATTDTL_DESC_UP_varchar_80varchar(80)YesThis Column Stores the Description in UpperNo
ATTDTL_STATUS_varchar_15varchar(15)YesThis Column Stores the Attribute status can be Active Or Inactive Codes & Values: A - Active I - InActiveNo
ATTDTL_TYPE_varchar_25Varchar(25)YesThis Column Stores the Specifies whether attribute is Quantitative or Qualitative List of Codes & Values: QT - Quantitative QL - QualitativeNo
ATTDTL_UOM_varchar_10varchar(10)YesThis Column Stores the Standard UOM for measurement of attribute valueNo
ATTDTL_CREATED_BY_varchar_30varchar(30)YesThis Column Stores the Created UsernameNo
ATTDTL_CREATED_DATE_datetime_8datetime(8)YesThis Column Stores the Created DateNo
ATTDTL_MODIFIED_BY_varchar_30varchar(30)YesThis Column Stores the Modified UserNameNo
ATTDTL_MODIFIED_DATE_datetime_8datetime(8)YesThis Column Stores the Modified DateNo
ATTDTL_TIMESTAMP_decimal_38_0decimal(38)YesThis Column Stores the an integer value which maintains the count of updates which is used for concurrency checksNo