Discrete Manufacturing - EBS (MOSC)

MOSC Banner

PO Output communication PO_CUSTOM_XMLGEN_PKG tag missing

edited Jul 21, 2018 12:26PM in Discrete Manufacturing - EBS (MOSC) 2 commentsAnswered ✓

Hi,

     We have started a customization to modify the output for the PO_CUSTOM_XMLGEN_PKG to append custom XML data to the standard PO_DATA xml. However when the output XML created is missing the starting tag when executed via the standard PO approval request PO Output for Communication.

Please help urgently.

Sample program used:

CREATE OR REPLACE PACKAGE BODY PO_CUSTOM_XMLGEN_PKG AS

PROCEDURE generate_xml_fragment

(p_document_id IN NUMBER

, p_revision_num IN NUMBER

, p_document_type IN VARCHAR2

, p_document_subtype IN VARCHAR2

, x_custom_xml OUT NOCOPY CLOB)

IS

  l_document dbms_xmldom.DOMDocument;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center