The issue got resolved . Thanks
I have executed the below query and noticed that table Sales_Order is present under multiple schemas. Hence the system is not able to recognize the exact schema. I have added Schema name before the table and executed the query and worked successfully
select * from "PUBLIC"."TABLES" WHERE TABLE_NAME = 'SALES_ORDER' ;