You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Session user for bursting BIP report

Received Response
53
Views
3
Comments
edited Aug 17, 2020 3:19PM in Reporting and Analytics for ERP 3 comments

Summary

Session user for bursting BIP report

Content

How can i burst BIP report to the session user ( the user that run the BIP report ) ?

what parameter i should add after the : ?

 

select
     cust_acct.cust_account_id as "KEY",
     'Customer Statement Printout' TEMPLATE,
     'RTF' TEMPLATE_FORMAT,
     'PDF' OUTPUT_FORMAT,
     'EMAIL' DEL_CHANNEL,
     hp.party_name output_name,
     (select pea.email_address from  per_users peu, per_email_addresses_v pea where 1 = 1 and peu.person_id = pea.person_id and peu.username = : ) PARAMETER1,
     null   PARAMETER2,
     'My Company' || '<' || '[email protected]' || '>'   PARAMETER3,
     'Customer Statement'  PARAMETER4,
     'Dear Customer, Please find the attached customer statement' PARAMETER5,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!