Hey guys do you know if it's possible to reference a variable inside the where condition when using this SELECT INTO approach. I created another thread about the issue I'm having if you get a chance to look at it. Essentially it seems to ignore variables passed into where condition like;
WHERE PLANT = :V_PLANT.
-Patrick