Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions source/packages/logger.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -1827,11 +1827,10 @@ as
po_id => g_log_id);
end if;

return l_time_string;

end if;
end if;
$end
return l_time_string;
end time_stop;


Expand Down Expand Up @@ -1883,11 +1882,10 @@ as
po_id => g_log_id);
end if;

return l_seconds;

end if;
end if;
$end
return l_seconds;
end time_stop_seconds;


Expand Down