DBA Data[Home] [Help]

APPS.OPI_EDW_COGS_F_C dependencies on FND_INSTALLATION

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

601: --RAISE l_iden_change_failure;
602: -- --------------------------------------------------------
603: -- Analyze the incremental table
604: -- --------------------------------------------------------
605: IF fnd_installation.get_app_info( 'OPI', l_status,
606: l_industry, l_opi_schema) THEN
607: fnd_stats.gather_table_stats(ownname=> l_opi_schema,
608: tabname=> 'OPI_EDW_COGS_INC' );
609: END IF;

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

763: Errbuf:=g_errbuf;
764: Retcode:=g_retcode;
765: l_exception_msg := Retcode || ':' || Errbuf;
766:
767: IF fnd_installation.get_app_info( 'OPI', l_status,
768: l_industry, l_opi_schema) THEN
769: execute immediate 'truncate table ' || l_opi_schema
770: || '.opi_edw_cogs_inc ';
771: END IF;