Table Description
: A financial source identified by an organization, which is used to satisfy the budget needs of the organization. A fund, also called a funding stream, will be supplied with specific budgets for covering the planned needs of a fiscal period.
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::ProgramFund::Entity::ProgramFund
Controlling File: FundPM\model\Packages\Service Layer\Fund\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
programFundIDkeynoUnique reference number assigned by the system to a Fund record.INTERNAL_ID SVR_INT64
typedetailsnoCode value to denote the type of Fund.PROGRAMFUND_TYPEFundTypeSVR_STRING<10>
namedetailsnoA unique name defined by the administrator to represent the fund.PROGRAMFUND_NAMEProgramFundNameSVR_STRING<10>
startDatedetailsnoThe fund start dateCURAM_DATE SVR_DATE
endDatedetails The fund end dateCURAM_DATE SVR_DATE
commentsdetails A description of the fund defined by the administrator.COMMENTS SVR_STRING<300>
recordStatusdetailsnoThe fund record statusRECORD_STATUSRecordStatusSVR_STRING<10>
Foreign Keys (4)
ChildParent
FundConfiguration.programFundIDProgramFund.programFundID
FundFiscalYear.programFundIDProgramFund.programFundID
FundLink.programFundIDProgramFund.programFundID
FundUserRole.programFundIDProgramFund.programFundID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: programFundID
AUTO_ID_KEY: FUNDPMKS
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readAllnkreadmultiORDER_BY: name
This method will list out all the active Fund records 
searchByNamensreadmulti   
removeremove Removes a Program Fund record. 
Related Pages (31)