Table Description
Liability Cancellation Request: A request to cancel a liability instruction.

There are two possible reasons for requesting the cancellation of a liability instruction:

Technical Notes

Note that currently in Curam, there is no functionality implemented to facilitate the cancellation of a liability instruction.

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::Core::Reference Model::Financial::Entity Objects::LiabilityCancellationRequest::LiabilityCancellationRequest
Controlling File: core\model\Packages\Financial Manager Packages\LiabilityCancellationRequest_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
liabInstructionIDdetailsnoLiabilityInstructionID of the LiabilityInstruction in respect of which this LiabilityCancellationRequest was enteredLIABILITY_INSTRUCTION_ID SVR_INT64
requestDatedetails Date on which the Liability Instrument was registered as canceled.CURAM_DATE SVR_DATE
reasonTextdetails Free text which defines the reason for the Liability Instrument Cancellation Request.REASON_TEXT SVR_STRING<200>
cancellationCodedetails Code value to denote the classification of the Liability Instrument cancellation Populated from the CancellationRequest code table.CANCELLATION_REQUEST_CODECancellationRequestSVR_STRING<10>
outcomeCodedetails Code to indicate the outcome of the Liability Cancellation. Populated from the LiabilityCancellationOutcome code table.LBY_CANCELLATION_OUTCOME_CODELBYCancellationOutcomeSVR_STRING<10>
liabCancellationIDkeynoUnique reference number assigned by the system to this LiabilityCancellationRequestLIABILITY_CANC_REQUEST_ID SVR_INT64
Foreign Keys (1)
ChildParent
LiabilityCancellationRequest.liabInstructionIDLiabilityInstruction.liabInstructionID
Indices (1)
Index NameAttributes
LiabCancReqIdxliabInstructionID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
Related Pages (0)