Table Description
Appeal Cancellation: A cancellation of an appeal case.

Appeal Cases Hearing Case; Hearing Review and Judicial Review which can be canceled by a user at any time. If a user cancels an Appeal case that has Issues associated with it, the current Cancel Appeal Case functionality will be invoked.

Example

Linda Smith applies for sickness benefit with an organization. It is calculated that Linda is entitled to $40 a week. Linda is dissatisfied with this rate of payment and submits a request for appeal to the organization.

A user creates an appeal case on the system. Linda's sickness benefit product delivery case is linked to the appeal case. The appeal case is canceled by the case owner on the grounds that the appellant Linda requested the appeal be withdrawn.

Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Service Layer::entity::Appeal::AppealCancellation::AppealCancellation
Controlling File: Appeal\model\Packages\Service Layer\entity\Appeal\AppealCancellation\AppealCancellation_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
appealCancellationIDkeynoUnique ID for an appeal cancellation record.APPEAL_CANCELLATION_ID SVR_INT64
caseIDdetails Unique ID of the case header record that is created for the appeal case.CASE_ID SVR_INT64
cancelReasonCodedetails Reason for the cancellation of an appeal case.APPEAL_CANCEL_REASON_CODEAppealCancelReasonSVR_STRING<10>
cancelReasonTextdetailsyesFree-form textual comments that are entered by the user.REASON_TEXT SVR_STRING<200>
cancelDateTimedetails Date of the cancellation of the appeal case.CURAM_DATETIME SVR_DATETIME
cancelUserNamedetails Name of the user who canceled the appeal case.USER_NAME SVR_STRING<64>
Operations (9)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: appealCancellationID
PRE_DATA_ACCESS: yes
Standard Operation 
readDetailsAndUserFullNamens Entity method to read the details of a canceled hearing case.SQL
validateModify  Entity method to validate the modified cancel case details before saving them. 
modifyReasonnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Entity method to update cancellation details. 
validateInsert  Entity method to validate the appeal cancellation details. 
readCasensread Entity method to read cancellation case id. 
readLatestCancelReasonCodeByCasens Entity method to read cancellation reason code by case.SQL
read  @superseded - replaced by readDetailsAndUserFullName 
modify  @superseded - replaced by modifyReason 
Related Pages (6)