Oracle Message ORA-04041 - package specification must be created first before creating package body

ERRORpackage specification must be created first before creating package body
CAUSEAttempt to create a package body before creating its package specification.
ACTIONCreate the package specification first before creating the package body.