DBA Data[Home] [Help]

APPS.ISC_FS_TASK_ETL_PKG dependencies on FND_STATS

Line 139: fnd_stats.gather_table_stats( ownname => p_isc_schema

135: return number as
136:
137: begin
138:
139: fnd_stats.gather_table_stats( ownname => p_isc_schema
140: , tabname => p_table_name
141: );
142:
143: return 0;