General Ledger - EBS (MOSC)

MOSC Banner

FSG Report - Internal SQL generated by FSG Report

edited Apr 3, 2011 9:22PM in General Ledger - EBS (MOSC) Question
Hi,

I have an FSG report where the end of the FSG SQL query varies if I set the column Amount Type as PTD Actual and YTD Actual.

If I use only YTD ACTUAL in all the columns of the given column set, then query ends like

—————
AND ((nvl(bal.period_name,”)=’JAN10′
AND((bal.ACTUAL_FLAG = ‘A’)
OR
((bal.ACTUAL_FLAG = ‘A’
AND (nvl(bal.PERIOD_NET_DR,0) != 0) or (nvl(bal.PERIOD_NET_CR,0)!=0)))))))) )
—————–

If I use only PTD Acutal as amount type in all the columns

——————-
AND ((nvl(bal.period_name,”)=’JAN10′
AND((bal.ACTUAL_FLAG = ‘A’

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