Message Oracle PCC-00060 - Both CURSOR and STATEMENT have AT clauses at line number of file string.

ERRORBoth CURSOR and STATEMENT have AT clauses at line number of file string.
CAUSETwo AT clauses, one in a DECLARE STATEMENT statement, the other in a DECLARE CURSOR statement, pertain to the same SQL statement. The AT clause may be specified with either DECLARE STATEMENT or DECLARE CURSOR, but not with both.
ACTIONRemove the AT clause from one of the statements.