Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b83e142

Browse files
committed
Fixed hardcoded schema-name
1 parent e114aae commit b83e142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/annotations/ut_annotation_manager.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ create or replace package body ut_annotation_manager as
3434
cache_id => i.cache_id
3535
)
3636
from ]'||l_objects_view||q'[ o
37-
left join ut3.ut_annotation_cache_info i
37+
left join ]'||l_ut_owner||q'[.ut_annotation_cache_info i
3838
on o.owner = i.object_owner and o.object_name = i.object_name and o.object_type = i.object_type
3939
where o.owner = :a_object_owner
4040
and o.object_type = :a_object_type

0 commit comments

Comments
 (0)