DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on DBMS_UTILITY

Line 897: dbms_utility.db_version(l_version, l_compatibility);

893: END IF;
894: -- check to see if the g_oracle_version already exists
895: IF g_oracle_version IS NULL THEN
896: -- get the current ORACLE version and compatibility values
897: dbms_utility.db_version(l_version, l_compatibility);
898: -- the oracle version number is held in the format:
899: -- x.x.x.x.x
900: -- set the version number to the first decimal position
901: -- e.g. 9.1.2.0.0 returns 9.1