Table Description
Case Payment Suspension: A suspension of a payment on a case.

If a payment exceeds the maximum payment limit the entire payment instrument is suspended. If suspended, manual approval of the payment by a supervisor must take place before payment can be issued. The maximum payment amount is stored against the delivery pattern for a Curam product.

This table holds a type of case event. Events are displayed in an events calendar for viewing by the user.

Example

The maximum payment amount for Product X is specified as $1000.

User Ronan Rooney submits a case where the payment amount is $1050. The payment is suspended and a notification is sent to his supervisor to review and approve the payment.

Technical Notes

Optimistic locking is not required for this table as the data is never modified.

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::Case::Entity Objects::Case Payment Suspension::CasePaymentSuspension
Controlling File: core\model\Packages\Case\Case Payment Suspension_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
casePaymentSuspensionIDkeynoThis is the unique ID assigned to each Case Payment Suspension record.CASE_PAYMENT_SUSPENSION_ID SVR_INT64
caseIDdetailsnoThe ID of the case to which this Case Payment Suspension record is related.CASE_ID SVR_INT64
suspensionDatedetails The date on which the payment suspension was applied.CURAM_DATE SVR_DATE
commentsdetails The reason this Payment Suspension was applied.COMMENTS SVR_STRING<300>
Foreign Keys (1)
ChildParent
CasePaymentSuspension.caseIDCaseHeader.caseID
Indices (1)
Index NameAttributes
CasePaymSuspIdxcaseID
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
Related Pages (0)