There is a PO_STANDARD_XSLFO.xsl format in Oracle EBS R12 for Purchase Order summary. There is a one XML tag called “TEXT_FILE”. Is anyone one know where this tag getting value and from which location.?
here is code for XSL file
<xsl:if test="TEXT_FILE !='' ">
<fo:block xsl:use-attribute-sets="form_data">
<xsl:value-of select="TEXT_FILE"/>
</fo:block>
</xsl:if>
<fo:block id="last-page" >