DBA Data[Home] [Help]

APPS.ISC_MAINT_REQ_WO_ETL_PKG dependencies on FND_STATS

Line 98: fnd_stats.gather_table_stats( ownname => p_isc_schema

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