DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on WIP_GLOBALS

Line 853: l_usePhantomRouting := wip_globals.use_phantom_routings(p_orgID);

849:
850: l_count := l_compTbl.next(l_count);
851: end loop;
852:
853: l_usePhantomRouting := wip_globals.use_phantom_routings(p_orgID);
854: if ( l_usePhantomRouting = wip_constants.yes ) then
855: for phan in c_phantoms loop
856: wip_explode_phantom_rtgs.explode_resources(
857: p_wip_entity_id => p_wipEntityID,