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.
2 parents e6dea2d + e951852 commit f2954ffCopy full SHA for f2954ff
1 file changed
source/expectations/data_values/ut_compound_data_helper.pkb
@@ -591,11 +591,6 @@ create or replace package body ut_compound_data_helper is
591
begin
592
open l_diff_cursor for a_diff_cursor_text using a_self_id, a_other_id;
593
return l_diff_cursor;
594
- exception when others then
595
- if l_diff_cursor%isopen then
596
- close l_diff_cursor;
597
- end if;
598
- raise;
599
end;
600
601
0 commit comments