DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on OE_ORDER_MISC_UTIL

Line 540: l_temp_line_tbl(l_line_index).shipped_quantity := OE_Order_Misc_Util.Convert_Uom

536: IF l_line_tbl(l_line_index).order_quantity_uom <> l_cal_tolerance_tbl(l_line_id_mod).shipping_uom THEN
537: IF l_debug_level > 0 THEN
538: oe_debug_pub.add( 'UOMS ARE DIFFRENT ' , 3 ) ;
539: END IF;
540: l_temp_line_tbl(l_line_index).shipped_quantity := OE_Order_Misc_Util.Convert_Uom
541: (
542: l_line_rec.inventory_item_id,
543: l_cal_tolerance_tbl(l_line_id_mod).shipping_uom,
544: -- l_cal_tolerance_tbl(l_line_tbl(l_line_index).line_id).shipping_uom,-- Bug 8795918

Line 623: l_temp_line_tbl(l_line_index).shipped_quantity := OE_Order_Misc_Util.Convert_Uom

619: oe_debug_pub.add( 'SHIPPING QUANTITY '|| TO_CHAR ( L_TEMP_LINE_TBL ( L_LINE_INDEX ) .SHIPPING_QUANTITY ) , 3 ) ;
620: END IF;
621: -- IF l_line_tbl(l_line_index).order_quantity_uom <> l_cal_tolerance_tbl(l_line_tbl(l_line_index).line_id).shipping_uom THEN -- Bug 8795918
622: IF l_line_tbl(l_line_index).order_quantity_uom <> l_cal_tolerance_tbl(l_line_id_mod).shipping_uom THEN
623: l_temp_line_tbl(l_line_index).shipped_quantity := OE_Order_Misc_Util.Convert_Uom
624: (
625: l_line_rec.inventory_item_id,
626: l_cal_tolerance_tbl(l_line_id_mod).shipping_uom,
627: -- l_cal_tolerance_tbl(l_line_tbl(l_line_index).line_id).shipping_uom,-- Bug 8795918

Line 784: l_shipped_quantity := OE_Order_Misc_Util.Convert_Uom

780:
781: l_line_rec.shipping_quantity := nvl(l_line_rec.shipping_quantity,0) + p_cal_tolerance_tbl(1).quantity_to_be_shipped + l_del_shipping_quantity;
782:
783: IF l_line_rec.order_quantity_uom <> p_cal_tolerance_tbl(1).shipping_uom THEN
784: l_shipped_quantity := OE_Order_Misc_Util.Convert_Uom
785: (
786: l_line_rec.inventory_item_id,
787: p_cal_tolerance_tbl(1).shipping_uom,
788: l_line_rec.order_quantity_uom,

Line 831: l_shipped_quantity := OE_Order_Misc_Util.Convert_Uom

827: IF l_debug_level > 0 THEN
828: oe_debug_pub.add( 'TOTAL ORDERED QUANTITY : '||TO_CHAR ( L_ORDERED_QUANTITY ) , 3 ) ;
829: END IF;
830: IF l_line_rec.order_quantity_uom <> p_cal_tolerance_tbl(1).shipping_uom THEN
831: l_shipped_quantity := OE_Order_Misc_Util.Convert_Uom
832: (
833: l_line_rec.inventory_item_id,
834: p_cal_tolerance_tbl(1).shipping_uom,
835: l_line_rec.order_quantity_uom,