Query giving different result
Hi,
We are using Oracle Database 12c Enterprise Edition Release 12.1.0.2.0. In one of the database package function, we have a cursor where we are fetching the information from a view for processing based on input parameter. Here , we are observing strange thing, if we hard code value for the input value then we are getting correct result and if we pass the value during calling this package function, we are getting different result. Can anyone suggest what to look for such kind of problem?