DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on DBMS_UTILITY

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

331: END IF;
332: -- check to see if the g_oracle_version already exists
333: IF g_oracle_version IS NULL THEN
334: -- get the current ORACLE version and compatibility values
335: dbms_utility.db_version(l_version, l_compatibility);
336: -- the oracle version number is held in the format:
337: -- x.x.x.x.x
338: -- set the version number to the first decimal position
339: -- e.g. 9.1.2.0.0 returns 9.1