Table Description
DADeterminationExecution: Determination Execution holds details of the execution of a Determination Delivery this is the process by which decisions are made.

The Determination Execution entity holds details of the execution of a Determination Delivery. This is the process by which decisions are made. Each Determination Execution can produce one or many decisions.

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::Decision Assist::Service Layer::Decisions::Entity::DeterminationExecution
Controlling File: DecisionAssist\model\Packages\Service Layer\Decisions\Entity\Decisions_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
determinationExecutionIDkeynoSystem generated unique identifier for a Determination Execution.DA_DETERMINATION_EXECUTION_ID SVR_INT64
determinationDeliveryIDdetailsnoThe system generated unique identifier for the Determination Delivery being executed.DA_DETERMINATION_DELIVERY_ID SVR_INT64
decisionMadeBydetails Full name of the user who executed the Determination Delivery.DA_CREATED_BY_USER SVR_STRING<64>
decisionDateTimedetails The date on which the Determination Delivery was executed and Decision made.CURAM_DATETIME SVR_DATETIME
recordStatusdetails  RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (3)
ChildParent
DeterminationExecution.determinationDeliveryIDDeterminationDelivery.determinationDeliveryID
DEBaseline.determinationExecutionIDDeterminationExecution.determinationExecutionID
DeterminationDecision.determinationExecutionIDDeterminationExecution.determinationExecutionID
Indices (2)
Index NameAttributes
DEIndexdeterminationDeliveryID
DDAndDDateTimeIdxdeterminationDeliveryID, decisionDateTime
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: determinationExecutionID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
countByDeterminationDeliveryIDns Counts the DeterminationExecution records by the determinationDeliveryIDSQL
readByDeterminationDeliveryIDnsread Read the DeterminationExecution Details for the determinationDeliveryID 
searchByDeterminationDeliverynsreadmulti   
Related Pages (6)