Oracle Message PCB-00308 - FOR clause is an Oracle extension

ERRORFOR clause is an Oracle extension
CAUSEAn Oracle extension to the ANSI/ISO SQL standard was used. Specifically, the FOR clause was used in an table-processing SQL statement. For example, the offending code might look like: EXEC SQL FOR : LIMIT INSERT INTO EMP (EMPNO, JOB, DEPTNO) VALUES (: EMPNUM, : JOB, : DEPTNO) END-EXEC. This informational message is issued by the FIPS Flagger when FIPS=YES.
ACTIONNo action required. However, for ANSI/ISO compliance, do not use the FOR clause.