Table Description
Action Plan: A plan that has arisen as a result of a investigation.

A plan that has arisen as a result of a investigation which may include activities which mitigate or address the allegations captured for the investigation.

Example

For example, a fraud investigation case may have an action plan which involves performing surveillance on the alleged perpetrators over a course of time. This action plan may include individual activities like accessing bank records and interviewing colleagues.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::ActionPlan::Entity::ActionPlan
Controlling File: core\model\Packages\Reference Model\Service Layer\ActionPlan\Entity\ActionPlan_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (10)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
actionPlanIDkeynoUnique internal reference number of the action plan.INTERNAL_ID SVR_INT64
startDatedetails The start date for the action plan.CURAM_DATE SVR_DATE
expectedEndDatedetails The date the action plan is expected to end.CURAM_DATE SVR_DATE
actualEndDatedetails The date the action plan actually ends.CURAM_DATE SVR_DATE
reviewDatedetails The date when the action plan is to be reviewed by the case worker or a supervisor.CURAM_DATE SVR_DATE
participantsInAgreementInddetails Indicator to denote whether or not the participants on the case have agreed to the action plan.CURAM_INDICATOR SVR_BOOLEAN
commentsdetails Narrative associated with the plan.COMMENTS SVR_STRING<300>
recordStatusdetails Status of the action plan record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUSRecordStatusSVR_STRING<10>
outcomedetails The overall outcome for the plan.ACTION_PLAN_OUTCOME_CODEActionPlanOutcomeSVR_STRING<10>
namedetails The name of the action plan.ACTION_PLAN_NAME SVR_STRING<256>
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: actionPlanID
PRE_DATA_ACCESS: yes
Inserts a new Action Plan Record. 
readread Read an Action Plan Record. 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Modifies an Action Plan Record. 
cancelnsmodifyPRE_DATA_ACCESS: yes
Logically deletes an Action Plan Record. 
searchByLinkIDnsmultiPRE_DATA_ACCESS: no
 
Return all Action plans for a specified link ID a possible link ID value would be a case ID.SQL
Related Pages (20)