DBA Data[Home] [Help]

APPS.FII_TIME_C dependencies on FND_STATS

Line 281: fnd_stats.gather_table_stats( ownname => p_schema_name

277: ) is
278:
279: begin
280:
281: fnd_stats.gather_table_stats( ownname => p_schema_name
282: , tabname => p_table_name
283: );
284:
285: end gather_table_stats;