Is there a way to access from pl/sql, in a in-built report tigger, the report object, as displayed in the object navigator, to read off the properties of selected object without already knowing what those objects are called? (Particularly the user parameters.)
What I am wanting to do is write some standardized code that can be cut and paste into the "after report" trigger that is able to insert a record containing the report name, user, time-stamp and the list of parameters and their values into a table. This way report usage can be monitored and reported on as well.
Is this at all possible without changing the code each time to reflex the differing parameters used?
Paul Cooper
What I am wanting to do is write some standardized code that can be cut and paste into the "after report" trigger that is able to insert a record containing the report name, user, time-stamp and the list of parameters and their values into a table. This way report usage can be monitored and reported on as well.
Is this at all possible without changing the code each time to reflex the differing parameters used?
Paul Cooper