Message Oracle PCC-00105 - Keyword WORK required here by ANSI

ERRORKeyword WORK required here by ANSI
CAUSEAn Oracle extension to the ANSI/ISO SQL standard was used. Specifically, the keyword WORK was used in a COMMIT or ROLLBACK statement. For example, the offending code might look like: EXEC SQL COMMIT WORK RELEASE; This informational message is issued by the FIPS Flagger when FIPS=YES.
ACTIONNo action required. However, for ANSI/ISO compliance, do not use the keyword WORK.