DBA Data[Home] [Help]

APPS.OPI_DBI_COMMON_MOD_INCR_PKG dependencies on FND_INSTALLATION

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

186:
187:
188: -- get session parameters
189: l_stmt_id := 10;
190: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
191: s_opi_schema))) THEN
192: RAISE schema_info_not_found;
193: END IF;
194: