DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_SCRAP_INCR_PKG dependencies on FND_INSTALLATION

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

181:
182:
183: -- get session parameters
184: l_stmt_id := 10;
185: IF (NOT (fnd_installation.get_app_info('OPI', s_status, s_industry,
186: s_opi_schema))) THEN
187: RAISE schema_info_not_found;
188: END IF;
189: