create or replace procedure test
is
oo varchar2(100);
begin
    temp_user.temp_proc('aa','bb',oo);
end;