DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_INCR_PKG dependencies on FND_INSTALLATION

Line 101: l_setup_good := fnd_installation.get_app_info('OPI', l_status, l_industry, g_opi_schema);

97: l_debug_msg := 'Global secondary curr code is not defined';
98: RAISE INITIALIZATION_ERROR;
99: END IF;
100:
101: l_setup_good := fnd_installation.get_app_info('OPI', l_status, l_industry, g_opi_schema);
102: IF (l_setup_good = FALSE OR g_opi_schema IS NULL) THEN
103: l_debug_msg := 'could not find OPI schema';
104: RAISE INITIALIZATION_ERROR;
105: END IF;