Functional Description
Purpose
The purpose of this function is to update the Indexed Computation G/L date and budget fiscal year 
when the Indexed Computation Compute & Print is run in final mode.  The G/L date and the budget fiscal 
year fields in the Indexed Allocations table will be updated according to the recurring frequency 
specified on the Indexed Allocation.  
Setup Notes and Prerequisites
This business function will only be called when computing a budget code indexed allocation.  Make 
sure that the key (document number, document type, and company) for the Indexed Allocation is passed into 
the business function.  Also make sure the G/L date to update and the recurring frequency are passed 
in.
Technical Specification
 Retrieve the F0912A(Indexed Allocation table) record using the key key document number, document 
type, and company.
 If the allocation exists
recurring frequency.
 Increment the budget fiscal year by 1
 Call the Retrieve Correct Century business function to retrieve the correct century for the 
new budget fiscal year
 Update the F0912A record for the Indexed allocation line.
D0900079 - F0912A Update G/L Date Budget FY
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| szDocumentType | DCT | char | NONE | NONE | 
Special Input Expected
  | ||||
| mnDocNumber | DOC | MATH_NUMERIC | NONE | NONE | 
Special Input Expected
  | ||||
| szCompany | CO | char | NONE | NONE | 
Special Input Expected
  | ||||
| szFrequencyRecurring | RF | char | NONE | NONE | 
Special Input Expected
  | ||||
| None | 
| F0912A Index Computation Entry File |