Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

parameter 'Body' to pass in reports 12c

Rosario VigilanteSep 27 2021 — edited Sep 27 2021

Hello to everyone

is there a parameter 'body' to pass in Reports?
as like

       ADD_PARAMETER(ID_PL, 'BCC',    TEXT_PARAMETER, email_bcc);
       ADD_PARAMETER(ID_PL, 'CC',     TEXT_PARAMETER, email_cc);
       ADD_PARAMETER(ID_PL, 'SUBJECT', TEXT_PARAMETER, email_subject);

or pointing me where I can see(listed) all parameter I can pass to rep from forms
I found
https://docs.oracle.com/cd/E17904_01/bi.1111/b32121/pbr_cla005.htm#RSPUB23798
but I don't see a some paramter called Bodyù

image.pngThanks in advance

This post has been answered by Matej D. on Sep 27 2021
Jump to Answer

Comments

Matej D.
Answer

No. Use mail distribution with reports:
How to Change 'Subject', 'From', 'To' and 'Body' When Running a Report to Send Its Output Through Email (Doc ID 864916.1)

Regards

Marked as Answer by Rosario Vigilante · Sep 27 2021
Rosario Vigilante

Thanks Matej D.
I noted it

Thanks for your time

Best Regards

1 - 2

Post Details

Added on Sep 27 2021
2 comments
151 views