DBA Data[Home] [Help]

APPS.OPI_DBI_WMS_CAPACITY_UTZ_PKG dependencies on FND_INSTALLATION

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

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