DBA Data[Home] [Help]

APPS.IBE_SEARCH_SETUP_PVT dependencies on USER_INDEXES

Line 200: from user_indexes

196:
197:
198: select count(*)
199: into l_index_exists
200: from user_indexes
201: where index_name = 'IBE_CT_IMEDIA_SEARCH_IM';
202:
203:
204: DBMS_UTILITY.db_version(l_db_version_str, l_compatibility);