DBA Data[Home] [Help]

APPS.IGS_AD_IMP_ACIDX_PKG dependencies on FND_INSTALLATION

Line 106: l_gather_return := fnd_installation.get_app_info('IGS', l_gather_status, l_industry, l_schema);

102: -- Gather statistics for interface table
103: -- by rrengara on 20-jan-2003 bug 2711176
104: --FND_FILE.PUT_LINE(FND_FILE.LOG, '1: Start of procedure');
105: BEGIN
106: l_gather_return := fnd_installation.get_app_info('IGS', l_gather_status, l_industry, l_schema);
107:
108: FND_STATS.GATHER_TABLE_STATS(ownname => l_schema, tabname => 'IGS_AD_ACAD_IDX_INT_ALL', cascade => TRUE);
109: FND_STATS.GATHER_TABLE_STATS(ownname => l_schema, tabname => 'IGS_AD_ACIDX_HDR_ALL', cascade => TRUE);
110: EXCEPTION WHEN OTHERS THEN