Hi,
Here is a sample procedure. When you fold from v_temp1 it doesn't work. When you fold from p_test2 it also doesn't work. Can you check this?
create procedure p_test is
v_temp1 number;
v_temp2 number;
procedure p_test2 is
begin
null;
end;
procedure p_test3 is
begin
null;
end;
begin
null;
end;
Thanks
Here is a sample procedure. When you fold from v_temp1 it doesn't work. When you fold from p_test2 it also doesn't work. Can you check this?
create procedure p_test is
v_temp1 number;
v_temp2 number;
procedure p_test2 is
begin
null;
end;
procedure p_test3 is
begin
null;
end;
begin
null;
end;
Thanks