I am trying to create a pdf on Oracle hosted APEX .
I am issuing a process to perform the function when the SUBMIT button is pressed.
APEX_UTIL.DOWNLOAD_PRINT_DOCUMENT (
p_file_name => 'PA693A',
p_content_disposition => 'attachment',
p_application_id => :APP_ID,
p_report_query_name => 'PA693A',
p_report_layout_name => 'PA693A',
p_document_format => 'pdf');
I confirmed that query and report layout exist. When I open the pdf it says the form in invalid.
The Workspace is RGWORK and the application is PONYA. The page # is 7.
I atached the pdf created and the report layout (xml) which I attached at txt file.
Can someone help?
If needed, I can give you access to the application.
PA693A (9).pdf (520 Bytes)pa693a.txt (107.3 KB)
Robert