DBA Data[Home] [Help]

APPS.INV_CACHE dependencies on OE_INSTALL

Line 290: g_om_installed := oe_install.get_active_product ;

286: g_oe_header_id := -1 ;
287:
288: -- now check if the SO was created by Oracle Order Management (OOM). If not return (-1)
289: if ( g_om_installed IS NULL ) then
290: g_om_installed := oe_install.get_active_product ;
291: end if;
292: if (g_om_installed <> 'ONT') then -- OOM is not active
293: return TRUE ;
294: end if;