DBA Data[Home] [Help]

APPS.INV_SALESORDER dependencies on OE_INSTALL

Line 221: g_om_installed := oe_install.get_active_product ;

217: x_oe_header_id := -1 ;
218:
219: -- now check if the SO was created by Oracle Order Management (OOM). If not return (-1)
220: if ( g_om_installed IS NULL ) then
221: g_om_installed := oe_install.get_active_product ;
222: end if;
223: if (g_om_installed <> 'ONT') then -- OOM is not active
224: return ;
225: end if;