Oracle Solution for Error ora-02783

Solution for Oracle Error ORA-02783

ORA-02783: Both post and wait functions were not specified

What triggered the Error:

To ensure that the functions act symmetrically, pointers to both the posting and waiting functions must be given.

What should we do to fix it:

Either specify both functions or specify neither. The package will supply its own functions.