DBA Data[Home] [Help]

APPS.ISC_FS_TASK_ACT_BAC_ETL_PKG dependencies on FND_STATS

Line 114: fnd_stats.gather_table_stats( ownname => p_isc_schema

110: return number as
111:
112: begin
113:
114: fnd_stats.gather_table_stats( ownname => p_isc_schema
115: , tabname => p_table_name
116: );
117:
118: return 0;