DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_GLOBALS

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

447: wip_fix_req_ops_pkg.fix(x_wip_entity_id => p_wipEntityID,
448: x_organization_id => p_orgID,
449: x_repetitive_schedule_id => null,
450: x_entity_start_date => l_startDate);
451: l_usePhantomRouting := wip_globals.use_phantom_routings(p_orgID);
452: if ( l_usePhantomRouting = wip_constants.yes ) then
453: for phan in c_phantoms loop
454: wip_explode_phantom_rtgs.explode_resources(
455: p_wip_entity_id => p_wipEntityID,