Oracle Message ORA-06565 - cannot execute string from within stored procedure

ERRORcannot execute string from within stored procedure
CAUSEThe named procedure cannot be executed from within a stored procedure, function or package. This function can only be used from pl/sql anonymous blocks.
ACTIONRemove the procedure from the calling stored procedure.