DBA Data[Home] [Help]

APPS.ISC_MAINT_WO_ETL_PKG dependencies on FND_INSTALLATION

Line 102: IF fnd_installation.get_app_info( 'ISC', l_status, l_industry, l_isc_schema) THEN

98: RAISE_APPLICATION_ERROR(-20000, errbuf);
99: End if;
100:
101: l_stmt_num := 1;
102: IF fnd_installation.get_app_info( 'ISC', l_status, l_industry, l_isc_schema) THEN
103: -- execute immediate 'truncate table ' || l_isc_schema || '.MLOG$_ISC_MAINT_WORK_ORDER'; -- RSG will now take care of this
104: execute immediate 'truncate table ' || l_isc_schema || '.ISC_MAINT_WORK_ORDERS_F PURGE MATERIALIZED VIEW LOG';
105: END IF;
106: