try:
declare test  procedure for pro_name(:p_1);
execute test;
fetch test into :s_name;