DBA Data[Home] [Help]

APPS.INV_CACHE dependencies on OE_INSTALL

Line 291: g_om_installed := oe_install.get_active_product ;

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