DBA Data[Home] [Help]

APPS.OPI_DBI_WMS_STORAGE_UTZ_PKG dependencies on FND_INSTALLATION

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

116:
117: l_stmt_id := 10;
118: -- Obtain the OPI schema name to allow truncation of various tables
119: -- get session parameters
120: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
121: s_opi_schema))) THEN
122: RAISE SCHEMA_INFO_NOT_FOUND;
123: END IF;
124: