DBA Data[Home] [Help]

APPS.WIP_BOMROUTING_PVT dependencies on WIP_BOMROUTINGUTIL_PVT

Line 118: wip_bomRoutingUtil_pvt.explodeRouting(p_orgID => p_orgID,

114: l_rtgItemID := p_rtgRefID;
115: l_bomItemID := p_bomRefID;
116: end if;
117:
118: wip_bomRoutingUtil_pvt.explodeRouting(p_orgID => p_orgID,
119: p_wipEntityID => p_wipEntityID,
120: p_repSchedID => null,
121: p_itemID => l_rtgItemID,
122: p_altRouting => p_altRouting,

Line 155: wip_bomRoutingUtil_pvt.explodeBOM(p_orgID => p_orgID,

151: from wip_discrete_jobs wdj
152: where wdj.organization_id = p_orgID
153: and wdj.wip_entity_id = p_wipEntityID;
154:
155: wip_bomRoutingUtil_pvt.explodeBOM(p_orgID => p_orgID,
156: p_wipEntityID => p_wipEntityID,
157: p_jobType => p_jobType,
158: p_repSchedID => null,
159: p_itemID => l_bomItemID,

Line 398: wip_bomRoutingUtil_pvt.explodeRouting(

394: else
395: l_rtgItemID := p_rtgRefID;
396: end if;
397:
398: wip_bomRoutingUtil_pvt.explodeRouting(
399: p_orgID => p_orgID,
400: p_wipEntityID => p_wipEntityID,
401: p_repSchedID => null,
402: p_itemID => l_rtgItemID,

Line 477: wip_bomRoutingUtil_pvt.explodeBOM(

473: else
474: l_bomItemID := p_bomRefID;
475: end if;
476:
477: wip_bomRoutingUtil_pvt.explodeBOM(
478: p_orgID => p_orgID,
479: p_wipEntityID => p_wipEntityID,
480: p_jobType => l_jobType,
481: p_repSchedID => null,

Line 512: wip_bomRoutingUtil_pvt.adjustQtyChange(

508: -- if it is only date changes or qty changes, then the flow should be here
509: if ( not l_expBomRequired and not l_expRtgRequired ) then
510: --Bug 5464449: Quantity should be adjusted only when explode is yes at header level.
511: if p_allowExplosion then
512: wip_bomRoutingUtil_pvt.adjustQtyChange(
513: p_orgID => p_orgID,
514: p_wipEntityID => p_wipEntityID,
515: p_qty => p_qty,
516: x_returnStatus => x_returnStatus,