Table Description
Obligation History: A history of the changes made to an individual obligation. These changes result when a calling system (UoFPM) initiates the update of an obligation. A history of the changes made to an individual obligation. A record is inserted to this entity when user modifies the obligation period and/or obligation amount which is non-zero value.
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::Obligation::Entity::ObligationHistory
Controlling File: FundPM\model\Packages\Service Layer\Obligation\Entity\Entity_cat.efx
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
obligationHistoryIDkeynoUnique identifier assigned by the system to the Obligation History record.INTERNAL_ID SVR_INT64
amountdetails The financial amount associated with the obligation.CURAM_AMOUNT SVR_MONEY
obligationIDdetailsnoUnique identifier assigned by the system to the Obligation record.INTERNAL_ID SVR_INT64
startDatedetails Start date of the period the obligation relates to.CURAM_DATE SVR_DATE
endDatedetails End date of the period the obligation relates to.CURAM_DATE SVR_DATE
debitCreditTypedetailsnoThis indicates if the obligation increases or decreases the fund fiscal year Remaining Budgeted Balance, and the Obligated Total.CREDIT_DEBIT_CODECreditDebitSVR_STRING<10>
Foreign Keys (1)
ChildParent
ObligationHistory.obligationIDObligation.obligationID
Indices (1)
Index NameAttributes
IND__1702846558obligationID
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: obligationHistoryID
Creates a new row on Obligation History table. 
searchByObligationIDreadmulti Reads all the obligation historyrecords for an obligation. 
Related Pages (1)