Table Description
Change Set Audit: This is used to store the audit details whenever administrator performs a action on the change set.
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::Audit::Entity::ChangeSetAudit
Controlling File: CTMInfrastructure\model\Packages\Service Layer\Audit\Entity\Entity_cat.efx
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
changeSetAuditIDkeynoUnique identifier assigned by the system to the change set audit record.CHANGE_SET_AUDIT_ID SVR_INT64
systemSourcedetails Source of the change set. Ex: local system or remote system.CHANGE_SET_SOURCEChangeSetSourceSVR_STRING<10>
actiondetails The action performed on the change set. Ex: create, release, etc.CHANGE_SET_AUDIT_TRANSITION_CODEChangeSetAuditTransitionSVR_STRING<10>
actionBydetails User who has performed the action on the change set.USER_NAME SVR_STRING<64>
actionDateTimedetails The date and time when the action was performed on the change set.CURAM_DATETIME SVR_DATETIME
changeSetIDdetailsnoUnique identifier assigned by the system to the change set record.CHANGE_SET_ID SVR_INT64
Foreign Keys (1)
ChildParent
ChangeSetAudit.changeSetIDChangeSet.changeSetID
Indices (3)
Index NameAttributes
ChangeSetAuditActionIdxaction
ChangeSetAuditChangeSetIDIdxchangeSetID
ChangeSetAuditActionByIdxactionBy
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: changeSetAuditID
Creates a new row on change set audit table. 
readread Reads a row of data from change set audit table. 
searchByChangeSetreadmulti Searches the change set audit records for the given change set ID. 
searchByActionreadmulti Searches the change set audit records for the given action. 
searchByUserreadmulti Searches the change set audit records for the given user. 
Related Pages (16)