Table Description
Contract Text: Additional text which can be added to a contract for a goal, sub-goal or plan item.

This entity is focused on the administration of a contract text within the Service Planning Administration component. The contract text displayed on the printed contract will be in the preferred language code of the plan participant or nominated representative if a contract text has been created in the administration component for that language. Otherwise the language is defaulted to English.

Example

A case worker creates a Return to Work service plan for Participant Linda Smith as she has recently become unemployed. A goal of Sustainable Employment is selected for this service plan. A Find a Job sub-goal is added to the service plan. A Full-time Job Search Plan item is added to the service plan as activity for Linda Smith to achieve the service plan Goal of Sustainable Employment. An expected outcome of Full-time Employment is selected for the Full-time Job Search plan item.

The service plan is approved and a contract is issued. The contract text displayed for the Sustainable Employment goal is in Spanish as it is the preferred language of the plan participant Linda Smith.

The following has been set up within the Curam Service Planning Administration component to achieve to this:

  • An administrator creates a Return to Work service plan.
  • He associates the Sustainable Employment goal to the Return to Work service plan.
  • The administrator creates contract text in each language for the Sustainable Employment goal.
This contract text configured for the Sustainable Employment goal will always be displayed on the service plan contract in the preferred language of the participant or representative. Similarly, the contract text for the Find a Job sub-goal will be setup in the same way and will always be displayed on the service plan contract in the preferred language of the participant.

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::Contract Text::Entity::ContractText
Controlling File: core\model\Packages\Reference Model\Service Layer\ContractText\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
contractTextIDkeynoUnique reference number assigned by the system to a contact text record.CONTRACT_TEXT_ID SVR_INT64
contractTextdetailsnoThe additional text which will be added to a the goal and sub-goal(s) on a service plan contract.CONTRACT_TEXT SVR_STRING<13107>
languageCodedetailsnoCode table value representing the language of the contract text.LANGUAGE_CODELanguageSVR_STRING<10>
recordStatusdetails Status of the contract text record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
typeCodedetails The type of the contract text.CONTRACT_TEXT_TYPEContractTextTypeSVR_STRING<10>
Foreign Keys (5)
ChildParent
ClauseContractText.contractTextIDContractText.contractTextID
ContractTextLink.contractTextIDContractText.contractTextID
GoalContractText.contractTextIDContractText.contractTextID
PlanItemContractText.contractTextIDContractText.contractTextID
SubGoalContractText.contractTextIDContractText.contractTextID
Indices (1)
Index NameAttributes
TypeCodeIdxtypeCode
Operations (11)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: contractTextID
AUTO_ID_KEY: CONTRTTEXT
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
readRecordStatusnsread Reads contract text record status. 
validateCancel  This method validates contract text canceling. 
modifynsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Modifies contract text. 
validateModify  Validates details for modify. 
cancelnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Cancels contract text. 
validateInsert  Validates contract text details. 
listByContractTextTypereadmulti Lists all contract texts. 
insertContractTextinsert <p class="MsoNormal"> <span style="COLOR: #002060">Inserts contract text record. This method expects the contractTextID to be set. It is preferred to call <font color="#000000">insertContractText</font> method only in scenarios where calling method wants to set the value of primary key by itself.</span> </p> 
modifyContractTextmodifyOPTIMISTIC_LOCKING: yes
This modify operation will be called while re-applying a change set in the target system. Entity level validations that will happen during a standard modify operation will not be applicable in this case. This modify operation will update all the attributes defined for this entity.  
Related Pages (20)