Does anyone know of a way, or even if its possible, to call a stored procedure from within another? If so, how would you do it?
Here is my test code:
To invoke the procedure from the SQLPlus command line, try one of these:
CALL test_sp_1(); EXEC test_sp_1