DBA Data[Home] [Help]

APPS.DOM_DOC_TEXT_UTIL dependencies on DBMS_UTILITY

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

366: --Bug 5514824/4045988: We need to convert the db version string to be compativle with the
367: --numeric characters of that language. Eg. '9.2' need to be changed to '9F2'
368: -- in French before we can use it in TO_NUMBER
369:
370: DBMS_UTILITY.db_Version (g_DB_Version_Str, g_compatibility);
371: l_DB_Version_Str := SUBSTR(g_DB_Version_Str, 1, INSTR(g_DB_Version_Str, '.', 1, 2) - 1);
372:
373: SELECT SUBSTR(VALUE,0,1) into l_DB_Numeric_Character
374: FROM V$NLS_PARAMETERS