Table Description
SituationConcern: The case participants whom the situation concerns.

The case participants whom the situation is concerned about.

Example

Examples of situation concerns are James Smith, Linda Smith.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Situation::Entity::SituationConcern
Controlling File: core\model\Packages\Reference Model\Service Layer\Situation\Entity\Situation_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
situationConcernIDkeynoUnique internal reference number of the situation concern record.SITUATION_CONCERNROLE_ID SVR_INT64
situationIDdetails Unique internal reference number of the situation record.INTERNAL_ID SVR_INT64
concernRoleIDdetails The unique internal reference number assigned to the concern role that the situation concerns.CONCERN_ROLE_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
IND_68639164situationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: situationConcernID
PRE_DATA_ACCESS: yes
Method to create new Situation Concern record. 
readread Method to read a Situation Concern record. 
modifymodify Method to modify a Situation Concern record. 
searchBySituationIDreadmultiPRE_DATA_ACCESS: yes
Method to read Situation Concern records for specified situationID. 
cancelnsmodifyPRE_DATA_ACCESS: yes
Method to cancel a Situation Concern record. 
Related Pages (6)