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