BI Publisher (MOSC)

MOSC Banner

org.xml.sax.SAXParseException: <Line 19, Column 83>: XML-20121: (Fatal Error) End tag does not match

edited Jan 13, 2012 12:09AM in BI Publisher (MOSC) 3 commentsAnswered
XML Publisher

One custom report is developed by using xml data definition.
But when a user submits the report for the first time then the XML output of the cuncurrent progcess is junk. So the opp is failing to generate the output and program is completing in Warning status when its submitted from the pl/sql procedure.

The report is submitted from another concurrent program.
The code used is:


 l_assign_layout := FND_REQUEST.ADD_LAYOUT('CHPONT',p_template, 'en','US','PDF');

 l_request_id := fnd_request.submit_request( 'CHPONT',
                                                        'CHPONTSOCRPRT',
                                                        'CHP SO Confirmations Report',
                                                        SYSDATE,
                                                        FALSE,
                                                        p_order_numbers,

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