Excel Busting With Attachment and Email Content

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

SELECT distinct SNO "KEY",

'Output' template,
'en-us' locale,
'EXCEL' AS template_format, -- template format
'EXCEL' AS output_format, -- output format pdf rtf text etc..
'EMAIL' del_channel, -- delivery channel name email,fax,print etc..
'ADMC PO Data Extract Report' OUTPUT_NAME,
'[email protected]' AS parameter1, -- to mail address
person_email
'[email protected]' parameter3, -- from mail address
'ADMC PO Data Extract Report' AS parameter4, --subject
'Dear Zakir/Leina,

Kindly find the attached ADMC PO Data Extract Report

Regards, ' AS parameter5,


'false' parameter6
FROM ( same as data model )

You might also like