DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ALLOCATION_PVT dependencies on JMF_SHIKYU_UTIL

Line 451: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids

447: IF l_allocated_uom IS NULL
448: THEN
449:
450: -- Get the OEM Organization ID
451: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids
452: ( p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
453: , x_oem_organization_id => l_oem_organization_id
454: , x_tp_organization_id => l_tp_organization_id
455: );

Line 457: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code

453: , x_oem_organization_id => l_oem_organization_id
454: , x_tp_organization_id => l_tp_organization_id
455: );
456:
457: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code
458: ( p_inventory_item_id => p_component_id
459: , p_organization_id => l_oem_organization_id
460: );
461: ELSE

Line 879: , JMF_SHIKYU_UTIL.Get_Primary_Uom_Code

875: INV_CONVERT.inv_um_convert( jsr.shikyu_component_id
876: , 5
877: , oola.shipped_quantity
878: , oola.order_quantity_uom
879: , JMF_SHIKYU_UTIL.Get_Primary_Uom_Code
880: ( jsr.shikyu_component_id
881: , jsr.tp_organization_id)
882: , null
883: , null)))

Line 1315: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids

1311: , x_return_status => x_return_status
1312: );
1313:
1314: -- Get the OEM Organization and TP Organization IDs
1315: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids
1316: ( p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1317: , x_oem_organization_id => l_oem_organization_id
1318: , x_tp_organization_id => l_tp_organization_id
1319: );

Line 1331: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code

1327: || ', l_tp_organization_id = ' || l_tp_organization_id);
1328: END IF;
1329:
1330: -- Get the primaru UOM code of the Subcontracting Component
1331: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code
1332: ( p_inventory_item_id => p_component_id
1333: , p_organization_id => l_oem_organization_id
1334: );
1335:

Line 1550: JMF_SHIKYU_UTIL.Get_Shikyu_Component_Price

1546:
1547: IF l_new_replen_po_shipment_id IS NOT NULL
1548: THEN
1549: -- To get component uom and primary uom of the SHIKYU Component
1550: JMF_SHIKYU_UTIL.Get_Shikyu_Component_Price
1551: ( p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1552: , p_shikyu_component_id => p_component_id
1553: , x_component_uom => l_component_uom
1554: , x_component_price => l_component_price

Line 1589: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids

1585:
1586: END IF; /* IF l_component_uom <> l_primary_uom */
1587:
1588: -- Get OEM Organization and TP Organization IDs
1589: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids
1590: ( p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1591: , x_oem_organization_id => l_oem_organization_id
1592: , x_tp_organization_id => l_tp_organization_id
1593: );

Line 5098: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code

5094:
5095: IF p_primary_uom IS NULL
5096: THEN
5097:
5098: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code
5099: ( p_inventory_item_id => p_component_id
5100: , p_organization_id => p_oem_organization_id
5101: );
5102:

Line 5792: l_allocation_date := JMF_SHIKYU_UTIL.get_allocation_date(p_wip_entity_id => c_alloc_rec.wip_entity_id);

5788: );
5789: end if;
5790:
5791: l_allocation_date := null;
5792: l_allocation_date := JMF_SHIKYU_UTIL.get_allocation_date(p_wip_entity_id => c_alloc_rec.wip_entity_id);
5793:
5794: l_final_ship_date := null;
5795: l_final_ship_date := JMF_SHIKYU_UTIL.get_final_ship_date(p_oem_organization => so_date_change_rec.oem_organization_id
5796: , p_tp_organization => so_date_change_rec.tp_organization_id

Line 5795: l_final_ship_date := JMF_SHIKYU_UTIL.get_final_ship_date(p_oem_organization => so_date_change_rec.oem_organization_id

5791: l_allocation_date := null;
5792: l_allocation_date := JMF_SHIKYU_UTIL.get_allocation_date(p_wip_entity_id => c_alloc_rec.wip_entity_id);
5793:
5794: l_final_ship_date := null;
5795: l_final_ship_date := JMF_SHIKYU_UTIL.get_final_ship_date(p_oem_organization => so_date_change_rec.oem_organization_id
5796: , p_tp_organization => so_date_change_rec.tp_organization_id
5797: , p_scheduled_ship_date => so_date_change_rec.om_schedule_ship_date);
5798:
5799: if g_fnd_debug = 'Y' AND FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL