Table Description
Rules Component: Not used.

Technical Notes

Please Note: This entity is no longer part of the default flow in the Curam Application, as such it is neither written to nor read from by the Curam Application. It continues to be shipped with the Curam model as customer may have custom logic which uses this entity, however it should be noted that if you are implementing custom logic which references this entity then you must also ensure that it is written to as needed. The information that was originally stored in this entity is now stored in Rule Set Information.

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::Infrastructure::Eligibility Determination::Entity Objects::RulesComponent::RulesComponent
Controlling File: core\model\Packages\Infrastructure\Eligibility Determination\Rules Component_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
rulesComponentIDkeynoThe unique ID of the Rules Component.RULES_COMPONENT_ID SVR_INT64
ruleSetIDdetails  RULE_SET_ID SVR_STRING<16>
typedetails This is the type code of the component. This is populated from the RulesComponentType codeTable.RULES_COMPONENT_TYPE_CODERulesComponentTypeSVR_STRING<10>
commentsdetails This field is used to store comments about the component.COMMENTS SVR_STRING<300>
targetdetails This field is used to store the target of the component. This is populated from the RulesComponentTarget codetable.RULES_COMPONENT_TARGET_CODERulesComponentTargetSVR_STRING<10>
deductionAllowableInddetails This field is used to indicate whether or not deductions (such as Utility Payments etc) can be made from this component.CURAM_INDICATOR SVR_BOOLEAN
Foreign Keys (1)
ChildParent
AssessmentComponent.rulesComponentIDRulesComponent.rulesComponentID
Operations (1)
OperationStereotypeOptionsDescriptionSQL
readread Generated key based read single operation. 
Related Pages (0)