Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Workflow Custom Notifications Attachments

3749943Nov 26 2018 — edited Dec 6 2018

Hello

I am adding attachment to a custom workflow notifications using the following command

wf_engine.SetItemAttrText

            ( itemtype => itemtype

                , itemkey  => itemkey

                , aname    => '#ATTACHMENTS'

                , avalue   => 'FND:entity=PO_HEADERS'||'&'||'pk1name=PO_HEADER_ID'||'&'||'pk1value='||l_document_id

                );

The issue is that the attachment is not appearing in the email that the receiver receives..., and I need to see it offline..without needing connecting to ebs

Which could be the issue?

thanks

Comments
Post Details
Added on Nov 26 2018
3 comments
2,065 views