DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_WIP_PVT

Line 2694: JMF_SHIKYU_WIP_PVT.Compute_Start_Date

2690: END;
2691:
2692: -- Compute the start date for the WIP job
2693:
2694: JMF_SHIKYU_WIP_PVT.Compute_Start_Date
2695: ( p_need_by_date => l_osa_tbl(i).need_by_date
2696: , p_item_id => l_osa_tbl(i).osa_item_id
2697: , p_oem_organization => l_osa_tbl(i).oem_organization_id
2698: , p_tp_organization => l_osa_tbl(i).tp_organization_id

Line 3512: JMF_SHIKYU_WIP_PVT.Process_WIP_Job

3508: END IF;
3509:
3510: -- Create a WIP job at the TP org for the OSA item
3511:
3512: JMF_SHIKYU_WIP_PVT.Process_WIP_Job
3513: ( p_action => 'C'
3514: , p_subcontract_po_shipment_id => l_osa_tbl(i).subcontract_po_shipment_id
3515: , p_need_by_date => l_osa_tbl(i).need_by_date
3516: , p_quantity => l_quantity

Line 3569: l_comp_qty := JMF_SHIKYU_WIP_PVT.get_component_quantity

3565:
3566: FOR k IN l_comp_tbl.FIRST .. l_comp_tbl.LAST
3567: LOOP
3568:
3569: l_comp_qty := JMF_SHIKYU_WIP_PVT.get_component_quantity
3570: ( p_item_id => l_comp_tbl(k).shikyu_component_id
3571: , p_organization_id => l_osa_tbl(i).tp_organization_id
3572: , p_subcontract_po_shipment_id =>
3573: l_osa_tbl(i).subcontract_po_shipment_id