BI Publisher (MOSC)

MOSC Banner

Calling a database pkg function from the data template

edited Mar 27, 2012 9:39AM in BI Publisher (MOSC) 5 commentsAnswered
Hello,

I  have the following sqlStatement in my data template:

<sqlStatement name="Q_SEL">
<![CDATA[ Select xla_tb_ap_report_pvt.get_period_name(1) PERIOD_NAME
from dual]]>
</sqlStatement>

My group is :
<group name="G_PERIOD_NAME" source="Q_SEL">
<element name="PERIOD_NAME" value="PERIOD_NAME"/>
</group>

Getting the error message:
ORA-00904: xla_tb_ap_report_pvt.get_period_name : invaild identifier

What is it that i am doing wrong?

Thanks,

Monkey

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