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

Skip to content

Commit 5b1c1d3

Browse files
committed
Missing return from function.
1 parent b270d4e commit 5b1c1d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/expectations/data_values/ut_compound_data_helper.pkb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ create or replace package body ut_compound_data_helper is
790790
$else
791791
l_obj := null;
792792
$end
793+
return l_obj;
793794
end;
794795

795796
begin

0 commit comments

Comments
 (0)