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