DBA Data[Home] [Help]

APPS.IBE_SEARCH_SETUP_PVT dependencies on DBMS_UTILITY

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

238: from user_indexes
239: where index_name = 'IBE_CT_IMEDIA_SEARCH_IM';
240:
241:
242: DBMS_UTILITY.db_version(l_db_version_str, l_compatibility);
243: FND_FILE.PUT_LINE(FND_FILE.LOG,' DB VErsion ='||l_db_version_str);
244:
245: If (l_db_version_str is null) Then
246: l_db_version := 8;