link is not working in BI publisher in XML data template.
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