DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_INIT_PKG dependencies on FND_INSTALLATION

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

165: l_debug_msg := 'Global secondary curr code is not defined';
166: RAISE INITIALIZATION_ERROR;
167: END IF;
168:
169: l_setup_good := fnd_installation.get_app_info('OPI', l_status, l_industry, g_opi_schema);
170: IF (l_setup_good = FALSE OR g_opi_schema IS NULL) THEN
171: l_debug_msg := 'could not find OPI schema';
172: RAISE INITIALIZATION_ERROR;
173: END IF;