PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Processing XML file with Parent child layout

I have the following XML to process into PeopleSoft using Application Engine and File Layout, I am not able to make the delivered PeopleCode to work when you drag the File Layout to PeopleCode window, a file example is below




<INVOICE>

 <INVOICEHEADER>

  <INVOICEID>139774</INVOICEID>

  <COMPANYCODE>INTEGRIM</COMPANYCODE>

  <APPROVERS>

   <APPROVER>

    <APPROVERID>140329</APPROVERID>

   </APPROVER>

    <APPROVER>

    <APPROVERID>140330</APPROVERID>

   </APPROVER>

  </APPROVERS>

 </INVOICEHEADER>

 <BOOKLINES>

  <BOOKLINE>

   <BOOKLINEID>140064</BOOKLINEID>

   <GENERALLEDGERCODE>10143</GENERALLEDGERCODE>

  </BOOKLINE>

   <BOOKLINE>

   <BOOKLINEID>140065</BOOKLINEID>

   <GENERALLEDGERCODE>10144</GENERALLEDGERCODE>

  </BOOKLINE>

 </BOOKLINES>

</INVOICE>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center