DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_INFINITE_SCHEDULER_PVT

Line 135: wip_infinite_scheduler_pvt.schedule(

131: raise fnd_api.g_exc_unexpected_error;
132: end if;
133:
134: if ( p_schedulingMethod = wip_constants.routing ) then
135: wip_infinite_scheduler_pvt.schedule(
136: p_orgID => p_orgID,
137: p_wipEntityID => p_wipEntityID,
138: p_startDate => p_startDate,
139: p_endDate => p_endDate,

Line 419: wip_infinite_scheduler_pvt.schedule(

415: /* fix bug 5238435. Move the scheduler call outside the if condition since job can be
416: rescheduled even without exploding the routing when user just changes the dates */
417:
418: if ( p_schedulingMethod = wip_constants.routing ) then
419: wip_infinite_scheduler_pvt.schedule(
420: p_orgID => p_orgID,
421: p_wipEntityID => p_wipEntityID,
422: p_startDate => p_startDate,
423: p_endDate => p_endDate,

Line 523: wip_infinite_scheduler_pvt.schedule(

519: raise fnd_api.g_exc_unexpected_error;
520: end if;
521: end if; --End of check on p_allowExplosion.
522: if ( p_schedulingMethod = wip_constants.routing ) then
523: wip_infinite_scheduler_pvt.schedule(
524: p_orgID => p_orgID,
525: p_wipEntityID => p_wipEntityID,
526: p_startDate => p_startDate,
527: p_endDate => p_endDate,