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 ba359a8 commit 90efb27Copy full SHA for 90efb27
1 file changed
source/core/ut_utils.pks
@@ -253,7 +253,7 @@ create or replace package ut_utils authid definer is
253
*
254
* @param a_version_no string representation of version in format vX.X.X.X where X is a positive integer
255
* @return t_version record with up to four positive numbers containing version
256
- * @throws 20010 if passed version string is not matching version pattern
+ * @throws 20214 if passed version string is not matching version pattern
257
*/
258
function to_version(a_version_no varchar2) return t_version;
259
0 commit comments