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 282035c commit ba359a8Copy full SHA for ba359a8
1 file changed
source/api/ut_runner.pks
@@ -28,7 +28,7 @@ create or replace package ut_runner authid current_user is
28
* @param a_requested requested utPLSQL version string
29
* @param a_current current utPLSQL version string, if null is passed, defaults to current framework version
30
* @return 1/0 1-true, 0-false
31
- * @exception 20010 if passed version string is not matching version pattern
+ * @exception 20214 if passed version string is not matching version pattern
32
*/
33
function version_compatibility_check( a_requested varchar2, a_current varchar2 := null ) return integer;
34
0 commit comments