I have a stored proc that works fine OUTSIDE of the package. When I call it from inside the package it does something totally different from what it is designed to do. I pass it one parameter. I've double checked to make sure it's passing the correct value.
What could possibly be causing this behavior?