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 876: , JMF_SHIKYU_UTIL.Get_Primary_Uom_Code

872: INV_CONVERT.inv_um_convert( jsr.shikyu_component_id
873: , 5
874: , oola.shipped_quantity
875: , oola.order_quantity_uom
876: , JMF_SHIKYU_UTIL.Get_Primary_Uom_Code
877: ( jsr.shikyu_component_id
878: , jsr.tp_organization_id)
879: , null
880: , null)))

Line 1309: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids

1305: , x_return_status => x_return_status
1306: );
1307:
1308: -- Get the OEM Organization and TP Organization IDs
1309: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids
1310: ( p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1311: , x_oem_organization_id => l_oem_organization_id
1312: , x_tp_organization_id => l_tp_organization_id
1313: );

Line 1325: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code

1321: || ', l_tp_organization_id = ' || l_tp_organization_id);
1322: END IF;
1323:
1324: -- Get the primaru UOM code of the Subcontracting Component
1325: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code
1326: ( p_inventory_item_id => p_component_id
1327: , p_organization_id => l_oem_organization_id
1328: );
1329:

Line 1544: JMF_SHIKYU_UTIL.Get_Shikyu_Component_Price

1540:
1541: IF l_new_replen_po_shipment_id IS NOT NULL
1542: THEN
1543: -- To get component uom and primary uom of the SHIKYU Component
1544: JMF_SHIKYU_UTIL.Get_Shikyu_Component_Price
1545: ( p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1546: , p_shikyu_component_id => p_component_id
1547: , x_component_uom => l_component_uom
1548: , x_component_price => l_component_price

Line 1583: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids

1579:
1580: END IF; /* IF l_component_uom <> l_primary_uom */
1581:
1582: -- Get OEM Organization and TP Organization IDs
1583: JMF_SHIKYU_UTIL.Get_Subcontract_Order_Org_Ids
1584: ( p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1585: , x_oem_organization_id => l_oem_organization_id
1586: , x_tp_organization_id => l_tp_organization_id
1587: );

Line 4654: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code

4650:
4651: IF p_primary_uom IS NULL
4652: THEN
4653:
4654: l_primary_uom := JMF_SHIKYU_UTIL.Get_Primary_Uom_Code
4655: ( p_inventory_item_id => p_component_id
4656: , p_organization_id => p_oem_organization_id
4657: );
4658: