XML Layout is not attaching while triggering XML publisher report via a request set from back end, O
Hi All,
XML Layout is not attaching while triggering XML publisher report via a request set from back end, Output is shown in XML tags.
But the same is working when we submit the request set from oracle application.
Tried with “add_layout” option before call to the xml report in a request set , but it not working , output shown in XML tags.
Tried code Option 1)
x_layout :=
fnd_request.add_layout (template_appl_name => 'XXABC',
template_code => 'XXABCBOL',
template_language => 'en',
template_territory => 'US',
output_format => 'PDF');
l_conc_prog_submit :=
fnd_submit.submit_program ('XXABC', -- Application short name