Table Description
PDM Run Config: Configuration table to define a PDM Run.
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::PDMRunConfig
Controlling File: HCR\model\PeriodicDataMatching\Entity\PDMEntity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
runIDkeynoStores 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.RUN_ID SVR_STRING<30>
annualRenewalInddetailsnoUsed to indicate that this Run Configuration is for an Annual Renewal and not a PDM.CURAM_INDICATOR SVR_BOOLEAN
descriptiondetailsyesAllows the administrator to describe in detail what this configuration is used for.HCR_LARGE_STRING SVR_STRING<1000>
namedetails Allows for a more meaningful name than runID to be associated with this Run Configuration.PDM_RUN_CONFIG_NAME SVR_STRING<50>
typedetailsyesThe type of Annual Renewal associated with this run configuration.PDM_RUN_ANNUAL_RENEWAL_TYPEPDMRunAnnualRenewalTypeSVR_STRING<10>
Foreign Keys (2)
ChildParent
PDMRunCaseControl.runIDPDMRunConfig.runID
PDMRunInstance.runIDPDMRunConfig.runID
Indices (1)
Index NameAttributes
AnnualRenewalIdxannualRenewalInd
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard insert method. 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard modify method. 
readread Standard read method. 
readAllnkreadmulti Reads all the records. 
Related Pages (2)