one xml data definition and several layout of report.
I have 1 concurrent program which can choose 2 different layout by user. But I dont know how to write the script in after report event. How do I get the template code from concurrent program. Please help.
If xxxxxxxxxxxx then <- here
xml_layout := FND_REQUEST.ADD_LAYOUT('SSAR','SSHKCNDF_XML','en','00','RTF');
else
xml_layout := FND_REQUEST.ADD_LAYOUT('SSAR','SSHKCNFFDF_XML','en','00','RTF');
--end if;
l_request_id := fnd_request.submit_request ('XDO',
'XDOBURSTREP',
NULL,
NULL,
FALSE,
'N',
to_char(rpt_request_id),
'Yes'
);