DBA Data[Home] [Help]

APPS.OPI_EDW_OPI_JOB_DETAIL_F_C dependencies on FND_INSTALLATION

Line 464: IF fnd_installation.get_app_info( 'OPI', l_status,

460: --RAISE l_iden_change_failure;
461: -- --------------------------------------------------------
462: -- Analyze the incremental table
463: -- --------------------------------------------------------
464: IF fnd_installation.get_app_info( 'OPI', l_status,
465: l_industry, l_opi_schema) THEN
466: fnd_stats.gather_table_stats(ownname=> l_opi_schema,
467: tabname=> 'OPI_EDW_OPI_JOB_DETAIL_INC' );
468: END IF;

Line 591: IF fnd_installation.get_app_info( 'OPI', l_status,

587: Errbuf:=g_errbuf;
588: Retcode:=g_retcode;
589: l_exception_msg := Retcode || ':' || Errbuf;
590:
591: IF fnd_installation.get_app_info( 'OPI', l_status,
592: l_industry, l_opi_schema) THEN
593: execute immediate 'truncate table ' || l_opi_schema
594: || '.opi_edw_opi_job_detail_inc ';
595: END IF;