Hi
Is it possible in PL/SQL dev to run a pl/sql package as a report. here is the scenario.
I have a pl/sql package which validates tables against a set of criterias with the table name as the parameter passed in.
I was all my colleagues to use this when ever they create or edit a table.
Can this be used a standard report?
Or can it be fired from a menu?
Or is there any other way besides running the package directly from the database?
Is it possible in PL/SQL dev to run a pl/sql package as a report. here is the scenario.
I have a pl/sql package which validates tables against a set of criterias with the table name as the parameter passed in.
I was all my colleagues to use this when ever they create or edit a table.
Can this be used a standard report?
Or can it be fired from a menu?
Or is there any other way besides running the package directly from the database?