select assessment_id from as_assessment_section_map where section_id = :section_id select latest_revision from cr_items where item_id = :assessment_id insert into as_assessment_section_map (select :new_assessment_id as assessment_id, section_id, feedback_text, max_time_to_complete, sort_order from as_assessment_section_map where assessment_id = :assessment_id) insert into category_object_map (select category_id, :to_id as object_id from category_object_map where object_id = :from_id)