Table Description
: The rules which are used to define how potential funding sources should be identified and selected for a specific Product or Service, over a period of time. A set of rules may be defined for a service or product, which specify how to further refine the list of funds that are associated with the Product or Service. For example, an organization may define a set of rules which excludes some of the funds associated with the Product or Service based upon demographic details of the primary client.
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::FundPM::Service Layer::Funded Item Rules Link::Entity::FundedItemRulesLink
Controlling File: FundPM\model\Packages\Service Layer\FundedItemRulesLink\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (10)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
fundedItemRulesLinkIDkeynoUnique reference number specified by the system for the FundedItemRulesLink record.INTERNAL_ID SVR_INT64
ruleSetIDdetailsyesUnique identifier for the rule set to be applied when determining the funding source for a financial transaction.RULE_SET_ID SVR_STRING<16>
relatedIDdetailsnoThe unique reference number of the product or service to which the rules relate.INTERNAL_ID SVR_INT64
relatedTypedetailsnoCode value denoting the type of entity to which the rules relate, such as Product or Service.PROGRAMFUND_RELATION_TYPEFundRelationTypeSVR_STRING<10>
startDatedetailsnoThe start date for the effective period of the rules.CURAM_DATE SVR_DATE
endDatedetails The end date of the effective period for the rules.CURAM_DATE SVR_DATE
recordStatusdetailsnoCode value denoting the status of the FundedIemRulesLink record.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
ruleSetTypedetails The type of the rule set to be applied when determining the funding source for a financial transaction.FUNDPM_RULE_SET_TYPEFundedItemRuleSetTypeSVR_STRING<10>
creoleRuleSetIDdetailsyesUnique identifier for the creole rule set to be applied when determining the funding source for a financial transaction.FUNDPM_CREOLE_RULE_SET_ID SVR_INT64
dataStoreSchemadetails The data store schema name to be applied when selecting the rule set type as creole rule set.FUNDPM_CREOLE_DATA_STORE_NAME SVR_STRING<40>
Foreign Keys (2)
ChildParent
FundedItemRulesLink.ruleSetIDRuleSetInformation.ruleSetID
FundedItemRulesLink.creoleRuleSetIDCREOLERuleSet.creoleRuleSetID
Indices (1)
Index NameAttributes
IND_789920865relatedID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: fundedItemRulesLinkID
AUTO_ID_KEY: FUNDPMKS
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readAllnkreadmultiORDER_BY: relatedID
This method reads all records in this entity. 
readByRelatedIDAndRelatedTypens This reads a record for the given related ID, related Type, startDate and endDateSQL
searchByRelatedIDreadmulti This readmulti is used to fetch the fund association based on the related id and record status. 
removeremove Removes a Funded Item Rules Link record. 
Related Pages (5)