XML Report Publisher concurrent program generates output file with unknown extension
Hello,
I am calling the XML Report Publisher concurrent program in my plsql code and passing the request id of the other program to generate the output in Excel format. Program completes normal. When I click on view output it generates the file with no/unknown extension. I will have to rename the file as .xls and then open.
Am I missing something? Can't this program save the output file with .xls extension.
Below is the API call to call the program.
fnd_request.submit_request ('XDO', 'XDOREPPB','NULL', SYSDATE,
FALSE, argument1 => 'Y',
argument2 => lv_req_id,
argument3 => '702',