DBA Data[Home] [Help]

APPS.IBE_SEARCH_SETUP_PVT dependencies on USER_INDEXES

Line 238: from user_indexes

234:
235:
236: select count(*)
237: into l_index_exists
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);