General Ledger - EBS (MOSC)

MOSC Banner

BI publisher parameter not working In Fusion

edited Feb 25, 2020 4:11AM in General Ledger - EBS (MOSC) 11 commentsAnswered

Hi All,

Please can anyone tell me why this basic script is not pulling up data from BI publisher.

The paramteer has the required LOV but does not pull data from this script. The two LOV script is just basic like select ledger name from GL_ledgers order by Ledger_Name and the second LOV is select Period_Name from GL JE Headers order by Period)name. But Testing same script in sql developer, it works

SELECT DISTINCT GLR.NAME  "LEDGER NAME"

, GJH.NAME

,       GJH.CURRENCY_CODE "CurrencyCode"

, SUM(NVL(GJL.Entered_DR,0))  "Entered DR"

, SUM(NVL(GJL.Entered_CR,0))  "Entered CR"

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