DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_ONT_PVT

Line 41: --| 10/17/2005 vchu Modified calls to JMF_SHIKYU_ONT_PVT. |

37: --| for the case if the profile isn't on |
38: --| 13/10/2005 vchu Modified the c_alloc cursor in the |
39: --| Load_Replenishments procedure for an |
40: --| over allocation issue. |
41: --| 10/17/2005 vchu Modified calls to JMF_SHIKYU_ONT_PVT. |
42: --| Process_Replenishment_SO due to a |
43: --| change of signature. Also modified the |
44: --| c_rep cursor in Load_Replenishments |
45: --| procedure for an issue where multiple |

Line 2087: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

2083:
2084: -- Create replenishment SO for all the replenishment PO's that are
2085: -- created manually.
2086:
2087: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
2088: ( p_action => 'C' --Create
2089: , p_subcontract_po_shipment_id => NULL --l_shipment_id
2090: , p_quantity => l_po_quantity
2091: , p_item_id => l_component_id

Line 3043: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

3039: -- the jmf_shikyu_components table without creating the
3040: -- order line. This information is required when creating
3041: -- the replenishment SO for the component.
3042:
3043: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
3044: ( p_action => 'Q' --Quote
3045: , p_subcontract_po_shipment_id =>
3046: l_osa_tbl(i).subcontract_po_shipment_id
3047: , p_quantity => l_comp_tbl(l_curr_index).primary_quantity

Line 3296: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

3292: || 'subcontract_po_shipment_id = ' || l_subcontract_po_shipment_id
3293: || ', shikyu_component_id = ' || l_shikyu_component_id);
3294: END IF;
3295:
3296: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
3297: ( p_action => 'Q' --Quote
3298: , p_subcontract_po_shipment_id
3299: => l_subcontract_po_shipment_id
3300: , p_quantity => l_quantity