DBA Data[Home] [Help]

APPS.FII_FA_CAT_C dependencies on FND_STATS

Line 394: FII_UTIL.Write_Log('calling FND_STATS for FII_FA_CAT_SEGMENTS');

390: g_fii_login_id
391: );
392:
393: If g_debug_flag = 'Y' then
394: FII_UTIL.Write_Log('calling FND_STATS for FII_FA_CAT_SEGMENTS');
395: End if;
396:
397: FND_STATS.gather_table_stats
398: (ownname => g_fii_schema,

Line 397: FND_STATS.gather_table_stats

393: If g_debug_flag = 'Y' then
394: FII_UTIL.Write_Log('calling FND_STATS for FII_FA_CAT_SEGMENTS');
395: End if;
396:
397: FND_STATS.gather_table_stats
398: (ownname => g_fii_schema,
399: tabname => 'FII_FA_CAT_SEGMENTS');
400:
401: If g_debug_flag = 'Y' then

Line 1082: FND_STATS.gather_table_stats

1078: -- Gather statistics for the use of cost-based optimizer
1079: --------------------------------------------------------
1080: -- Will seed this in RSG?
1081: -- Per DBI - needs to be done though, can take out later if needed
1082: FND_STATS.gather_table_stats
1083: (ownname => g_fii_schema,
1084: tabname => 'FII_FA_CAT_DIMENSIONS');
1085:
1086: If g_debug_flag = 'Y' then