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

Skip to content
Merged
Prev Previous commit
Next Next commit
Missing return from function.
  • Loading branch information
lwasylow committed Feb 1, 2022
commit 5b1c1d38984e08f04467e3a4e44cc6032b2f6fef
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ create or replace package body ut_compound_data_helper is
$else
l_obj := null;
Comment thread
lwasylow marked this conversation as resolved.
Outdated
$end
return l_obj;
end;

begin
Expand Down