Database Error Messages

ORA-28701

Keyword PROCEDURE, FUNCTION, or PACKAGE is either missing or not correct.

Cause

The keyword PROCEDURE, FUNCTION, or PACKAGE was either missing before the program unit, or it was not consistent with the type of the program unit.


Action

Include the correct keyword PROCEDURE, FUNCTION or PACKAGE right before each program unit according to its type.