I have a custom form in Oracle EBS. On the click of a button, I am displaying the PDF docs stored in
I have a custom form in Oracle EBS. On the click of a button, I am displaying the PDF docs stored in the BLOB column of a database table. I am using web.show_document(v_url, '_blank') for displaying the PDFs. Now business wants that intsead of opening the PDF files, they shld get a pop-up to save or open the file.