Oracle Error Message
PLS-00110: bind variable ‘string’ not allowed in this context
Reason for the Error
A bind variable, that is, an identifier prefixed with a colon, was found in an inappropriate context.
Solution
Remove the colon or replace the bind variable with the appropriate object.