DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on MTL_UOM_CLASS_CONVERSIONS

Line 3216: , mtl_uom_class_conversions uc

3212: BEGIN
3213: /* If this returns values, that means no lot_specific conversion defined, so return 0*/
3214: SELECT wdd.lot_number INTO l_lot_number
3215: FROM mtl_lot_uom_class_conversions lsc
3216: , mtl_uom_class_conversions uc
3217: , wsh_delivery_details wdd
3218: WHERE lsc.inventory_item_id = uc.inventory_item_id
3219: AND uc.from_uom_code = lsc.from_uom_code
3220: AND uc.to_uom_code = lsc.to_uom_code