DBA Data[Home] [Help]

APPS.ISC_MAINT_WO_CST_ETL_PKG dependencies on FND_STATS

Line 99: fnd_stats.gather_table_stats( ownname => p_isc_schema

95: return number as
96:
97: begin
98:
99: fnd_stats.gather_table_stats( ownname => p_isc_schema
100: , tabname => p_table_name
101: );
102:
103: return 0;