DBA Data[Home] [Help]

APPS.WF_SETUP dependencies on USER_DB_LINKS

Line 133: select DB_LINK from USER_DB_LINKS

129: begin
130: select 'EXIST' into dTab(i).col02
131: from sys.dual
132: where upper(dblr.name) in (
133: select DB_LINK from USER_DB_LINKS
134: union all
135: select DB_LINK from ALL_DB_LINKS
136: where OWNER = 'PUBLIC');
137: exception