DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_INFINITE_SCHEDULER_PVT

Line 136: wip_infinite_scheduler_pvt.schedule(

132: end if;
133:
134: /* -- Bug 11893957. Call Infinite Scheduler after BOM Explosion to consider resources from Phantom Routings.
135: if ( p_schedulingMethod = wip_constants.routing ) then
136: wip_infinite_scheduler_pvt.schedule(
137: p_orgID => p_orgID,
138: p_wipEntityID => p_wipEntityID,
139: p_startDate => p_startDate,
140: p_endDate => p_endDate,

Line 179: wip_infinite_scheduler_pvt.schedule(

175: end if;
176:
177: -- Bug 11893957. Call Infinite Scheduler after BOM Explosion to consider resources from Phantom Routings.
178: if ( p_schedulingMethod = wip_constants.routing ) then
179: wip_infinite_scheduler_pvt.schedule(
180: p_orgID => p_orgID,
181: p_wipEntityID => p_wipEntityID,
182: p_startDate => p_startDate,
183: p_endDate => p_endDate,

Line 489: wip_infinite_scheduler_pvt.schedule(

485:
486: -- Bug 11893957. Call Infinite Scheduler after BOM Explosion to consider resources from Phantom Routings.
487: /*
488: if ( p_schedulingMethod = wip_constants.routing ) then
489: wip_infinite_scheduler_pvt.schedule(
490: p_orgID => p_orgID,
491: p_wipEntityID => p_wipEntityID,
492: p_startDate => p_startDate,
493: p_endDate => p_endDate,

Line 621: wip_infinite_scheduler_pvt.schedule(

617: end if;
618: -- end if; --End of check on p_allowExplosion.
619: end if;
620: if ( p_schedulingMethod = wip_constants.routing ) then
621: wip_infinite_scheduler_pvt.schedule(
622: p_orgID => p_orgID,
623: p_wipEntityID => p_wipEntityID,
624: p_startDate => p_startDate,
625: p_endDate => p_endDate,