BI Publisher (MOSC)

MOSC Banner

link is not working in BI publisher in XML data template.

edited Jan 24, 2017 12:32PM in BI Publisher (MOSC) 14 commentsAnswered ✓

Hi All,

I have BI publisher XML data template code

<properties>

    <property name="xml_tag_case" value="upper" />

    <property name="include_parameters" value="false"/>

    <property name="include_rowsettag" value="false"/>

    <property name="debug_mode" value="on"/>

    <property name="db_fetch_size" value="200"/>

    <property name="scalable_mode" value="on"/>

</properties>

<sqlStatement name="Q_invoice">

<![CDATA[

SELECT    &P_SEL_TRX_ID                              CUSTOMER_TRX_ID

<parameter name="P_SEL_TRX_ID" dataType = "character" defaultValue="a.customer_trx_id"/>

<sqlStatement name="Q_lines">

<![CDATA[

SELECT   c.customer_trx_id         line_customer_trx_id

,        c.customer_trx_line_id     line_customer_trx_line_id

from    ra_customer_trx_lines   c

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