EBS有哪些接口表?
select *
from dba_objects db
where db.object_type = 'TABLE'
and db.object_name like '%INTERFACE%
select *
from dba_objects db
where db.object_type = 'TABLE'
and db.object_name like '%INTERFACE%' and owner like 'PO'
select *
from dba_objects db
where db.object_type = 'TABLE'
and db.object_name like '%INTERFACE%
如何查询Oracle EBS接口表
最新推荐文章于 2025-09-13 19:07:06 发布
