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ù
Thanks in advance