Oracle Message ORA-06535 - statement string in string is NULL or 0 length

ERRORstatement string in string is NULL or 0 length
CAUSEThe program attempted to use a dynamic statement string that was either NULL or 0 length.
ACTIONCheck the program logic and ensure that the dynamic statement string is properly initialized.