Try this in the post query trigger of your temp block.

IF get_application_property (current_form_name) = :TEMP.NAME then
:TEMP.RUN_DATE := SYSDATE;
END IF;