Categories
- All Categories
- 147 Oracle Analytics News
- 27 Oracle Analytics Videos
- 14.7K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 54 Oracle Analytics Trainings
- 12 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- 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