N Niek Member² Aug 23, 2004 #1 Would like to have an option to add the package / procedure / function / ... name after the END of such object: Code: PROCEDURE test(p_id NUMBER) IS BEGIN NULL; END test;
Would like to have an option to add the package / procedure / function / ... name after the END of such object: Code: PROCEDURE test(p_id NUMBER) IS BEGIN NULL; END test;