DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on FND_STATS

Line 740: FND_STATS.GATHER_TABLE_STATS(ownname => l_schema,

736: -- To fetch table schema name for gather statistics
737: l_return := fnd_installation.get_app_info('IGS', l_status, l_industry, l_schema);
738:
739: -- Gather statistics of interface tables
740: FND_STATS.GATHER_TABLE_STATS(ownname => l_schema,
741: tabname => 'IGS_AD_INTERFACE_ALL',
742: cascade => TRUE);
743:
744: -------------------------------------------------------