DBA Data[Home] [Help]

APPS.IGS_AD_IMP_001 dependencies on FND_INSTALLATION

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

733: AND interface_run_id = l_interface_run_id;
734: COMMIT;
735:
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',