Table Description
Finding: The finding of an allegation.

The finding of an allegation.

Example

Examples of findings are Substantiated, Unsubstantiated.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Finding::Entity::Finding
Controlling File: core\model\Packages\Reference Model\Service Layer\Finding\Entity\Finding_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
LAST_UPDATED_FIELDyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
findingIDkeynoUnique reference number assigned by the system to the finding.FINDING_ID SVR_INT64
allegationIDdetails Unique reference number of the allegation which has been associated with this finding.ALLEGATION_ID SVR_INT64
findingdetails The finding of an allegation, e.g. Substantiated, Unsubstantiated.FINDING_CODEFindingSVR_STRING<10>
overrideReasondetails Reason why the original decision was overridden.OVERRIDE_REASON_CODEOverrideReasonSVR_STRING<10>
effectiveDatedetails Date the finding is effective from.CURAM_DATE SVR_DATE
createdTimeStampdetails Time stamp of when this finding record was created.CURAM_DATETIME SVR_DATETIME
commentsdetails Comments recorded by an administrator relating to the approval check.COMMENTS SVR_STRING<300>
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: findingID
PRE_DATA_ACCESS: yes
Create new finding record. 
searchByAllegationIDnsmulti Get finding details list for specified allegation id.SQL
countByAllegationIDns Get finding details list count for specified allegation id.SQL
readread Read finding details. 
readByAllegationIDns Method to read most current finding for the allegation.SQL
modifymodify Modify existing finding record. 
Related Pages (22)