Oracle Error PLS-00325: non-integral numeric literal string is inappropriate in this context

Oracle Error Message

PLS-00325: non-integral numeric literal string is inappropriate in this context

Reason for the Error

A non-integral numeric literal was used in a context that requires an integer (a number with no digits to the right of its decimal point).

Solution

Replace the inappropriate literal with an integer literal.