DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_GLOBALS

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

518: wip_fix_req_ops_pkg.fix(x_wip_entity_id => p_wipEntityID,
519: x_organization_id => p_orgID,
520: x_repetitive_schedule_id => null,
521: x_entity_start_date => l_startDate);
522: l_usePhantomRouting := wip_globals.use_phantom_routings(p_orgID);
523: if ( l_usePhantomRouting = wip_constants.yes ) then
524: for phan in c_phantoms loop
525: wip_explode_phantom_rtgs.explode_resources(
526: p_wip_entity_id => p_wipEntityID,