create plsql program unit to update the DFF for Receivables invoice
Content
i have SOAP webservice used to update the DFF for Receivables invoice
<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/ xmlns:typ=http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/ xmlns:erp=http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/>
<soapenv:Header/>
<soapenv:Body>
<typ:updateDffEntityDetails>
<!--Optional:-->
<typ:operationMode>SINGLE</typ:operationMode>
<!--Optional:-->
<typ:object>
<!--Optional:-->
<erp:EntityName>Receivables Invoice</erp:EntityName>
<!--Optional:-->
<erp:ContextValue>#NULL</erp:ContextValue>
<!--Optional:-->
<erp:UserKeyA>488012</erp:UserKeyA>
<!--Optional:-->
<erp:UserKeyB>#NULL</erp:UserKeyB>
<!--Optional:-->
<erp:UserKeyC>#NULL</erp:UserKeyC>