--- a/src-db/database/model/postscript-Oracle.sql Tue Apr 26 16:19:46 2016 +0200
+++ b/src-db/database/model/postscript-Oracle.sql Tue Apr 26 17:15:29 2016 +0200
@@ -22,30 +22,6 @@
END NOW;
/-- END NOW
-CREATE OR REPLACE FUNCTION hex_to_int (hexn VARCHAR)
- RETURN number
-AS
-/*************************************************************************
-* The contents of this file are subject to the Openbravo Public License
-* Version 1.1 (the "License"), being the Mozilla Public License
-* Version 1.1 with a permitted attribution clause; you may not use this
-* file except in compliance with the License. You may obtain a copy of
-* the License at http://www.openbravo.com/legal/license.html
-* Software distributed under the License is distributed on an "AS IS"
-* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-* License for the specific language governing rights and limitations
-* under the License.
-* The Original Code is Openbravo ERP.
-* The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2001-2008 Openbravo SLU
-* All Rights Reserved.
-* Contributor(s): ______________________________________.
-************************************************************************/
-BEGIN
- return to_number(hexn,'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
-END hex_to_int;
-/-- END hex_to_int
-
CREATE OR REPLACE FUNCTION ad_script_execute (param_Message VARCHAR2)
RETURN VARCHAR2
AS