DBA Data[Home] [Help]

APPS.INV_MWB_CONTROLLER dependencies on MTL_PARAMETERS

Line 265: FROM mtl_parameters

261: -- Bug 9865190 Start
262: IF (NVL(p_tree_organization_id, inv_mwb_globals.g_organization_id) IS NOT NULL) THEN
263: SELECT DECODE(wms_enabled_flag, 'Y', 1, 0)
264: INTO inv_mwb_globals.g_wms_enabled_flag
265: FROM mtl_parameters
266: WHERE organization_id = NVL(p_tree_organization_id, inv_mwb_globals.g_organization_id);
267: END IF;
268: -- Bug 9865190 End
269: /*