DBA Data[Home] [Help]

APPS.ISC_FS_INV_USG_ETL_PKG dependencies on FND_STATS

Line 90: fnd_stats.gather_table_stats( ownname => p_isc_schema

86: RETURN number
87: AS
88: BEGIN
89:
90: fnd_stats.gather_table_stats( ownname => p_isc_schema
91: , tabname => p_table_name
92: );
93:
94: RETURN 0;