Categories
- All Categories
- 5 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 193 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 66 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Best way to send text output via email

mist123
Rank 4 - Community Specialist
Summary
Best way to send text output via email
Content
Hi All,
I have PLSQL stored procedure and displaying output in text format (fnd_file.put_line(fnd_file.output,v_statment1);)
Now i want to send this output via email , what is the best approach to send an email?
Apps R12.1.3
0
Answers
-
Hi,
You can use the API FND_REQUEST.ADD_DELIVERY_OPTION to deliver the output via email.
Note: If any of the replies in this thread were helpful/correct, kindly mark it accordingly as this would help others who can also benefit from it.
Regards,
Violeta
0 -
Thank you very much!
0