Create:Multiple attachments in oracle workflow notifications
Hi All,
Kindly help us on the below issue:-
In PA, i had created a project and then i click on attachment in the toolbar and added 2 attachments. Then i went to budget screen and submitted this project for approval.
When i see the notificaition, i can see only one attachment which is the last attachment in the project. i can not find both the attachment link in notification.
I saw the code and below code getting execute:-
PROCEDURE attach_Doc(
document_id IN VARCHAR2,
content_type IN VARCHAR2,
document IN OUT NOCOPY BLOB,
document_type IN OUT NOCOPY VARCHAR2)