ERROR | cannot execute string from within stored procedure |
CAUSE | The named procedure cannot be executed from within a stored procedure, function or package. This function can only be used from pl/sql anonymous blocks. |
ACTION | Remove the procedure from the calling stored procedure. |