Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e114aae commit b83e142Copy full SHA for b83e142
1 file changed
source/core/annotations/ut_annotation_manager.pkb
@@ -34,7 +34,7 @@ create or replace package body ut_annotation_manager as
34
cache_id => i.cache_id
35
)
36
from ]'||l_objects_view||q'[ o
37
- left join ut3.ut_annotation_cache_info i
+ left join ]'||l_ut_owner||q'[.ut_annotation_cache_info i
38
on o.owner = i.object_owner and o.object_name = i.object_name and o.object_type = i.object_type
39
where o.owner = :a_object_owner
40
and o.object_type = :a_object_type
0 commit comments