how to query the data of view oe_order_types_v
hi ,
I expect to query the data of view oe_order_types_v in pl/sql,using select * From apps.oe_order_types_v oot;
return no record,but in fact, the view has data.How to query this type of views ?
Thanks!
0