Table Description
EBCodeTableMapping: Stores the names of the code table mapping between two attributes.

The EBCodeTableMapping entity captures the names of the code tables that is mapped between two attributes having code table data type

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::EvidenceBroker::Reference Model::Service Layer::Administration::EvidenceBrokerConfig::Entity::EBCodeTableMapping
Controlling File: EvidenceBroker\model\Packages\Reference Model\Service Layer\Administration\EvidenceBrokerConfig\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
AUDIT_FIELDSyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
ebCodeTableMappingIDkeynoUnique identifier on the EBCodeTableMapping record. INTERNAL_ID SVR_INT64
recordStatusdetailsnoContains record status. Can be 'ACTIVE' or 'CANCELLED'. RECORD_STATUS_CODERecordStatusSVR_STRING<10>
ebAttributeMappingIDdetailsnoThe unique identifier of the EBAttributeMapping entity that contains the evidence attribute mapping data. INTERNAL_ID SVR_INT64
lhsCodeTableNamedetailsnoThe code table name of one attribute of an evidences type being mapped with the code table of other attribute of an evidence.CODETABLE_TABLENAME SVR_STRING<25>
rhsCodeTableNamedetailsnoThe code table name of one attribute of an evidences type being mapped with the code table of other attribute of an evidence.CODETABLE_TABLENAME SVR_STRING<25>
Foreign Keys (2)
ChildParent
EBCodeTableMapping.ebAttributeMappingIDEBAttributeMapping.ebAttributeMappingID
EBCodeTableValueMapping.ebCodeTableMappingIDEBCodeTableMapping.ebCodeTableMappingID
Indices (3)
Index NameAttributes
ebCodetableMappingIdxebAttributeMappingID
IND__1357447158lhsCodeTableName
IND__125684924rhsCodeTableName
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: ebCodeTableMappingID
AUTO_ID_KEY: EBCODE
insert the EBCodetable mapping details. 
readread reads the EBCodetable mapping details. 
removeremove delete the EBCodetable mapping details. 
searchByAttributeMappingKeynsreadmulti   
modifymodify Standard Operation 
readByAttributeAndCodeTableMappingnsread   
searchByAttributeMappingKeyAndStatusnsreadmulti   
cancelnsmodify   
Related Pages (14)