DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on MTL_LOT_UOM_CLASS_CONVERSIONS

Line 2348: FROM mtl_lot_uom_class_conversions

2344: FOR lot_rec1 IN lot_num_cur1(p_transaction_id)
2345: LOOP
2346: BEGIN
2347: SELECT 1 INTO l_conv_exist
2348: FROM mtl_lot_uom_class_conversions
2349: WHERE organization_id = x_att_rec.to_organization_id
2350: AND lot_number = lot_rec1.LOT_NUMBER
2351: AND inventory_item_id = x_att_rec.inventory_item_id
2352: AND FROM_UNIT_OF_MEASURE=X_ATT_REC.transaction_unit_of_measure