DBA Data[Home] [Help]

APPS.AD_ZD_PREP dependencies on REGISTRY$SCHEMAS

Line 2109: sys.registry$schemas s,

2105: and u.name = du.username
2106: union
2107: select u.name
2108: from sys.registry$ r,
2109: sys.registry$schemas s,
2110: sys.user$ u
2111: where r.status in (1,3,5)
2112: and r.namespace = 'SERVER'
2113: and r.cid = s.cid