Simple Amend with multiple Selection Criteria

On the 'A' Ledger, amend the existing Analysis Code 3 from P022 to P002 on all transactions for Journal Number 2

<?xml version="1.0" encoding="UTF-8"?>
<SSC>
   <User>
      <Name>PKP</Name>
   </User>
   <SunSystemsContext>
      <BusinessUnit>PKP</BusinessUnit>
      <BudgetCode>A</BudgetCode>  
   </SunSystemsContext>
   <Payload>
      <LedgerUpdate>
         <AnalysisCode3>P022</AnalysisCode3>
         <JournalNumber>2</JournalNumber>
         <Actions>
            <AnalysisCode3>P002</AnalysisCode3>
         </Actions>
      </LedgerUpdate>
   </Payload>
</SSC>