DBA Data[Home] [Help]

APPS.MTL_LOT_UOM_CONV_PVT dependencies on MTL_TRANSACTION_LOTS_TEMP

Line 947: INSERT INTO MTL_TRANSACTION_LOTS_TEMP (

943: OPEN c_get_attr;
944: FETCH c_get_attr INTO l_lot_rec;
945: CLOSE c_get_attr;
946:
947: INSERT INTO MTL_TRANSACTION_LOTS_TEMP (
948: transaction_temp_id,
949: lot_number,
950: primary_quantity,
951: transaction_quantity,