DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_WIP_PVT

Line 2443: JMF_SHIKYU_WIP_PVT.Compute_Start_Date

2439: END;
2440:
2441: -- Compute the start date for the WIP job
2442:
2443: JMF_SHIKYU_WIP_PVT.Compute_Start_Date
2444: ( p_need_by_date => l_osa_tbl(i).need_by_date
2445: , p_item_id => l_osa_tbl(i).osa_item_id
2446: , p_oem_organization => l_osa_tbl(i).oem_organization_id
2447: , p_tp_organization => l_osa_tbl(i).tp_organization_id

Line 3235: JMF_SHIKYU_WIP_PVT.Process_WIP_Job

3231: END IF;
3232:
3233: -- Create a WIP job at the TP org for the OSA item
3234:
3235: JMF_SHIKYU_WIP_PVT.Process_WIP_Job
3236: ( p_action => 'C'
3237: , p_subcontract_po_shipment_id => l_osa_tbl(i).subcontract_po_shipment_id
3238: , p_need_by_date => l_osa_tbl(i).need_by_date
3239: , p_quantity => l_quantity

Line 3272: l_comp_qty := JMF_SHIKYU_WIP_PVT.get_component_quantity

3268:
3269: FOR k IN l_comp_tbl.FIRST .. l_comp_tbl.LAST
3270: LOOP
3271:
3272: l_comp_qty := JMF_SHIKYU_WIP_PVT.get_component_quantity
3273: ( p_item_id => l_comp_tbl(k).shikyu_component_id
3274: , p_organization_id => l_osa_tbl(i).tp_organization_id
3275: , p_subcontract_po_shipment_id =>
3276: l_osa_tbl(i).subcontract_po_shipment_id