DBA Data[Home] [Help]

APPS.IBE_SEARCH_SETUP_PVT dependencies on DBMS_UTILITY

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

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);
205: FND_FILE.PUT_LINE(FND_FILE.LOG,' DB VErsion ='||l_db_version_str);
206:
207: If (l_db_version_str is null) Then
208: l_db_version := 8;