Table Description
Change Set Apply History: A change set can be used to apply a set of configuration data to the current system at a later date. This entity stores the applied history of a change set to the current system.
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::CTM::Service Layer::Change Set History::Entity::ChangeSetApplyHistory
Controlling File: CTMInfrastructure\model\Packages\Service Layer\Change Set History\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
changeSetApplyHistoryIDkeynoUnique identifier assigned by the system to the change set apply history record.CHANGE_SET_APPLY_HISTORY_ID SVR_INT64
appliedBydetailsnoThe user who has applied the change set on the source system.USER_NAME SVR_STRING<64>
appliedDatedetailsnoThe date and time on which the change set was applied on the source system.CURAM_DATETIME SVR_DATETIME
remoteSystemNamedetails The name of the remote system from which the change set was transported to the source system. This is not applicable if the change set was created in the source system.REMOTE_SYSTEM_NAME SVR_STRING<100>
changeSetIDdetailsnoUnique identifier assigned by the system to the change set record.CHANGE_SET_ID SVR_INT64
Foreign Keys (1)
ChildParent
ChangeSetApplyHistory.changeSetIDChangeSet.changeSetID
Indices (1)
Index NameAttributes
IND_305686086changeSetID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: changeSetApplyHistoryID
Creates a new row on change set apply history table. 
readread Reads a row of data from change set apply history table. 
searchByChangeSetreadmulti Searches the change set apply history records for the given change set ID. 
Related Pages (14)