Oracle Error Message
PLS-01903: : non-integer error number
Reason for the Error
SQLERRM() was called with a non-integer value.
Solution
Make sure SQLERRM() is called with an integer value.
PLS-01903: : non-integer error number
SQLERRM() was called with a non-integer value.
Make sure SQLERRM() is called with an integer value.