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

Skip to content

Commit 96e0e23

Browse files
author
Pablo Roldán Ruíz
committed
Remove uppercase
1 parent fd20062 commit 96e0e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/core/ut_utils.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ create or replace package body ut_utils is
115115
return coalesce(to_char(a_value,gc_timestamp_format), gc_null_string);
116116
end;
117117

118-
function to_string(a_value yminterval_unconstrained) return VARCHAR2 IS
118+
function to_string(a_value yminterval_unconstrained) return varchar2 IS
119119
begin
120120
return coalesce(to_char(a_value), gc_null_string);
121121
end;
122122

123-
function to_string(a_value dsinterval_unconstrained) return VARCHAR2 IS
123+
function to_string(a_value dsinterval_unconstrained) return varchar2 IS
124124
begin
125125
return coalesce(to_char(a_value), gc_null_string);
126126
end;

0 commit comments

Comments
 (0)