There is a package ABC and many procedures inside it. I want to execute a single procedure inside that (say xyz). I used the below commands
begin
ABC.xyz;
end;
I am not able to run the same. Can any one help as I am getting Unexpected symbol "BEGIN" error