EBS Customizations (MOSC)

MOSC Banner

LOGO Print in Email Body

edited Feb 9, 2020 4:01AM in EBS Customizations (MOSC) 1 commentAnswered

Hi All,

I need to achieve the attached document through Oracle Package. This needs to be sent in Email format with all the information in the body of the email.

I am using UTL Logic to achieve this functionality. Please let me know how can i attach the logo to the email body.

UTL_MAIL.SEND (sender       => test@xxx.com,                     recipients   => test@abc.com,                     cc           => test@zzz.com                                               ,                     bcc          => test@yyy.com                                                ,                     subject      => l_Subject,                     MESSAGE      => v_mail_text,                     mime_type    => l_mime_type,                     priority     => 1);

--------------------------------------------------------------------------------------------------------

Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

PL/SQL Release 11.2.0.4.0 - Production

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center