In the sql query's where clause I have a condition where where abc.item=NVL(P_ITEM,abc.item)
This is giving the ORA-01861 error.....
if the above condition is made to abc.item=NVL(P_ITEM,NULL) then the error does not raise... can I please know why the 1st condition is throwing an error... And How do I correct this...
Thanks Rashmi