Exception Handling from Declare section
Eg: A type is declared in package spec as type1 is table of varchar2(10) and this is used as a datatype of a parameter in the procedure resides on the same package. When a value greater than 10 is passed to the procedure the exception is not handled eventhough i have When others in outer and inner block.