I\'m not much in Oracle. I use PL/SQL Developer.
I have the following package:
create or replace package PKG1 as procedure INIT ( nRN
To those that are incline to use GUI:
Click Right mouse button on procecdure name then select Test
Test
Then in new window you will see script generated just add the parameters and click on Start Debugger or F9
Start Debugger
Hope this saves you some time.