Friday, 25 May 2012

What is the scope of the procedure defined within a PL/SQL block? | PL SQL

 The scope of any procedure that is defined within the PL/SQL block will be limited as it can be called only within the PL/SQL block and not by any other procedure or calling environment.