PL/SQL (MOSC)

MOSC Banner

Text to be displayed in different lines

edited Jan 12, 2014 7:35PM in PL/SQL (MOSC) 6 commentsAnswered
begin


grays_email_handler.send_email
                        (
                        ' Your Customer Statement',
                        'dh@hotmail.com',
                        'Customer No : '||'4721'||chr(13)||chr(10)
                        ||'Customer Name : '||'TUYAU ' ||chr(13)||chr(10)
                        || 'Email :' ||'dh@hotmail.com' ,
                        'From ',
                        'Statement',
                        NULL
                        );


end;

I am not getting Customer name in another line.  It is in one line.Could anyone help

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