How to Configure API fnd_request.add_delivery_option to Send Email Output As An Attachment?
(Doc ID 2972868.1)
Last updated on DECEMBER 24, 2023
Applies to:
Oracle Concurrent Processing - Version 12.2.3 and laterInformation in this document applies to any platform.
Goal
Which argument should be used in fnd_request.add_delivery_option to email output as an attachment?
Currently, configured as follows and it is not working:
l_bol_delivery := fnd_request.add_delivery_option (TYPE => ''E'',
p_argument1 => db_name||''<SAMPLE TEXT>''||l_delivery_id,
p_argument2 => ''donotreply@sample.com'',
p_argument3 => ''user1@sample.com,user2@sample.com'' ,
p_argument4 => l_CC_EMAIL
);
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |