DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on WIP_GLOBALS

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

897:
898: l_count := l_compTbl.next(l_count);
899: end loop;
900:
901: l_usePhantomRouting := wip_globals.use_phantom_routings(p_orgID);
902: if ( l_usePhantomRouting = wip_constants.yes ) then
903: for phan in c_phantoms loop
904: wip_explode_phantom_rtgs.explode_resources(
905: p_wip_entity_id => p_wipEntityID,