PO PDF XML Generation Custom Hook
(Doc ID 1946377.1)
Last updated on MARCH 31, 2025
Applies to:
Oracle E-Business SuiteInformation in this document applies to any platform.
Purpose
Summary of the Custom Hook
Standard PO PDF XML generation logic exists in the POXVCOMB.pls file as part of the function POXMLGEN(...)
A new package PO_CUSTOM_XMLGEN_PKG and procedure generate_xml_fragment are added for the Custom Hook logic.
The new procedure in that package is called from POXMLGEN(...).
The new package contains the following logic:
- Takes the Document_ID, Revision Num, Document_Type, Document Subtype as input
- Generates the XML using dbms_xmlgen.getXML(...) API. The returned XML should not contain the XML Header because it is going to be the part of the main XML
Scope
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Summary of the Custom Hook |
Scope |
Details |
Implementation |