[Home] [Help]
APPS.MTL_LOT_UOM_CONV_PVT dependencies on MTL_TRANSACTION_LOTS_TEMP
Line 929: INSERT INTO MTL_TRANSACTION_LOTS_TEMP (
925: OPEN c_get_attr;
926: FETCH c_get_attr INTO l_lot_rec;
927: CLOSE c_get_attr;
928:
929: INSERT INTO MTL_TRANSACTION_LOTS_TEMP (
930: transaction_temp_id,
931: lot_number,
932: primary_quantity,
933: transaction_quantity,