DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_OPM_PKG dependencies on FND_INSTALLATION

Line 358: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry, s_opi_schema))) THEN

354: -- This facilitates debugging, and makes it easier to truncate "current" tables
355: -- rather than use delete. The tst_prior table is not used for initial load.
356: --
357:
358: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry, s_opi_schema))) THEN
359: RAISE schema_info_not_found;
360: END IF;
361:
362: -- Clear OPM-specific work tables

Line 569: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry, s_opi_schema))) THEN

565: -- This facilitates debugging, and makes it easier to truncate "current" tables
566: -- rather than use delete. The tst_prior table is not used for initial load.
567: --
568:
569: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry, s_opi_schema))) THEN
570: RAISE schema_info_not_found;
571: END IF;
572:
573: -- Clear OPM-specific work tables and populate prior table