REP-00730: The bind variable is not defined.
Cause: A bind reference was made to a parameter or column that has not been defined yet.
Action: Create the parameter definition or column before making a bind reference to it. Or, attempt to use a lexical reference rather than a bind reference.
Level: 1
Impact: Other