DBA Data[Home] [Help]

APPS.OPI_DBI_REP_UOM_STD_CONV_PKG dependencies on FND_INSTALLATION

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

106:
107: l_stmt_id := 10;
108: -- Obtain the OPI schema name to allow truncation of various tables
109: -- get session parameters
110: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
111: s_opi_schema))) THEN
112: RAISE SCHEMA_INFO_NOT_FOUND;
113: END IF;
114: