Table Description
PDM Run Case Control State History: This table is integral to the PDM & AR processes. It is used to monitor the status of the case that is being processed as it passes though the various stages of PDM & AR processing.
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::HCR::Periodic Data Matching::Entity::PDMRunCaseControlStateHistory
Controlling File: HCR\model\PeriodicDataMatching\Entity\PDMEntity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
pdmRunCaseCtrlStatusHistoryIDkeynoThe unique identifier of the PDMRunCaseControlStateHistory.INTERNAL_ID SVR_INT64
pdmRunCaseControlIDdetailsnoForeign Key to the PDMRunCaseControl record for which the status applies.INTERNAL_ID SVR_INT64
statusdetailsnoUsed to record at what stage in the overall process this record has reached.PDM_RUN_CASE_CONTROL_STATUSPDMRunCaseControlStatusSVR_STRING<10>
statusDateTimedetailsnoThis date time is set to when the status record was inserted.CURAM_DATETIME SVR_DATETIME
runAttemptdetailsnoIndicates the run attempt for this run case control. This is used to distinguish different status histories in the event that the run case control record is reset.RUN_ATTEMPT SVR_INT32
Foreign Keys (1)
ChildParent
PDMRunCaseControlStateHistory.pdmRunCaseControlIDPDMRunCaseControl.pdmRunCaseControlID
Indices (1)
Index NameAttributes
PDMRunCaseControlHistSIDXpdmRunCaseControlID, runAttempt, status, statusDateTime
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: pdmRunCaseCtrlStatusHistoryID
Standard insert method. 
readread Standard read method. 
searchByRunCaseControlIDreadmulti   
searchByRunCaseControlIDAndRunAttemptreadmulti   
Related Pages (0)