如何查询Oracle EBS接口表
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%
成长
/ | \
学习 总结 分享
QQ交流群:122230156