Table Description
Reconciliation Checkpoint: In liability reassessment some evidence may need to be retained over the course of a reassessment period e.g. at the end of each delivery period the total amount.

This record is used to hold this evidence information. The type of information stored in this record is implementation specific. This is only a sample implementation.

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::Core::Reference Model::Infrastructure::Eligibility Determination::Entity Objects::Reconciliation Checkpoint::ReconciliationCheckpoint
Controlling File: core\model\Packages\Infrastructure\Eligibility Determination\Reconciliation Checkpoint_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
checkpointIDkeynoUnique ID for this record.CHECKPOINT_ID SVR_INT64
caseIDdetailsnoThe ID of the case.CASE_ID SVR_INT64
fromDatedetails The start date the rules engine was called for to generate this record.CURAM_DATE SVR_DATE
toDatedetails The end date the rules engine was called for to generate this record.CURAM_DATE SVR_DATE
creationDatedetails The creation date of this record.CURAM_DATE SVR_DATE
Foreign Keys (1)
ChildParent
ReconciliationCheckpoint.caseIDCaseHeader.caseID
Indices (1)
Index NameAttributes
RecCheckCaseIdxcaseID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
searchByCaseIDreadmulti Return all reconciliation checkpoints for the given case 
readByDatens Return reconciliation data for the case ID and date specified.SQL
Related Pages (0)