Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd20062 commit 96e0e23Copy full SHA for 96e0e23
1 file changed
source/core/ut_utils.pkb
@@ -115,12 +115,12 @@ create or replace package body ut_utils is
115
return coalesce(to_char(a_value,gc_timestamp_format), gc_null_string);
116
end;
117
118
- function to_string(a_value yminterval_unconstrained) return VARCHAR2 IS
+ function to_string(a_value yminterval_unconstrained) return varchar2 IS
119
begin
120
return coalesce(to_char(a_value), gc_null_string);
121
122
123
- function to_string(a_value dsinterval_unconstrained) return VARCHAR2 IS
+ function to_string(a_value dsinterval_unconstrained) return varchar2 IS
124
125
126
0 commit comments