DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_OI dependencies on FND_INSTALLATION

Line 362: IF l_records > nvl(fnd_profile.value('EGO_GATHER_STATS'),100) AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN

358: AND process_flag IN (1,2,4); --R12C
359:
360: -- Bug 6983407 Collect statistics only if the no. of records is bigger than the profile
361: -- option threshold
362: IF l_records > nvl(fnd_profile.value('EGO_GATHER_STATS'),100) AND FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
363: IF l_schema IS NOT NULL THEN
364: FND_STATS.GATHER_TABLE_STATS(l_schema, 'MTL_ITEM_CATEGORIES_INTERFACE');
365: END IF;
366: END IF;