Table Description
Appealed Case Rejection: A rejection of an appealed case.

An appealed case can have multiple rejection records.

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 in the system. An appeal relationship record is created on the system for Linda's sickness benefit product delivery case. A case supervisor reviews the appealed case. The case supervisor makes the decision as to whether or not the appealed case should progress further in the appeal process. The case supervisor decides to reject the appealed case, on the grounds that the appellant Linda Smith failed to submit the required documentation to the organization.

Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Service Layer::entity::Appeal::AppealedCaseRejection::AppealedCaseRejection
Controlling File: Appeal\model\Packages\Service Layer\entity\Appeal\AppealedCaseRejection\AppealedCaseRejection_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
appealedCaseRejectionIDkeynoUnique ID for the rejection record for an appealed case.APPEALED_CASE_REJECTION_ID SVR_INT64
appealRelationshipIDdetails Unique ID of the associated appealed case. Links the appealed case rejection record to the related appealed case. APPEAL_RELATIONSHIP_ID SVR_INT64
rejectionDatedetails Date on which the appealed case was rejected.CURAM_DATE SVR_DATE
reasonCodedetails Reason for rejecting an appealed case.CASE_REJECTION_REASON_CODECaseRejectionReasonSVR_STRING<10>
reasonTextdetails Free-form textual comments that are entered by the user.REASON_TEXT SVR_STRING<200>
userNamedetailsnoName of the user who rejected the appealed case.USER_NAME SVR_STRING<64>
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Inserts a new record 
validate  Validates the details for creating a new record. 
readLatestReasonns Returns the latest appealed case rejection reason code given the appeal relationship id.SQL
searchByAppealedCasensmulti Searches all rejections for an appealed case.SQL
modifyReasonTextnsmodifyOPTIMISTIC_LOCKING: yes
Modifies the comment text of an appeal case rejection. 
readReasonTextnsread Reads the appealed case rejection comment text for modification. 
Related Pages (6)