Data Dictionary -- Attribute Definition | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Srl. No. | Table Name | Comment |
1 | ATTDEF_PARAMETER_DETAILS | Stores Parameter detail information. In this component, this table needs to store only search criteria message |
2 | ATT_ATTDTL_ATTRIBUTE_DTL | Attributes are certain characteristics or properties or traits of a Part which help in tracing the quality of a part |
Table Name : | |
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_80 | varchar(80) | No | This Column Stores the Component Code | Yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ATTDEF_PARAMCATEGORY | _varchar_10 | varchar(10) | No | This 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_25 | Varchar(25) | No | This 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_5 | varchar(5) | No | This 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 component | Yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ATTDEF_LANGID | _decimal_38_0 | decimal(38) | No | This Column Stores the Language id. This is the language id of the record. | Yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ATTDEF_PARAMDESC | _varchar_80 | varchar(80) | Yes | This Column Stores the Description of the parameter code | No | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ATTDEF_CREATIONDATE | _datetime_8 | datetime(8) | Yes | This Column Stores the Date at which details are created. | No | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ATTDEF_SORT_BY | _decimal_38_0 | decimal(38) | Yes | This Column Stores the Sort By | No |
Table Name : | |
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_0 | decimal(38) | No | This Column Stores the OUInstance ID in which the Attributes has been created | Yes |
ATTDTL_ATTRIB_CODE | _varchar_10 | varchar(10) | No | This Column Stores the Unique code defined for each attribute. | Yes |
ATTDTL_DESC | _varchar_80 | varchar(80) | Yes | This Column Stores the Brief description of the Attribute | No |
ATTDTL_DESC_UP | _varchar_80 | varchar(80) | Yes | This Column Stores the Description in Upper | No |
ATTDTL_STATUS | _varchar_15 | varchar(15) | Yes | This Column Stores the Attribute status can be Active Or Inactive Codes & Values: A - Active I - InActive | No |
ATTDTL_TYPE | _varchar_25 | Varchar(25) | Yes | This Column Stores the Specifies whether attribute is Quantitative or Qualitative List of Codes & Values: QT - Quantitative QL - Qualitative | No |
ATTDTL_UOM | _varchar_10 | varchar(10) | Yes | This Column Stores the Standard UOM for measurement of attribute value | No |
ATTDTL_CREATED_BY | _varchar_30 | varchar(30) | Yes | This Column Stores the Created Username | No |
ATTDTL_CREATED_DATE | _datetime_8 | datetime(8) | Yes | This Column Stores the Created Date | No |
ATTDTL_MODIFIED_BY | _varchar_30 | varchar(30) | Yes | This Column Stores the Modified UserName | No |
ATTDTL_MODIFIED_DATE | _datetime_8 | datetime(8) | Yes | This Column Stores the Modified Date | No |
ATTDTL_TIMESTAMP | _decimal_38_0 | decimal(38) | Yes | This Column Stores the an integer value which maintains the count of updates which is used for concurrency checks | No |