DBA Data[Home] [Help]

APPS.IGS_AD_IMP_024 dependencies on FND_INSTALLATION

Line 667: l_return := fnd_installation.get_app_info('IGS', l_status, l_industry, l_schema);

663: AND error_code = 'E347'
664: AND status = '4';
665:
666: -- To fetch table schema name for gather statistics
667: l_return := fnd_installation.get_app_info('IGS', l_status, l_industry, l_schema);
668:
669: -- Gather statistics of the table
670: FND_STATS.GATHER_TABLE_STATS(ownname => l_schema,
671: tabname => 'IGS_AD_TRMDT_INT',