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 1907: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

1903:
1904: -- Create replenishment SO for all the replenishment PO's that are
1905: -- created manually.
1906:
1907: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
1908: ( p_action => 'C' --Create
1909: , p_subcontract_po_shipment_id => NULL --l_shipment_id
1910: , p_quantity => l_po_quantity
1911: , p_item_id => l_component_id

Line 2771: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

2767: -- the jmf_shikyu_components table without creating the
2768: -- order line. This information is required when creating
2769: -- the replenishment SO for the component.
2770:
2771: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
2772: ( p_action => 'Q' --Quote
2773: , p_subcontract_po_shipment_id =>
2774: l_osa_tbl(i).subcontract_po_shipment_id
2775: , p_quantity => l_comp_tbl(l_curr_index).primary_quantity

Line 3024: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

3020: || 'subcontract_po_shipment_id = ' || l_subcontract_po_shipment_id
3021: || ', shikyu_component_id = ' || l_shikyu_component_id);
3022: END IF;
3023:
3024: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
3025: ( p_action => 'Q' --Quote
3026: , p_subcontract_po_shipment_id
3027: => l_subcontract_po_shipment_id
3028: , p_quantity => l_quantity