DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_SCRAP_INIT_PKG dependencies on FND_INSTALLATION

Line 200: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,

196: s_login_id := nvl(fnd_global.login_id, -1);
197:
198: -- get session parameters
199: l_stmt_id := 10;
200: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
201: s_opi_schema))) THEN
202: RAISE schema_info_not_found;
203: END IF;
204: