DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INIT_PKG dependencies on FND_INSTALLATION

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

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