Table Description
Entity to store payment group information. It stores information which helps to decide payments of which products can be rolled up during financial processing.
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::Service Layer::PaymentGroup::Entity::PaymentGroup
Controlling File: core\model\Packages\Reference Model\Service Layer\PaymentGroup\PaymentGroupEntity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
paymentGroupIDkeynoUnique ID for the PaymentGroup entity.PAYMENT_GROUP_ID SVR_INT64
nameIDdetailsnoPayment group name ID. This is ID of the LocalizableText entity record.LOCALIZABLE_TEXT_ID SVR_INT64
recordStatusdetails Record status code. Can be ACTIVE or CANCELED.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
InstructionLineItem.paymentGroupIDPaymentGroup.paymentGroupID
PaymentGroupProductLink.paymentGroupIDPaymentGroup.paymentGroupID
Indices (1)
Index NameAttributes
pmtGrpStatIdxrecordStatus
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: paymentGroupID
AUTO_ID_KEY: RAPMTGRP
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByRecordStatusreadmulti Retrieves payment group records by record status. 
Related Pages (4)