Summary
Refer to Oracle Reports parameter in Excel template
Content
Hi All,
I have a concurrent program in R12 with XML type. My template is an Excel Template and i want to display the values of some of the parameters in that concurrent program. But, these parameters are not produced in the XML generated( i.e. there is no formula or SQL query for them into the Oracle Report and it is an Oracle Standard Report ( can't customize it)).
Is it possible to refer somehow to these parameters in Excel template?
I tried to put in XDO_METADATA a reference column like below:
| XDO_?P_STAT_DATE_FROM? | <?param@begin:P_STAT_DATE_FROM?> |
... and then I just specified XDO_?P_STAT_DATE_FROM? in the column i want to see it but this displays nothing.
Any ideas if this is achievable without modifying the Oracle Report?
Regards,
Alex