DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_ORDER_MISC_UTIL

Line 260: l_temp_requested_quantity := OE_Order_Misc_Util.Convert_Uom

256: -- HW This line is discrete
257: ELSE */
258:
259:
260: l_temp_requested_quantity := OE_Order_Misc_Util.Convert_Uom
261: (
262: l_inventory_item_id,
263: p_req_qty_tbl(J).shipping_quantity_uom,
264: l_order_quantity_uom,

Line 729: l_temp_shipped_quantity := OE_Order_Misc_Util.Convert_Uom

725:
726: ELSE
727:
728:
729: l_temp_shipped_quantity := OE_Order_Misc_Util.Convert_Uom
730: (
731: l_inventory_item_id,
732: p_line_tbl(J).shipping_quantity_uom,
733: l_order_quantity_uom,

Line 1641: oe_debug_pub.add('call OE_Order_Misc_Util.Convert_Uom from primary', 5);

1637: p_ship_line_rec.shipped_quantity(p_index) := l_secondary_quantity; --12423066
1638:
1639: ELSE
1640: IF l_debug_level > 0 THEN
1641: oe_debug_pub.add('call OE_Order_Misc_Util.Convert_Uom from primary', 5);
1642: END IF;
1643:
1644: IF p_ship_line_rec.shipped_quantity(p_index) IS NULL THEN --ER#14763609
1645: p_ship_line_rec.shipped_quantity(p_index) :=

Line 1646: OE_Order_Misc_Util.Convert_Uom

1642: END IF;
1643:
1644: IF p_ship_line_rec.shipped_quantity(p_index) IS NULL THEN --ER#14763609
1645: p_ship_line_rec.shipped_quantity(p_index) :=
1646: OE_Order_Misc_Util.Convert_Uom
1647: (p_item_id => p_ship_line_rec.inventory_item_id(p_index),
1648: p_from_uom_code => p_ship_line_rec.shipping_quantity_uom(p_index),
1649: p_to_uom_code => p_ship_line_rec.order_quantity_uom(p_index),
1650: p_from_qty => l_primary_quantity);