Oracle Error Message
PLS-00259: rights model (AUTHID) must be specified
Reason for the Error
It is mandatory to specify the rights model if a PL/SQL PROCEDURE, FUNCTION, PACKAGE OR TYPE HAS CALL-Specifications
Solution
Add the AUTHID clause indicating the rights model.