Hi All,
I am facing the Big issue,
select count(1)
from qp_pricing_attributes
where product_attr_value=P_item_id
Here P_item_id is Number datatype and product_attr_value is varchar2
the above code works well in SIT and PROD
where it it throwing error in UAT
I also verified the databse verison, all are of same database version.
Please help me what I am missing.
Regards,
Uva