Table Description
DADetermination Package: The Determination Package enables the Administrator to set up the Questionnaires, possibleOutcomes and other details for a Determination Configuration. This entity groups multiple versions of determination packages.

The Determination Package enables the Administrator to set up the questionnaires, possible outcomes and other details for a Determination Configuration. This entity groups multiple versions of determination packages.

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::DeterminationPackage::Entity::DeterminationPackage
Controlling File: DecisionAssist\model\Packages\Service Layer\DeterminationPackage\Entity\DeterminationPackage_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
determinationPackageIDkeynoSystem generated unique identifier for a Determination Package.DA_DP_ID SVR_INT64
createdDateTimedetails The date and time on which the determination package was created.CURAM_DATETIME SVR_DATETIME
createdBydetails Name of the user who created the determination package.DA_CREATED_BY_USER SVR_STRING<64>
Foreign Keys (1)
ChildParent
DeterminationPackageVersion.determinationPackageIDDeterminationPackage.determinationPackageID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: determinationPackageID
AUTO_ID_KEY: DETPACK
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
insertDeterminationPackageinsert Inserts record to determination package entity. This method expects determination package ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (determination package ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (determination package ID) by itself. 
Related Pages (2)