DBA Data[Home] [Help]

APPS.IGS_AD_IMP_024 dependencies on FND_STATS

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

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',
672: cascade => TRUE);
673:
674: process_term_details (p_interface_run_id, p_rule,p_enable_log);

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

687: WHERE interface_run_id = p_interface_run_id
688: AND status IN ('1','4'));
689:
690: -- Gather statistics of the table
691: FND_STATS.GATHER_TABLE_STATS(ownname => l_schema,
692: tabname => 'IGS_AD_TUNDT_INT',
693: cascade => TRUE);
694:
695: process_term_unit_details (p_interface_run_id, p_rule,p_enable_log);