DBA Data[Home] [Help]

APPS.FII_GL_COMCCH_C dependencies on FND_STATS

Line 228: -- FND_STATS.gather_table_stats

224: --------------------------------------------------------
225: -- Gather statistics for the use of cost-based optimizer
226: --------------------------------------------------------
227: --Will seed this in RSG
228: -- FND_STATS.gather_table_stats
229: -- (ownname => g_fii_schema,
230: -- tabname => 'FII_COM_CC_MAPPINGS');
231:
232: If g_debug_flag = 'Y' then

Line 1154: FND_STATS.gather_table_stats

1150: end if;
1151:
1152: g_phase := 'gather_table_stats for FII_ORG_MGR_MAPPINGS';
1153:
1154: FND_STATS.gather_table_stats
1155: (ownname => g_fii_schema,
1156: tabname => 'FII_ORG_MGR_MAPPINGS');
1157:
1158: commit;