How to attach PDF document which is generated by XML Publisher into Work Flow notification.
Hello, I would like to ask you for advice with my development. We
have a Concurrent program which generates PDF file (by XML publisher) which we
need to attach into Work Flow notification. The problem is that the PDF file is
saved at path “/apps/EBSDEV/appshare/out”
and Oracle DB can see only data at path “/apps/EBSDEV/appshare/outbound” which is defined at dba_directories table. The file needs to be
accessed by database to be processed by dbms_lob package which attach it to WF
attribute or save it into FND_LOBS. Could you please help me what is
recommended solution?
0