How to add new variable to Print Quote Report (ASOPRINT.xsl)
Hello all,
I followed oracle note 392728.1 to add a field to the ASOPRINT.xsl template. It says to modify the .xml, .java/.class, and the .xsl file. I've done that, I compiled the .java using the javac Linux command, bounced apache, and bounced the Oracle Report services. But the new field still shows up blank on the report (I did of course verify the field has date in it by running the sql in the .xml file.).
So if you change a .java/.class file in Oracle, is there something else I need to compile/run/restart/rebuild? Has anyone else successfully added a field to ASOPRINT.xsl?