Table Description
ChangeOfCircumstanceCase: This Entity stores the product delivery unique identifiers which may have an impact due to change of circumstance evidence.

The records stored in this entity are used to identity the product delivery cases during change of circumstance processing to identify and delay the financial processing as part of product delivery reassessment until the new check eligibility results are determined.

Model Details
Location in Model: Logical View::MetaModel::Curam::Income Support Product::Service Layer::entity::Case::ChangeOfCircumstanceCase::ChangeOfCircumstanceCase
Controlling File: ISProduct\model\Service Layer\entity\Case\ChangeOfCircumstance\ChangeOfCircumstance.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (2)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
ChangeOfCircumstanceCaseIDkeynoUnique reference number assigned by the system to a record.INTERNAL_ID SVR_INT64
caseIDdetails Unique reference number assigned by the system to a product delivery case record.CASE_ID SVR_INT64
Indices (1)
Index NameAttributes
IND__1772648684caseID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Inserts a single record using the information passed in a standard details struct. 
readByCaseIDreadmulti Reads a database record or records, based on a case key specified. 
removeByCaseIDnsremove Deletes a database record or records, based on a case key specified. 
Related Pages (2)