Oracle Message ORA-01059 - parse expected before a bind or execute

ERRORparse expected before a bind or execute
CAUSEThe client application attempted to bind a variable or execute a cursor opened in a PL/SQL block before the statement was parsed.
ACTIONEnsure the statement is parsed before a bind or execute.