Table Description
Fund Configuration.: The fund Configuration defines the configuration to be applied to a fund. The fund may be configured so that a Wait List is not permitted. Therefore when creating an obligation, if there are insufficient funds, the client cannot be put on a wait list since one is not permitted on the fund.The fund may be configured so that over obligation is permitted when creating an obligation. Therefore, if there are insufficient funds, the obligation will be created and the fund fiscal year will have a negative balance.
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::Fund Configuration::Entity::FundConfiguration
Controlling File: FundPM\model\Packages\Service Layer\Fund Configuration\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
fundConfigurationIDkeynoThe unique system generated identifier for the obligation configuration record.FUND_CONFIGURATION_ID SVR_INT64
programFundIDdetailsnoThe unique system identifier for the fund record.FUND_ID SVR_INT64
waitListAllowedInddetails Indicator to denote whether or not a wait list is permitted for the fund.WAIT_LIST_ALLOWED_IND SVR_BOOLEAN
overObligationIndCreateObligndetails Indicator to denote whether or not an obligation can be created when its creation would result in a negative Budgeted Balance for the Fund Fiscal Year.OVER_OBLIGATION_IND_CREATE_OBLIGATION SVR_BOOLEAN
overObligationIndAdjustObligndetails Indicator to denote whether or not an obligation can be adjusted when its adjustment would result in a negative Budgeted Balance for the Fund Fiscal Year.OVER_OBLIGATION_IND_ADJUST_OBLIGATION SVR_BOOLEAN
effectiveDatedetailsnoThe date the fund configuration is effective from.CURAM_DATE SVR_DATE
recordStatusdetailsnoThe status of the fund configuration is used to indicate if the fund configuration has been logically deleted.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
commentsdetails Comments recorded by Fund Administrator relating to the obligation configuration.COMMENTS SVR_STRING<300>
Foreign Keys (1)
ChildParent
FundConfiguration.programFundIDProgramFund.programFundID
Indices (1)
Index NameAttributes
IND__1464389482programFundID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: fundConfigurationID
AUTO_ID_KEY: FUNDPMKS
This method is used to create the obligation configuration for a fund. 
readread This method is used to read the obligation configuration details for a given obligation configuration key. 
modifymodifyOPTIMISTIC_LOCKING: yes
This method is used to modify the obligation configuration details for a fund. 
searchByProgramFundreadmulti Retrieves the list of obligation configurations for a fund. 
Related Pages (10)