Table Description
DADE Baseline: The DE Execution Baseline entity holds details of the answer baseline for a particular Determination Execution for a particular Determination Delivery.

The DE Execution Baseline entity holds details of the answer baseline for a particular Determination Execution of a particular Determination Delivery.

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::DEBaseline
Controlling File: DecisionAssist\model\Packages\Service Layer\Decisions\Entity\Decisions_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
deBaselineIDkeynoSystem generated unique identifier for Determination Execution Baseline.DA_DE_BASELINE_ID SVR_INT64
determinationExecutionIDdetailsnoThe system generated unique identifier for the Determination Execution to which the baseline relates.DA_DETERMINATION_EXECUTION_ID SVR_INT64
questionIDdetailsyesThe system generated unique identifier for the question in the baseline.DA_QUESTION_ID SVR_INT64
answerdetails The answer to the question for that baseline.DA_ANSWER SVR_STRING<4000>
sourceIDdetails The ID of the source from which the answer in the baseline has been obtained.DA_ANSWER_SOURCE_ID SVR_INT64
thirdPartyInddetails Indicator to show whether the answer in the baseline is from a third party.CURAM_INDICATOR SVR_BOOLEAN
consolidationInddetails Indicator to show whether the answer in the baseline is the consolidated answer.CURAM_INDICATOR SVR_BOOLEAN
recordStatusdetails  RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
DEBaseline.determinationExecutionIDDeterminationExecution.determinationExecutionID
DEBaseline.questionIDQuestion.questionID
Indices (2)
Index NameAttributes
IND__1789646199determinationExecutionID
IND__117707910questionID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: deBaselineID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
insertForDecisionbatchinsert   
searchQuestionsByDecisionnsmulti  SQL
searchQuestionAnswersForDecisionnsmulti  SQL
Related Pages (9)