Table Description
Draft Allocation Line: Transient allocation information that will be used to create allocation line records.
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::Curam Applications::Financial Manager::Entity Objects::DraftAllocationLine::DraftAllocationLine
Controlling File: core\model\Packages\Financial Manager Packages\DraftAllocationLine_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
draftAllocationLineIDkeynoUnique identifier assigned by the system to each DraftAllocationLine record.DRAFT_ALLOCATION_LINE_ID SVR_INT64
creditInstructionLineItemIDdetailsnoIdentifier of the InstructionLineItem record which is the credit part of the allocation.INSTRUCTION_LINE_ITEM_ID SVR_INT64
debitInstructionLineItemIDdetailsnoIdentifier of the InstructionLineItem record which is the debit part of the allocation.INSTRUCTION_LINE_ITEM_ID SVR_INT64
allocationDatedetails The date on which the DraftAllocationLine record was created.CURAM_DATE SVR_DATE
amountdetails The financial amount that is to be allocated between the specified credit and debit.CURAM_AMOUNT SVR_MONEY
statusCodedetails Code value to denote the status of the DraftAllocationLine.ALLOCATION_STATUS_CODEAllocationStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
DraftAllocationLine.creditInstructionLineItemIDInstructionLineItem.instructLineItemID
DraftAllocationLine.debitInstructionLineItemIDInstructionLineItem.instructLineItemID
Indices (2)
Index NameAttributes
DACredDebStatuscreditInstructionLineItemID, debitInstructionLineItemID, statusCode
DACreditStatuscreditInstructionLineItemID, statusCode
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
removeremove Standard Operation 
readBycreditILIdebitILIstatusnsread To get a DraftAllocationLine for a specified creditInstructionLineItemID, debitInstructionLineItemID and statusCode. 
modifyAmountnsmodifyOPTIMISTIC_LOCKING: yes
To modify the amount attribute for a specific DraftAllocationLine record. 
searchByCreditILIStatusnsreadmulti To get a list of DraftAllocationLine records for a credit InstructionLineItem of a specified status. 
Related Pages (8)