DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_UTL_PKG dependencies on FND_INSTALLATION

Line 189: IF (NOT (fnd_installation.get_app_info

185: g_created_by := fnd_global.user_id;
186: g_last_update_login := fnd_global.login_id;
187: g_last_updated_by := fnd_global.user_id;
188:
189: IF (NOT (fnd_installation.get_app_info
190: ('OPI', l_status, l_industry, l_opi_schema)) ) THEN
191: return -1;
192: END IF;
193: EXECUTE IMMEDIATE 'truncate table ' || l_opi_schema ||