426: select fm_serial_number
427: bulk collect into l_serialNumTbl
428: from mtl_serial_numbers_temp
429: where transaction_temp_id = (select serial_transaction_temp_id
430: from mtl_transaction_lots_temp
431: where transaction_temp_id = p_compRec.txnTmpID);
432: end if;
433:
434: --We are inside the serial number loop, hence obj_type will be 3