Oracle EBS 查看关联关系

 

打比方说,如何知道这个视图/表/包/trigger 在其他包/视图等引用。

 

1.
select * from all_dependencies a where a.REFERENCED_NAME = '';

2. 

select * from all_source a where a.text like '';

 

posted on 2019-06-26 21:00  Jenrry  阅读(401)  评论(0编辑  收藏  举报