Functional Description
Purpose
This function will update the G/L Date column in F0912 records for the Recurring Journal document 
found in the F0912 table.
Setup Notes and Prerequisites
Pass in the Document Type, Number, and Company of the Recurring Journal Entry you want update.  Also, 
pass the recurring frequency of the Recurring Journal Entry.  The function returns nothing, but will 
update all of the records associated with the specified document with the new G/L Date.
Technical Specification
Open F0912 table
Select records matching partial key of DCT, DOC, KCO
Fetch record from F0912 table
Call Update Recurring Frequency BSFN (B0900058)
While F0912 records exist
   Set new G/L Date in F0912 table
   Update record in F0912 table
   Fetch record from F0912 table
Close F0912 table
^
D0900061 - Update F0912 G/L Date
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| mnDocvoucherinvoicee | DOC | MATH_NUMERIC | NONE | NONE | 
Special Input Expected
  | ||||
| szDocumenttype | DCT | char | NONE | NONE | 
Special Input Expected
  | ||||
| szCompany | CO | char | NONE | NONE | 
Special Input Expected
  | ||||
| szFrequencyrecurring | RF | char | NONE | NONE | 
Special Input Expected
  | ||||
| B0900058 Recurring Frequency Update | 
| F0912 Cost Allocations/Flex Budgeting |