DBA Data[Home] [Help]

APPS.FII_NON_DBI_TIME_C dependencies on FND_STATS

Line 18: fnd_stats.gather_table_stats( ownname => p_schema_name

14: ) is
15:
16: begin
17:
18: fnd_stats.gather_table_stats( ownname => p_schema_name
19: , tabname => p_table_name
20: );
21:
22: end gather_table_stats;