You have inserted record in database with stored procedure, now in order to update records select data from the same procedure which you want as a information of XML file by giving ‘for xml data, elements’. Then u will get xml file as output.
now write another Stored procedure who has this xml data as a input parameter and update records according to it. Add a new SQL adapter to your Orch.
MAp the response of first SQL adapter to a request of another SQL adapter. It will work definitely.