DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_FIX_REQ_OPS_PKG

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

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