Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

Opening Balance value not coming right

edited Oct 17, 2015 10:01AM in Design Tools & Output Technologies - JDE1 (MOSC) 9 commentsAnswered

Table F03b11

To Fetch Amount Gross Before the Processing Option Start Date

F03B11.Select

            Addressnumber =Bc Addressnumber f03b11

            Date(DGJ) <PO StartDate

F03B11.Fetch Next

                      AmountGross -> Va rpt Op_AmountGross

                       DGJ=->Va rpt GL

While SV File_IO_Status is equal to CO SUCCESS

If VA rpt_GL is less than PO StartDate

VA rpt_TotalGrossAmount = [VA rpt_TotalGrossAmount]+[VA rpt_Op_AmountGross]

End If

F03B11.Fetch Next     (Same as above Fetch next)

End While

// ==========================================================

// ========Making the value in  Credit &Debit

// =====================================================

If VA rpt_TotalGrossAmount is greater than or equal to <Zero>

VA rpt_Op_Debit = VA rpt_TotalGrossAmount

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center