how to email attachments to users in oracle workflow notification
Hi all,
I have a requirement to attach documents to a email sent from oracle workflow notification.
The attachments have been uploaded to EBS. From there, we have a custom workflow that emails certain people regarding the price change in a PO.
The requirement is to attach the document itself to the workflow mail (not the notification) when it's sent out, and not as links.
I can get the attachments to show on the workflow notification, but not on the email.
I have looked at different examples but none of them are working. Created Attachment attribute - "#ATTACHMENTS" and linked to PLSQLCLOB or PLSQLBLOB. But didnt work out. Can anyone direct me to some examples i could possible look at?