Table Description
PDM Run Instance: The PDM Run instance table. Stores details of each step and how many instances of theses steps are run during the completion of an AR or PDM process, for example Projected Eligibility maybe run multiple times to process cases over several batch windows.
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::PDMRunInstance
Controlling File: HCR\model\PeriodicDataMatching\Entity\PDMEntity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
pdmRunInstanceIDkeynoThe primary key.INTERNAL_ID SVR_INT64
runIDdetailsnoStores the ID of the batch run, for example 'AR2014'. This same ID must be used by all batch jobs that are part of the end to end PDM or AR process. Records should only be inserted by the process that inserts the associated evidence record.RUN_ID SVR_STRING<30>
runDateTimedetailsnoThe date and time of the run.CURAM_DATETIME SVR_DATETIME
processStepTypedetailsnoThe process step type.PDM_PROCESS_STEP_TYPEPDMProcessStepTypeSVR_STRING<10>
initiatingUserdetailsyesThe user who initiated the run.USER_NAME SVR_STRING<64>
Foreign Keys (2)
ChildParent
PDMRunInstance.runIDPDMRunConfig.runID
PDMRunCaseControlFailure.pdmRunInstanceIDPDMRunInstance.pdmRunInstanceID
Indices (1)
Index NameAttributes
IND_2009706574runID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: pdmRunInstanceID
Standard insert method. 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard modify method. 
readread Standard read method. 
countByRunIDns Counts the number of records with the specified run ID.SQL
Related Pages (0)