DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PVT dependencies on GMICUOM

Line 801: l_trans_rec.trans_qty :=GMICUOM.uom_conversion

797: THEN
798: l_neg_qty := 1;
799: l_trans_rec.trans_qty := 0 - l_trans_rec.trans_qty;
800: END IF;
801: l_trans_rec.trans_qty :=GMICUOM.uom_conversion
802: ( pitem_id =>l_item_id
803: , plot_id =>l_lot_id
804: , pcur_qty =>l_trans_rec.trans_qty
805: , pcur_uom =>l_trans_rec.item_um

Line 838: l_qty2 :=GMICUOM.uom_conversion

834: THEN
835: l_neg_qty := 1;
836: l_trans_rec.trans_qty := 0 - l_trans_rec.trans_qty;
837: END IF;
838: l_qty2 :=GMICUOM.uom_conversion
839: ( pitem_id =>l_item_id
840: , plot_id =>l_lot_id
841: , pcur_qty =>l_trans_rec.trans_qty
842: , pcur_uom =>l_ic_item_mst_rec.item_um

Line 880: l_trans_rec.trans_qty2 :=GMICUOM.uom_conversion

876: THEN
877: l_neg_qty := 1;
878: l_trans_rec.trans_qty2 := 0 - l_trans_rec.trans_qty2;
879: END IF;
880: l_trans_rec.trans_qty2 :=GMICUOM.uom_conversion
881: ( pitem_id =>l_item_id
882: , plot_id =>l_lot_id
883: , pcur_qty =>l_trans_rec.trans_qty2
884: , pcur_uom =>l_trans_rec.item_um2