DBA Data[Home] [Help]

APPS.OPI_DBI_COMMON_MOD_INIT_PKG dependencies on FND_INSTALLATION

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

120: BEGIN
121:
122: -- get session parameters
123: l_stmt_id := 10;
124: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
125: s_opi_schema))) THEN
126: RAISE schema_info_not_found;
127: END IF;
128: