DBA Data[Home] [Help]

APPS.OE_CHARGE_PVT dependencies on INV_CONVERT

Line 933: INV_CONVERT.INV_UM_CONVERSION(l_line_rec.order_quantity_uom,

929: oe_debug_pub.add( 'NO VALUE SET IN THE PROFILE OPTIONS.' ) ;
930: END IF;
931: RETURN NULL;
932: END IF;
933: INV_CONVERT.INV_UM_CONVERSION(l_line_rec.order_quantity_uom,
934: l_uom_code,
935: l_line_rec.inventory_item_id,
936: l_uom_rate);
937: IF l_uom_rate > 0 THEN