Oracle Error Message
PLS-00160: AUTHID must specify CURRENT_USER or DEFINER
Reason for the Error
The only two allowed options for AUTHID are CURRENT_USER and DEFINER.
Solution
Fix the AUTHID clause to specify CURRENT_USER or DEFINER
PLS-00160: AUTHID must specify CURRENT_USER or DEFINER
The only two allowed options for AUTHID are CURRENT_USER and DEFINER.
Fix the AUTHID clause to specify CURRENT_USER or DEFINER