Oracle Error Message
PLS-00165: call statement is not supported in PL/SQL
Reason for the Error
A CALL statement was found in PL/SQL source.
Solution
Use an ordinary PL/SQL function or procedure call.
PLS-00165: call statement is not supported in PL/SQL
A CALL statement was found in PL/SQL source.
Use an ordinary PL/SQL function or procedure call.