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 efa2926 commit 6b38376Copy full SHA for 6b38376
1 file changed
source/ut_metadata.pkb
@@ -318,7 +318,6 @@ create or replace package body ut_metadata as
318
,occurrence => 1
319
,modifier => 'm'
320
,position => l_comment_pos
321
- --,subexpression => 1
322
);
323
exit when l_comment_pos = 0;
324
l_comment := regexp_substr(srcstr => l_pkg_spec
@@ -337,7 +336,7 @@ create or replace package body ut_metadata as
337
336
338
339
,modifier => 'm');
340
- l_comment_pos := l_comment_pos + length(l_comment);
+ l_comment_pos := l_comment_pos + length(l_comment_replacer);
341
342
end loop;
343
0 commit comments