DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on DBMS_UTILITY

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

940: END IF;
941: -- check to see if the g_oracle_version already exists
942: IF g_oracle_version IS NULL THEN
943: -- get the current ORACLE version and compatibility values
944: dbms_utility.db_version(l_version, l_compatibility);
945: -- the oracle version number is held in the format:
946: -- x.x.x.x.x
947: -- set the version number to the first decimal position
948: -- e.g. 9.1.2.0.0 returns 9.1