Table Description
Audit Plan Focus Area: A relationship between a focus area and an AuditPlan record.

This entity stores the associations between focus areas and audit plans. When an audit coordinator creates an audit plan they are presented with a list of focus areas that were configured by the administrator. The audit coordinator may then select as many of these as are appropriate for the specific audit being conducted. An auditor when completing a case audit and evaluating a particular case must then address these focus areas.

Example

An audit coordinator creates an audit plan for Social Assistance cases and sets the purpose to 'Compliance Review', the Audit Item to 'Social Assistance', the User Involvement to 'View Findings Only' and the priority to 'Medium'. The audit coordinator then chooses to Save and Add Focus Areas and is presented with a list of focus areas as configured by the administrator. The audit coordinator chooses 'Benefit Accuracy' and saves the audit plan. The 'Benefit Accuracy' focus area is stored in the AuditPlanFocusArea entity.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::CaseAudit::Entity::AuditPlanFocusArea::AuditPlanFocusArea
Controlling File: core\model\Packages\Reference Model\Service Layer\CaseAudit\Entity\AuditPlanFocusArea_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
auditFocusAreaIDkeynoUnique identifier of the audit plan focus area.AUDIT_PLAN_FOCUS_AREA_ID SVR_INT64
auditPlanIDdetails Unique identifier of the audit plan for this focus area.AUDIT_PLAN_ID SVR_INT64
focusAreaCodedetails Focus Area selected by the audit coordinator.FOCUS_AREA_CODEAuditCaseFocusAreaSVR_STRING<10>
Indices (1)
Index NameAttributes
IND_1018259169auditPlanID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: auditFocusAreaID
Standard Operation 
removeremove Standard Operation 
searchByAuditPlanreadmulti Searches focus areas by a specified audit plan. 
readread Standard Operation 
Related Pages (22)