DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_OI dependencies on FND_STATS

Line 364: FND_STATS.GATHER_TABLE_STATS(l_schema, 'MTL_ITEM_CATEGORIES_INTERFACE');

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;
367: END IF;
368: --End 2698140 : Gather stats before running