DBA Data[Home] [Help]

APPS.CS_KB_SYNC_INDEX_PKG dependencies on DBMS_UTILITY

Line 878: DBMS_UTILITY.db_version(l_db_version_str, l_compatibility);

874: -- an unscheduled pending request, which will be run as soon as
875: -- possible, there is no need to submit another request.
876: -- Added the below change for the Bug fix 12653749
877: -- Start
878: DBMS_UTILITY.db_version(l_db_version_str, l_compatibility);
879:
880: If l_db_version_str is null Then
881: l_db_version := 8;
882: Else