Workflow error when trying to send a workflow notification with an attachment
We are trying to send PO PDF Output from a concurrent program as an attachment to a workflow notification.
We are assigning the PDF file as a BLOB to document type attribute which is associated with the notification.
If the attribute is set with BLOB data, the notification is ending in error with below error message. If the attribute is not set then the mail is coming properly with out attachment.
[WF_ERROR] ERROR_MESSAGE=3835: Error '-20002 - ORA-20002: [WFMLR_DOCUMENT_ERROR]' encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.send'. ERROR_STACK= Wf_Notification.GetAttrblob(1124523, XXXX_PO_OUTPUT_PDF, text/html) WF_XML.GetAttachment(1124523, text/html) WF_XML.GetAttachments(1124523,
We are assigning the PDF file as a BLOB to document type attribute which is associated with the notification.
If the attribute is set with BLOB data, the notification is ending in error with below error message. If the attribute is not set then the mail is coming properly with out attachment.
[WF_ERROR] ERROR_MESSAGE=3835: Error '-20002 - ORA-20002: [WFMLR_DOCUMENT_ERROR]' encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.send'. ERROR_STACK= Wf_Notification.GetAttrblob(1124523, XXXX_PO_OUTPUT_PDF, text/html) WF_XML.GetAttachment(1124523, text/html) WF_XML.GetAttachments(1124523,
0