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

Skip to content

Commit a17c3af

Browse files
committed
cleanup of unneeded safety code
1 parent 52e1db9 commit a17c3af

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

source/api/ut.pkb

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,6 @@ create or replace package body ut is
248248
end loop;
249249
end if;
250250
return;
251-
exception
252-
when no_data_needed then
253-
if l_results%isopen then
254-
close l_results;
255-
end if;
256-
raise;
257251
end;
258252

259253
function run(
@@ -293,12 +287,6 @@ create or replace package body ut is
293287
end loop;
294288
end if;
295289
return;
296-
exception
297-
when no_data_needed then
298-
if l_results%isopen then
299-
close l_results;
300-
end if;
301-
raise;
302290
end;
303291

304292
function run(
@@ -339,12 +327,6 @@ create or replace package body ut is
339327
end loop;
340328
end if;
341329
return;
342-
exception
343-
when no_data_needed then
344-
if l_results%isopen then
345-
close l_results;
346-
end if;
347-
raise;
348330
end;
349331

350332
function run(
@@ -385,12 +367,6 @@ create or replace package body ut is
385367
end loop;
386368
end if;
387369
return;
388-
exception
389-
when no_data_needed then
390-
if l_results%isopen then
391-
close l_results;
392-
end if;
393-
raise;
394370
end;
395371

396372
function run(
@@ -431,12 +407,6 @@ create or replace package body ut is
431407
end loop;
432408
end if;
433409
return;
434-
exception
435-
when no_data_needed then
436-
if l_results%isopen then
437-
close l_results;
438-
end if;
439-
raise;
440410
end;
441411

442412
function run(
@@ -477,12 +447,6 @@ create or replace package body ut is
477447
end loop;
478448
end if;
479449
return;
480-
exception
481-
when no_data_needed then
482-
if l_results%isopen then
483-
close l_results;
484-
end if;
485-
raise;
486450
end;
487451

488452
procedure run(

0 commit comments

Comments
 (0)