Table Description
Withdrawal Request Reason: The reason for withdrawing an application may depend on the particular type of application and some withdrawal reasons may not be appropriate for particular types of application. This entity is used to associate withdrawal reasons with application types.
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::WorkspaceServices::Entity::Intake::WithdrawalRequestReason::WithdrawalRequestReason
Controlling File: WorkspaceServices\model\Packages\Entity\WithdrawalRequestReason\WithdrawalRequestReason_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
withdrawalReqReasonIDkeynoUnique identifier for this record. WITHDRAWAL_REQUEST_REASON_ID SVR_INT64
intakeApplicationTypeIDdetailsnoA reference to the type of application the codetable entry is to be associated to. INTERNAL_ID SVR_INT64
reasonCodedetailsnoThe withdrawal reason code, taken from the WithdrawalRequestReason codetable. WITHDRAWAL_REQUEST_REASON_CODEWithdrawalRequestReasonSVR_STRING<10>
recordStatusdetailsnoThe status of the record, Active or Cancelled. RECORD_STATUSRecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
WithdrawalRequestReason.intakeApplicationTypeIDIntakeApplicationType.intakeApplicationTypeID
Indices (1)
Index NameAttributes
IND__1761957096intakeApplicationTypeID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: withdrawalReqReasonID
AUTO_ID_KEY: INTAKERAKS
Standard Operation 
searchByApplictionTypeAndStatusreadmulti   
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
insertWithdrawalRequestReasonnsinsert Inserts record to WithdrawalRequestReason entity. This method expects WithdrawalRequestReason ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field WithdrawalRequestReason ID). It's preferred to call insertWithdrawalRequestReason only in scenario's where caller wants to set the value of primary key WithdrawalRequestReason ID) by itself. 
Related Pages (2)