Table Description
Situation Child Link: A link between a situation record and a child record.

A link between a situation record and a child record.

Example

For example, an situation may be associated with an allegation record.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Situation::Entity::SituationChildLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Situation\Entity\Situation_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
situationIDdetails Unique internal reference number of the situation record.SITUATION_ID SVR_INT64
childLinkIddetails Unique internal reference number of the child record.INTERNAL_ID SVR_INT64
childTypedetails Child record type.ACTION_CHILD_TYPEActionChildTypeSVR_STRING<10>
situationChildLinkIDkeynoUnique internal reference number of the situation child link record.SITUATION_CHILD_LINK_ID SVR_INT64
recordStatusdetails Status of the situation record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
sitIDChldTypIdxsituationID, childType, recordStatus
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: situationChildLinkID
PRE_DATA_ACCESS: yes
Method to create a new Situation Child Link record. 
readread Method to read a Situation Child Link record. 
modifymodify Method to modify a Situation Child Link record. 
searchBySituationIDAndChildTypereadmultiPRE_DATA_ACCESS: yes
Method to read Situation Child Link records for specified situationID and childType. 
cancelnsmodifyPRE_DATA_ACCESS: yes
Method to cancel a Situation Child Link record. 
Related Pages (13)