DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_FIX_REQ_OPS_PKG

Line 447: wip_fix_req_ops_pkg.fix(x_wip_entity_id => p_wipEntityID,

443: if ( l_expRtgRequired and not l_expBomRequired ) then
444: if ( l_logLevel <= wip_constants.trace_logging ) then
445: wip_logger.log('Resetting the op reference in WRO.....', l_retStatus);
446: end if;
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);