DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on MTL_UOM_CLASS_CONVERSIONS

Line 3061: , mtl_uom_class_conversions uc

3057: BEGIN
3058: /* If this returns values, that means no lot_specific conversion defined, so return 0*/
3059: SELECT wdd.lot_number INTO l_lot_number
3060: FROM mtl_lot_uom_class_conversions lsc
3061: , mtl_uom_class_conversions uc
3062: , wsh_delivery_details wdd
3063: WHERE lsc.inventory_item_id = uc.inventory_item_id
3064: AND uc.from_uom_code = lsc.from_uom_code
3065: AND uc.to_uom_code = lsc.to_uom_code