Table Description
Business Object Audit: This is used to store the audit details when business object is placed in the change set.
Model Details
Location in Model: Logical View::MetaModel::Curam::CTM::Service Layer::Audit::Entity::BusinessObjectAudit
Controlling File: CTMInfrastructure\model\Packages\Service Layer\Audit\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
businessObjectAuditIDkeynoUnique identifier assigned by the system to the business object audit record.BUSINESS_OBJECT_AUDIT_ID SVR_INT64
actiondetails The action associated with a business object. Ex: add or delete.BUSINESS_OBJECT_LINK_ACTION_CODEBusinessObjectLinkAction.ctxSVR_STRING<10>
actionBydetails User who has added the business object to the change set or removed from the change set.USER_NAME SVR_STRING<64>
actionDatedetails The date on which the business object was added to the change set or removed from the change set.CURAM_DATE SVR_DATE
changeSetBusinessObjectLinkIDdetailsyesUnique reference number assigned by the system to an change set business object link record.CHANGE_SET_BUSINESS_OBJECT_LINK_ID SVR_INT64
Indices (3)
Index NameAttributes
BusinessObjectAuditActionIdxaction
BusinessObjectAuditActionByIdxactionBy
BusinessObjectAuditLinkIDIdxchangeSetBusinessObjectLinkID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: businessObjectAuditID
Creates a new row on business object audit table. 
readread Reads a row of data from business object audit table. 
searchByBusinessObjectreadmulti Searches the business object audit records for the given change set business object link ID. 
searchByActionreadmulti Searches the business object audit records for the given action. Action may be either add or delete. 
searchByUserreadmulti Searches the business object audit records for the given user. 
Related Pages (0)