Oracle Forms / Reports - Changing Attachment Name
We are running Oracle Application Server 10g release 2. We are in the process of upgrading froms 6i to 10g.
All is well except for a small issue. We are sending a report as an email attachment in PDF format. Is there any way we can change the name of the file attachment in the email?.
In the sample code below the report file name is quote.rdf. When the code is executed I receive the email as it should and the attachment name is quote.pdf. I want to change the attachment name to quote200912241355.PDF so that I have the data time added to the file name. Any help will be appreciated. I need to know whether this is possible or not.