Table Description
Decision Rejection: A rejection of an appeal case decision.

This has operations to Insert the Decision resection, validates the details of the decision rejection, retrieves all decision rejections related to the specified case, reads summary details of the decision rejection for Appeal cases.

Example

A case supervisor rejects a decision made by a hearing official on an appeal case on the grounds that they believe the hearing official did not adequately consider all of the evidence at hand. It is expected that this situation would not happen regularly.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Service Layer::entity::Appeal::DecisionRejection::DecisionRejection
Controlling File: Appeal\model\Packages\Service Layer\entity\Appeal\DecisionRejection\DecisionRejection_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
decisionRejectionIDkeynoUnique ID for the decision rejection record.DECISION_REJECTION_ID SVR_INT64
caseIDdetailsnoUnique ID of the case header record that is created for the appeal case.CASE_ID SVR_INT64
rejectionDatedetailsnoDate on which the decision was rejected.CURAM_DATE SVR_DATE
reasonCodedetailsnoReason for the rejection of the decision.DECISION_REJECTION_REASON_CODEDecisionRejectionReasonSVR_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 decision.USER_NAME SVR_STRING<64>
Foreign Keys (2)
ChildParent
DecisionRejection.caseIDCaseHeader.caseID
DecisionRejection.userNameUsers.userName
Indices (2)
Index NameAttributes
DRCaseIdxcaseID
IND__1562712696userName
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: decisionRejectionID
PRE_DATA_ACCESS: yes
Standard Operation 
validate  Validates the details of the decision rejection. 
searchByCasensmulti Retrieves all decision rejections related to the specified case.SQL
readSummaryns Reads summary details of the decision rejection.SQL
Related Pages (9)