DBA Data[Home] [Help]

APPS.BIV_DBI_COLLECTION_UTIL dependencies on FND_STATS

Line 75: fnd_stats.gather_table_stats( ownname => p_biv_schema

71: return number as
72:
73: begin
74:
75: fnd_stats.gather_table_stats( ownname => p_biv_schema
76: , tabname => p_table_name
77: );
78:
79: return 0;