Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to find TEXT FILE tag from PO_STANDARD_XSLFO file

user-8tvqzFeb 24 2023

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" >

Comments
Post Details
Added on Feb 24 2023
1 comment
306 views