This seems like a dumb question to me, but I have never been clear about this... Can you have a procedure that has other procedures in it without using a package? It seems I always run into times where I have a block of code I'll be calling several times within a procedure, and the "goto" doesn't seem to return control back to after where it was called, so I guess I have to make these blocks other procedures. If I don't do this with a package, I don't know how to structure it as just a procedure.
Can someone clear this up for me?
Thanks very much.