DBA Data[Home] [Help]

APPS.DOM_DOC_TEXT_UTIL dependencies on DBMS_UTILITY

Line 583: DBMS_UTILITY.db_Version (g_DB_Version_Str, g_compatibility);

579: --Bug 5514824/4045988: We need to convert the db version string to be compativle with the
580: --numeric characters of that language. Eg. '9.2' need to be changed to '9F2'
581: -- in French before we can use it in TO_NUMBER
582:
583: DBMS_UTILITY.db_Version (g_DB_Version_Str, g_compatibility);
584: l_DB_Version_Str := SUBSTR(g_DB_Version_Str, 1, INSTR(g_DB_Version_Str, '.', 1, 2) - 1);
585:
586: SELECT SUBSTR(VALUE,0,1) into l_DB_Numeric_Character
587: FROM V$NLS_PARAMETERS