Table Description
External Payment Breakdown: A payment breakdowns generated for the citizen payments are fetched from the target system.

Example

A payment breakdowns generated for the citizen payments on the target system are fetched and stored to display it in citizen account.

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::ExternalPayment::ExternalPaymentBreakdown
Controlling File: WorkspaceServices\model\Packages\Entity\ExternalPayment\ExternalPayment.efx
Attributes (9)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
paymentBreakdownIDkeyno INTERNAL_ID SVR_INT64
externalPaymentIDdetailsno INTERNAL_ID SVR_INT64
debitAmountdetailsno CURAM_AMOUNT SVR_MONEY
creditAmountdetailsno CURAM_AMOUNT SVR_MONEY
referenceNumberdetailsno CW_EXTERNAL_CASE_REFERENCE_NUMBER SVR_STRING<256>
caseNamedetailsno CW_EXTERNAL_CASE_NAME SVR_STRING<1024>
componentdetailsno FIN_COMPONENT_TYPE_CODEFinComponentTypeSVR_STRING<10>
coverPeriodStartDatedetailsno CURAM_DATE SVR_DATE
coverPeriodEndDatedetailsno CURAM_DATE SVR_DATE
Foreign Keys (1)
ChildParent
ExternalPaymentBreakdown.externalPaymentIDExternalPayment.externalPaymentID
Indices (1)
Index NameAttributes
IND_779728605externalPaymentID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: paymentBreakdownID
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchByPaymentreadmultiORDER_BY: coverPeriodStartDate
WHERE: ExternalPaymentBreakdown.externalPaymentID = :externalPaymentID
Returns the list of payment instructions for the citizen payment instrument. 
Related Pages (0)