DBA Data[Home] [Help]

APPS.OPI_DBI_WIP_COMP_INCR_PKG dependencies on FND_INSTALLATION

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

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