I would like to be able to run a PL/SQL "initialization" block before the SQL report query is executed. It should be able to contain placeholders to accept bind variables. My purpose for this would be to pass parameters (bind variables) to a call to set context variables, since many of my views reference our context variables.
It should be called before executing or re-executing the report query.