DBA Data[Home] [Help]

APPS.OPI_DBI_JOBS_PKG dependencies on FND_INSTALLATION

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

651: --
652: -- bug 3863905 - mv log is now dropped before initial load
653: -- we shouldnt be truncating mv log anymore
654: --
655: IF fnd_installation.get_app_info('OPI', l_status,
656: l_industry, l_opi_schema) THEN
657: execute immediate 'truncate table ' || l_opi_schema ||
658: '.OPI_DBI_JOBS_STG';
659: --execute immediate 'truncate table ' || l_opi_schema ||

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

1539: -- RAISE_APPLICATION_ERROR(-20000, errbuf);
1540: --END IF;
1541:
1542: l_stmt_num := 35;
1543: IF fnd_installation.get_app_info ('OPI', l_status,
1544: l_industry, l_opi_schema) THEN
1545: execute immediate 'truncate table ' || l_opi_schema ||
1546: '.OPI_DBI_MUV_CONV_RATES';
1547: