Example Payloads: Project Resource Request

The example payloads in this topic demonstrate how to create, find, get, update, and delete process resource requests.

This example payload demonstrates how to create a project resource request. To create a resource request you must enter a valid Project ID and Resource ID.
Request------
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-36A2DDD3E556086B64149675128237320">
            <wsu:Created>2017-06-06T12:14:42.372Z</wsu:Created>
            <wsu:Expires>2017-06-06T12:15:42.372Z</wsu:Expires>
         </wsu:Timestamp>
         <wsu:Timestamp wsu:Id="TS-36A2DDD3E556086B64149675081626019">
            <wsu:Created>2017-06-06T12:06:56.260Z</wsu:Created>
            <wsu:Expires>2017-06-06T12:07:56.260Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-36A2DDD3E556086B64149675081118118">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">+UTIb9IUALXHcTfJJWiBfg==</wsse:Nonce>
            <wsu:Created>2017-06-06T12:06:51.181Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:createResourceRequest>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:RequestName>Request001</res:RequestName>
            <!--Optional:-->
            <res:RequestedFromDate>2016-06-06</res:RequestedFromDate>
            <!--Optional:-->
            <res:RequestedFinishDate>2016-06-30</res:RequestedFinishDate>
            <!--Optional:-->
            <res:StatusFlag/>
            <!--Optional:-->
            <res:ProjectId>300100059404242</res:ProjectId>
            <!--Optional:-->
            <res:ProjectNumber/>
            <!--Optional:-->
            <res:ProjectName/>
            <!--Optional:-->
            <res:UseProjectCalendarFlag/>
            <!--Optional:-->
            <res:HoursperDay/>
            <!--Optional:-->
            <res:RequesterId/>
            <!--Optional:-->
            <res:RequesterHCMPersonId/>
            <!--Optional:-->
            <res:RequesterDisplayName/>
            <!--Optional:-->
            <res:RequesterEmail/>
            <!--Optional:-->
            <res:SpecialInstructions/>
            <!--Optional:-->
            <res:StaffingRemarks/>
            <!--Optional:-->
            <res:ResourceId>300100024326422</res:ResourceId>
            <!--Optional:-->
            <res:ResourceHCMPersonId>300100024326422</res:ResourceHCMPersonId>
            <!--Optional:-->
            <res:ResourceDisplayName>?</res:ResourceDisplayName>
            <!--Optional:-->
            <res:ResourceEmail>?</res:ResourceEmail>
            <!--Optional:-->
            <res:Location>?</res:Location>
            <!--Optional:-->
            <res:ProjectRoleId>13</res:ProjectRoleId>
            <!--Optional:-->
            <res:ProjectRoleName/>
            <!--Optional:-->
            <res:AddRoleQualificationsFlag>false</res:AddRoleQualificationsFlag>
            <!--Optional:-->
            <res:StaffingOwnerId>300100024326422</res:StaffingOwnerId>
            <!--Optional:-->
            <res:StaffingOwnerHCMPersonId/>
            <!--Optional:-->
            <res:StaffingOwnerDisplayName/>
            <!--Optional:-->
            <res:StaffingOwnerEmail/>
            <!--Optional:-->
            <res:TargetCostRateAmount currencyCode="null"/>
            <!--Optional:-->
            <res:TargetBillRateAmount currencyCode="null"/>
            <!--Optional:-->
            <res:RequestedQuantity unitCode="NUMBER">3</res:RequestedQuantity>
            <!--Optional:-->
            <res:QuantityUnit>NUMBER</res:QuantityUnit>
            <!--Zero or more repetitions:-->
            <res:ResourceRequestQualificationsInput>
               <!--Optional:-->
               <res:Keyword>?</res:Keyword>
               <!--Optional:-->
               <res:QualificationId/>
               <!--Optional:-->
               <res:QualificationName/>
               <!--Optional:-->
               <res:ProficiencyLevelId/>
               <!--Optional:-->
               <res:ProficiencyLevel/>
               <!--Optional:-->
               <res:ReadingLanguageProficiencyLevelId/>
               <!--Optional:-->
               <res:ReadingLanguageProficiencyLevelName/>
               <!--Optional:-->
               <res:WritingLanguageProficiencyLevelId/>
               <!--Optional:-->
               <res:WritingLanguageProficiencyLevelName/>
               <!--Optional:-->
               <res:SpeakingLanguageProficiencyLevelId/>
               <!--Optional:-->
               <res:SpeakingLanguageProficiencyLevelName/>
            </res:ResourceRequestQualificationsInput>
         </typ:inputList>
      </typ:createResourceRequest>
   </soapenv:Body>
</soapenv:Envelope>


Response------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService//ProjectResourceRequestService/createResourceRequestResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:50bfc203-7c82-4699-b8b9-d31f904f0df0</wsa:MessageID>
      <wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsu:Timestamp wsu:Id="Timestamp-lNe3qU1AQXrrubqe2UUkow22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-06-06T12:14:29Z</wsu:Created>
            <wsu:Expires>2017-06-09T23:34:29Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:createResourceRequestResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
         <ns1:result xsi:type="ns0:ResourceRequestResponse" xmlns:ns1="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ResourceRequestId>300100076068773</ns0:ResourceRequestId>
            <ns0:StatusCode>PJR_RES_SRV_CREATE_PASS</ns0:StatusCode>
            <ns0:StatusMessage>The application created the project resource request Request001.</ns0:StatusMessage>
            <ns0:Status>SUCCESS</ns0:Status>
            <ns0:ResourceRequestErrorMessages>
               <ns0:ErrorCode>PJR_REQUEST_RES_IF_REQ_ONE</ns0:ErrorCode>
               <ns0:ErrorMessage>You can specify a requested resource only when you request a quantity of one resource. The application disregarded the requested resource.</ns0:ErrorMessage>
               <ns0:UserDetails xsi:nil="true"/>
            </ns0:ResourceRequestErrorMessages>
         </ns1:result>
      </ns0:createResourceRequestResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to find a request by name.
Request------
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-7BE170705E66E4B5F114969435410932">
            <wsu:Created>2017-06-08T17:39:01.093Z</wsu:Created>
            <wsu:Expires>2017-06-08T17:40:01.093Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-7BE170705E66E4B5F114969435389091">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">KDV2lAX6wVkbt5DZm74E9Q==</wsse:Nonce>
            <wsu:Created>2017-06-08T17:38:58.905Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:findRequestByName>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:ResourceRequestId></res:ResourceRequestId>
            <!--Optional:-->
            <res:RequestName>Resource_Req_01</res:RequestName>
            <!--Optional:-->
            <res:ProjectId></res:ProjectId>
            <!--Optional:-->
            <res:ProjectNumber></res:ProjectNumber>
            <!--Optional:-->
            <res:ProjectName></res:ProjectName>
         </typ:inputList>
      </typ:findRequestByName>
   </soapenv:Body>
</soapenv:Envelope>

Response------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService//ProjectResourceRequestService/findRequestByNameResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:f4600a43-7b73-499f-a404-301f337fe026</wsa:MessageID>
      <wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsu:Timestamp wsu:Id="Timestamp-uEKx6uTrElmumzQrFR01Fw22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-06-08T17:38:55Z</wsu:Created>
            <wsu:Expires>2017-06-12T04:58:55Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:findRequestByNameResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
         <ns1:result xsi:type="ns0:ReadResourceRequestOutput" xmlns:ns1="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:RowIdentifier>Resource_Req_01</ns0:RowIdentifier>
            <ns0:StatusCode>PJR_RES_SRV_READ_PASS</ns0:StatusCode>
            <ns0:StatusMessage>The application read the project resource request Resource_Req_01.</ns0:StatusMessage>
            <ns0:Status>SUCCESS</ns0:Status>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100025492388</ns0:ResourceRequestId>
               <ns0:Name>Resource_Req_01</ns0:Name>
               <ns0:RequestedStartDate>2013-03-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CLOSED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Resource Request #1 for Project_Vision_Corp (Role - Project_Manager).</ns0:SpecialInstructions>
               <ns0:StaffingRemarks>Resource Request #1 for Project_Vision_Corp (Role - Project_Manager).</ns0:StaffingRemarks>
               <ns0:ResourceId>300100024326428</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>300100017611714</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Carlos Diaz</ns0:ResourceName>
               <ns0:ResourceEmail>c.diaz@vision.com</ns0:ResourceEmail>
               <ns0:Location>New York</ns0:Location>
               <ns0:ProjectRoleId>300100024326383</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Senior_Project_Manager</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326655</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>29</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Carlton Baugh</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_carlton_baugh@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Carlton.Baugh</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-19T13:35:39.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Carlton.Baugh</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-19T13:39:37.791Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100025492388</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
         </ns1:result>
      </ns0:findRequestByNameResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to find a request by project. You can use either the Project ID or name to search for a request.
Request 1------
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-7BE170705E66E4B5F114969439590404">
            <wsu:Created>2017-06-08T17:45:59.040Z</wsu:Created>
            <wsu:Expires>2017-06-08T17:46:59.040Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-7BE170705E66E4B5F114969439565023">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">xr7EkRgNe6G/6MHpQUOmTA==</wsse:Nonce>
            <wsu:Created>2017-06-08T17:45:56.502Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:findRequestByProject>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:ProjectId>300100025404091</res:ProjectId>
            <!--Optional:-->
            <res:ProjectNumber/>
            <!--Optional:-->
            <res:ProjectName/>
            <!--Optional:-->
            <res:ResourceRequestStatus/>
            <!--Optional:-->
            <res:RequestedStartDate/>
            <!--Optional:-->
            <res:RequestedFinishDate/>
         </typ:inputList>
      </typ:findRequestByProject>
   </soapenv:Body>
</soapenv:Envelope>

Request 2------
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-7BE170705E66E4B5F114969439590404">
            <wsu:Created>2017-06-08T17:45:59.040Z</wsu:Created>
            <wsu:Expires>2017-06-08T17:46:59.040Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-7BE170705E66E4B5F114969439565023">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">xr7EkRgNe6G/6MHpQUOmTA==</wsse:Nonce>
            <wsu:Created>2017-06-08T17:45:56.502Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:findRequestByProject>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:ProjectId></res:ProjectId>
            <!--Optional:-->
            <res:ProjectNumber/>
            <!--Optional:-->
            <res:ProjectName>Project_Vision_Corp</res:ProjectName>
            <!--Optional:-->
            <res:ResourceRequestStatus/>
            <!--Optional:-->
            <res:RequestedStartDate/>
            <!--Optional:-->
            <res:RequestedFinishDate/>
         </typ:inputList>
      </typ:findRequestByProject>
   </soapenv:Body>
</soapenv:Envelope>

Response------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService//ProjectResourceRequestService/findRequestByProjectResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:34cfca50-aef8-4c22-9d22-8f7e28900d2c</wsa:MessageID>
      <wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsu:Timestamp wsu:Id="Timestamp-Fm6ltbimqkhw08l2kMODIA22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-06-08T17:41:14Z</wsu:Created>
            <wsu:Expires>2017-06-12T05:01:14Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:findRequestByProjectResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
         <ns1:result xsi:type="ns0:ReadResourceRequestOutput" xmlns:ns1="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:RowIdentifier>300100025404091</ns0:RowIdentifier>
            <ns0:StatusCode>PJR_RES_SRV_PROJ_READ_PASS</ns0:StatusCode>
            <ns0:StatusMessage>The application read project resource requests for project Project_Vision_Corp.</ns0:StatusMessage>
            <ns0:Status>SUCCESS</ns0:Status>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100031832074</ns0:ResourceRequestId>
               <ns0:Name>Resource_Req_Update2</ns0:Name>
               <ns0:RequestedStartDate>2014-03-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2014-04-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CLOSED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>false</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>2</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Rel8 features</ns0:SpecialInstructions>
               <ns0:StaffingRemarks>Rel8 features</ns0:StaffingRemarks>
               <ns0:ResourceId>300100025504853</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>100000008153780</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Clare Furey</ns0:ResourceName>
               <ns0:ResourceEmail>c.furey@vision.com</ns0:ResourceEmail>
               <ns0:Location>San Jose, CA</ns0:Location>
               <ns0:ProjectRoleId>300100024326417</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Resource_Manager (2)</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326751</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>100010032550827</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Devon Smith</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_wf_in_grp@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">210</ns0:TargetCostRateAmount>
               <ns0:TargetBillRateAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">200</ns0:TargetBillRateAmount>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-12-20T17:08:38.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-12-20T17:12:48.154Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100031832074</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_Update2</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100031832092</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>11015</ns0:QualificationId>
                  <ns0:QualificationName>Institute of Directors</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-12-20T17:09:25.747Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-12-20T17:09:46.137Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100031832074</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_Update2</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100031832091</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>109000019</ns0:QualificationId>
                  <ns0:QualificationName>French</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId>8001</ns0:ReadingLanguageProficiencyLevelId>
                  <ns0:ReadingLanguageProficiencyLevelName>Low</ns0:ReadingLanguageProficiencyLevelName>
                  <ns0:WritingLanguageProficiencyLevelId>8001</ns0:WritingLanguageProficiencyLevelId>
                  <ns0:WritingLanguageProficiencyLevelName>Low</ns0:WritingLanguageProficiencyLevelName>
                  <ns0:SpeakingLanguageProficiencyLevelId>8001</ns0:SpeakingLanguageProficiencyLevelId>
                  <ns0:SpeakingLanguageProficiencyLevelName>Low</ns0:SpeakingLanguageProficiencyLevelName>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-12-20T17:09:25.744Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-12-20T17:09:46.137Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100031832074</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_Update2</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100031832090</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>10808</ns0:QualificationId>
                  <ns0:QualificationName>Honorary Doctorate Degree</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-12-20T17:09:25.741Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-12-20T17:09:46.136Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100031832074</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_Update2</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100031832089</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>10336</ns0:QualificationId>
                  <ns0:QualificationName>Safety Recognition Program</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-12-20T17:09:25.739Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-12-20T17:09:46.134Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100031832074</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100025841531</ns0:ResourceRequestId>
               <ns0:Name>zBIQA_Rel8_RR10_3</ns0:Name>
               <ns0:RequestedStartDate>2013-10-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>OPEN</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Resource Request #3 for Project_Vision_Corp (Project Role - Project Team Member)</ns0:SpecialInstructions>
               <ns0:StaffingRemarks>Resource Request #3 for Project_Vision_Corp (Project Role - Project Team Member)</ns0:StaffingRemarks>
               <ns0:ResourceId>300100026790600</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>299</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>William Paul</ns0:ResourceName>
               <ns0:ResourceEmail>paul.william@oracle.com</ns0:ResourceEmail>
               <ns0:Location>San Francisco</ns0:Location>
               <ns0:ProjectRoleId>13</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Team Member</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326751</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>100010032550827</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Devon Smith</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_wf_in_grp@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-20T12:05:53.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Carlton.Baugh</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-22T14:37:44.0Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100025841531</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100025504830</ns0:ResourceRequestId>
               <ns0:Name>Resource_Req_02</ns0:Name>
               <ns0:RequestedStartDate>2014-01-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-01-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CLOSED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Resource Request #2 for Project_Vision_Corp (Role - zBIQA_Rel8_Role4).</ns0:SpecialInstructions>
               <ns0:StaffingRemarks>Resource Request #2 for Project_Vision_Corp (Role - zBIQA_Rel8_Role4).</ns0:StaffingRemarks>
               <ns0:ResourceId>300100025504853</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>100000008153780</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Clare Furey</ns0:ResourceName>
               <ns0:ResourceEmail>c.furey@vision.com</ns0:ResourceEmail>
               <ns0:Location>San Francisco</ns0:Location>
               <ns0:ProjectRoleId>300100024326414</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>zBIQA_Rel8_Role4 (2)</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326751</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>100010032550827</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Devon Smith</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_wf_in_grp@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-19T14:31:29.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-19T14:45:21.866Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100025504830</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_02</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100025504832</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>10801</ns0:QualificationId>
                  <ns0:QualificationName>Board of Directors Appointment</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-08-19T14:32:23.161Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-08-19T14:32:23.167Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100025504830</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_02</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100025504831</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>11004</ns0:QualificationId>
                  <ns0:QualificationName>American Marketing Association</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-08-19T14:32:23.159Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-08-19T14:32:23.162Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100025504830</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100025520447</ns0:ResourceRequestId>
               <ns0:Name>300100025520447</ns0:Name>
               <ns0:RequestedStartDate>2014-01-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-01-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>REJECTED_ADJUST</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions xsi:nil="true"/>
               <ns0:StaffingRemarks xsi:nil="true"/>
               <ns0:ResourceId>300100025504853</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>100000008153780</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Clare Furey</ns0:ResourceName>
               <ns0:ResourceEmail>c.furey@vision.com</ns0:ResourceEmail>
               <ns0:Location>San Francisco</ns0:Location>
               <ns0:ProjectRoleId>300100024326414</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>zBIQA_Rel8_Role4 (2)</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326751</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>100010032550827</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Devon Smith</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_wf_in_grp@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-19T14:54:09.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-19T14:56:57.047Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100025520447</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100031604182</ns0:ResourceRequestId>
               <ns0:Name>300100031604182</ns0:Name>
               <ns0:RequestedStartDate>2015-01-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>PENDING_ADJUST</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>false</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>3</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions xsi:nil="true"/>
               <ns0:StaffingRemarks xsi:nil="true"/>
               <ns0:ResourceId>300100024326426</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>100010032550926</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Ellis Gibson</ns0:ResourceName>
               <ns0:ResourceEmail>ellis.gibson@vision.com</ns0:ResourceEmail>
               <ns0:Location>Fremont, CA</ns0:Location>
               <ns0:ProjectRoleId>300100024326360</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Project_Team_Member</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326751</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>100010032550827</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Devon Smith</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_wf_in_grp@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-12-20T15:03:14.698Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-12-20T15:03:36.114Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100031604182</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100025494896</ns0:ResourceRequestId>
               <ns0:Name>300100025494896</ns0:Name>
               <ns0:RequestedStartDate>2013-03-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CANCELED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions xsi:nil="true"/>
               <ns0:StaffingRemarks xsi:nil="true"/>
               <ns0:ResourceId>300100024326428</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>300100017611714</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Carlos Diaz</ns0:ResourceName>
               <ns0:ResourceEmail>c.diaz@vision.com</ns0:ResourceEmail>
               <ns0:Location>New York</ns0:Location>
               <ns0:ProjectRoleId>300100024326383</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Senior_Project_Manager</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326655</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>29</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Carlton Baugh</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_carlton_baugh@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Carlton.Baugh</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-19T13:40:23.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Carlton.Baugh</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-19T13:55:06.011Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100025494896</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100025492388</ns0:ResourceRequestId>
               <ns0:Name>Resource_Req_01</ns0:Name>
               <ns0:RequestedStartDate>2013-03-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CLOSED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Resource Request #1 for Project_Vision_Corp (Role - Project_Manager).</ns0:SpecialInstructions>
               <ns0:StaffingRemarks>Resource Request #1 for Project_Vision_Corp (Role - Project_Manager).</ns0:StaffingRemarks>
               <ns0:ResourceId>300100024326428</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>300100017611714</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Carlos Diaz</ns0:ResourceName>
               <ns0:ResourceEmail>c.diaz@vision.com</ns0:ResourceEmail>
               <ns0:Location>New York</ns0:Location>
               <ns0:ProjectRoleId>300100024326383</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Senior_Project_Manager</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326655</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>29</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Carlton Baugh</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_carlton_baugh@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Carlton.Baugh</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-19T13:35:39.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Carlton.Baugh</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-19T13:39:37.791Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100025492388</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100026785663</ns0:ResourceRequestId>
               <ns0:Name>300100026785663</ns0:Name>
               <ns0:RequestedStartDate>2013-10-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CANCELED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions xsi:nil="true"/>
               <ns0:StaffingRemarks xsi:nil="true"/>
               <ns0:ResourceId>300100025504859</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>300100007741638</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Emily Thorn</ns0:ResourceName>
               <ns0:ResourceEmail>emily.thorn@vision.com</ns0:ResourceEmail>
               <ns0:Location>Los Angeles</ns0:Location>
               <ns0:ProjectRoleId>300100024326383</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Senior_Project_Manager</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326655</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>29</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Carlton Baugh</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_carlton_baugh@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Carlton.Baugh</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-21T17:16:54.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Carlton.Baugh</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-21T17:17:27.723Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100026785663</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100026767851</ns0:ResourceRequestId>
               <ns0:Name>zBIQA_Rel8_RR10_4</ns0:Name>
               <ns0:RequestedStartDate>2013-10-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CLOSED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Resource Request #4 for Project zBIQA_Rel8_RR10.</ns0:SpecialInstructions>
               <ns0:StaffingRemarks xsi:nil="true"/>
               <ns0:ResourceId>300100025504859</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>300100007741638</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Emily Thorn</ns0:ResourceName>
               <ns0:ResourceEmail>emily.thorn@vision.com</ns0:ResourceEmail>
               <ns0:Location>Los Angeles</ns0:Location>
               <ns0:ProjectRoleId>300100024326383</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Senior_Project_Manager</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326655</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>29</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Carlton Baugh</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_carlton_baugh@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-21T17:01:00.659Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Carlton.Baugh</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-21T17:15:55.546Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100026767851</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100026767840</ns0:ResourceRequestId>
               <ns0:Name>Resource_Req_03</ns0:Name>
               <ns0:RequestedStartDate>2013-03-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CANCELED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Project Resource Request #2 for Project_Vision_Corp.</ns0:SpecialInstructions>
               <ns0:StaffingRemarks xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:ResourceHCMPersonId xsi:nil="true"/>
               <ns0:ResourceName xsi:nil="true"/>
               <ns0:ResourceEmail xsi:nil="true"/>
               <ns0:Location>Seattle</ns0:Location>
               <ns0:ProjectRoleId>300100024326385</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>zBIQA_Rel8_Role3 (2)</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326655</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>29</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Carlton Baugh</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_carlton_baugh@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount xsi:nil="true"/>
               <ns0:TargetBillRateAmount xsi:nil="true"/>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-08-21T16:59:03.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-08-21T17:00:31.291Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100026767840</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_03</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100026767850</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>300100007701738</ns0:QualificationId>
                  <ns0:QualificationName>Business Intelligence Reporting</ns0:QualificationName>
                  <ns0:ProficiencyLevelId>5004</ns0:ProficiencyLevelId>
                  <ns0:ProficiencyLevel>Advanced</ns0:ProficiencyLevel>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-08-21T16:59:32.143Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-08-21T16:59:32.163Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100026767840</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_03</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100026767849</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>300100007701634</ns0:QualificationId>
                  <ns0:QualificationName>Oracle 11g Database</ns0:QualificationName>
                  <ns0:ProficiencyLevelId>5005</ns0:ProficiencyLevelId>
                  <ns0:ProficiencyLevel>Expert</ns0:ProficiencyLevel>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-08-21T16:59:32.141Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-08-21T16:59:32.163Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100026767840</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_03</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100026767848</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>10403</ns0:QualificationId>
                  <ns0:QualificationName>Decision Making</ns0:QualificationName>
                  <ns0:ProficiencyLevelId>5003</ns0:ProficiencyLevelId>
                  <ns0:ProficiencyLevel>Skilled</ns0:ProficiencyLevel>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-08-21T16:59:32.139Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-08-21T16:59:32.162Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100026767840</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_03</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100026767847</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>10612</ns0:QualificationId>
                  <ns0:QualificationName>Bachelor of Science</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-08-21T16:59:32.137Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-08-21T16:59:32.162Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100026767840</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_03</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100026767846</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>109000048</ns0:QualificationId>
                  <ns0:QualificationName>Spanish</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId>8002</ns0:ReadingLanguageProficiencyLevelId>
                  <ns0:ReadingLanguageProficiencyLevelName>Moderate</ns0:ReadingLanguageProficiencyLevelName>
                  <ns0:WritingLanguageProficiencyLevelId>8002</ns0:WritingLanguageProficiencyLevelId>
                  <ns0:WritingLanguageProficiencyLevelName>Moderate</ns0:WritingLanguageProficiencyLevelName>
                  <ns0:SpeakingLanguageProficiencyLevelId>8002</ns0:SpeakingLanguageProficiencyLevelId>
                  <ns0:SpeakingLanguageProficiencyLevelName>Moderate</ns0:SpeakingLanguageProficiencyLevelName>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-08-21T16:59:32.135Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-08-21T16:59:32.161Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100026767840</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100031603798</ns0:ResourceRequestId>
               <ns0:Name>Resource_Req_Update1</ns0:Name>
               <ns0:RequestedStartDate>2014-03-01</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2015-03-01</ns0:RequestedFinishDate>
               <ns0:StatusCode>CLOSED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>false</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>3</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions xsi:nil="true"/>
               <ns0:StaffingRemarks xsi:nil="true"/>
               <ns0:ResourceId>300100024326426</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>100010032550926</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Ellis Gibson</ns0:ResourceName>
               <ns0:ResourceEmail>ellis.gibson@vision.com</ns0:ResourceEmail>
               <ns0:Location>Fremont, CA</ns0:Location>
               <ns0:ProjectRoleId>300100024326360</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Project_Team_Member</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326751</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>100010032550827</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Devon Smith</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_wf_in_grp@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">39</ns0:TargetCostRateAmount>
               <ns0:TargetBillRateAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">49</ns0:TargetBillRateAmount>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-12-20T14:47:24.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-12-20T15:01:01.312Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100031603798</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_Update1</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100031603802</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>300100007701614</ns0:QualificationId>
                  <ns0:QualificationName>JavaScript</ns0:QualificationName>
                  <ns0:ProficiencyLevelId xsi:nil="true"/>
                  <ns0:ProficiencyLevel xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-12-20T14:48:29.815Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-12-20T14:48:57.291Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRequestDetailInfo>
                  <ns0:ResourceRequestId>300100031603798</ns0:ResourceRequestId>
                  <ns0:RequestName>Resource_Req_Update1</ns0:RequestName>
                  <ns0:ResourceRequestDetailId>300100031603801</ns0:ResourceRequestDetailId>
                  <ns0:Keyword xsi:nil="true"/>
                  <ns0:QualificationId>10405</ns0:QualificationId>
                  <ns0:QualificationName>Customer Focus</ns0:QualificationName>
                  <ns0:ProficiencyLevelId>5005</ns0:ProficiencyLevelId>
                  <ns0:ProficiencyLevel>Expert</ns0:ProficiencyLevel>
                  <ns0:ReadingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:ReadingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:WritingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelId xsi:nil="true"/>
                  <ns0:SpeakingLanguageProficiencyLevelName xsi:nil="true"/>
                  <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
                  <ns0:CreationDate>2013-12-20T14:48:29.813Z</ns0:CreationDate>
                  <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
                  <ns0:LastUpdateDate>2013-12-20T14:48:57.284Z</ns0:LastUpdateDate>
               </ns0:ResourceRequestDetailInfo>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100031603798</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
            <ns0:ResourceRequestInfo xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns1="http://xmlns.oracle.com/apps/flex/projects/resourceManagement/request/model/resourceRequestDFF/">
               <ns0:ResourceRequestId>300100031832093</ns0:ResourceRequestId>
               <ns0:Name>Resource_Req_Update3</ns0:Name>
               <ns0:RequestedStartDate>2014-05-19</ns0:RequestedStartDate>
               <ns0:RequestedFinishDate>2014-07-09</ns0:RequestedFinishDate>
               <ns0:StatusCode>CLOSED</ns0:StatusCode>
               <ns0:ProjectId>300100025404091</ns0:ProjectId>
               <ns0:ProjectNumber>300100025404091</ns0:ProjectNumber>
               <ns0:ProjectName>Project_Vision_Corp</ns0:ProjectName>
               <ns0:UseProjectCalendarFlag>true</ns0:UseProjectCalendarFlag>
               <ns0:HoursperDay>0</ns0:HoursperDay>
               <ns0:RequesterId>300100024326751</ns0:RequesterId>
               <ns0:RequesterHCMPersonId>100010032550827</ns0:RequesterHCMPersonId>
               <ns0:RequesterName>Devon Smith</ns0:RequesterName>
               <ns0:RequesterEmail>prj_wf_in_grp@vision.com</ns0:RequesterEmail>
               <ns0:SpecialInstructions>Rel8 features</ns0:SpecialInstructions>
               <ns0:StaffingRemarks>Rel8 features</ns0:StaffingRemarks>
               <ns0:ResourceId>300100024326428</ns0:ResourceId>
               <ns0:ResourceHCMPersonId>300100017611714</ns0:ResourceHCMPersonId>
               <ns0:ResourceName>Carlos Diaz</ns0:ResourceName>
               <ns0:ResourceEmail>c.diaz@vision.com</ns0:ResourceEmail>
               <ns0:Location>San Jose, CA</ns0:Location>
               <ns0:ProjectRoleId>300100024326383</ns0:ProjectRoleId>
               <ns0:ProjectRoleName>Senior_Project_Manager</ns0:ProjectRoleName>
               <ns0:StaffingOwnerId>300100024326751</ns0:StaffingOwnerId>
               <ns0:StaffingOwnerHCMPersonId>100010032550827</ns0:StaffingOwnerHCMPersonId>
               <ns0:StaffingOwnerName>Devon Smith</ns0:StaffingOwnerName>
               <ns0:StaffingOwnerEmail>prj_wf_in_grp@vision.com</ns0:StaffingOwnerEmail>
               <ns0:TargetCostRateAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">95</ns0:TargetCostRateAmount>
               <ns0:TargetBillRateAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">96</ns0:TargetBillRateAmount>
               <ns0:CreatedBy>Devon.Smith</ns0:CreatedBy>
               <ns0:CreationDate>2013-12-20T17:10:15.0Z</ns0:CreationDate>
               <ns0:LastUpdatedBy>Devon.Smith</ns0:LastUpdatedBy>
               <ns0:LastUpdateDate>2013-12-20T17:13:55.975Z</ns0:LastUpdateDate>
               <ns0:RequestedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">1</ns0:RequestedQuantity>
               <ns0:RemainingQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingQuantity>
               <ns0:ProposedQuantity unitCode="NUMBER" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:QuantityUnit>NUMBER</ns0:QuantityUnit>
               <ns0:ResourceRrequestDFFServiceVL>
                  <ns1:ResourceRequestId>300100031832093</ns1:ResourceRequestId>
                  <ns1:testdff xsi:nil="true"/>
                  <ns1:__FLEX_Context xsi:nil="true"/>
                  <ns1:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns1:_FLEX_NumOfSegments>1</ns1:_FLEX_NumOfSegments>
               </ns0:ResourceRrequestDFFServiceVL>
            </ns0:ResourceRequestInfo>
         </ns1:result>
      </ns0:findRequestByProjectResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to get the time of the last service update.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-36A2DDD3E556086B64149682491770826">
            <wsu:Created>2017-06-07T08:41:57.707Z</wsu:Created>
            <wsu:Expires>2017-06-07T08:42:57.707Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-36A2DDD3E556086B64149682491588525">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">pSiLF79pelLngbfW4A1YeA==</wsse:Nonce>
            <wsu:Created>2017-06-07T08:41:55.885Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:getServiceLastUpdateTime/>
   </soapenv:Body>
</soapenv:Envelope>

Response

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService//ProjectResourceRequestService/getServiceLastUpdateTimeResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:112fab6e-d9cd-4b8e-8fda-ac9c22a95495</wsa:MessageID>
      <wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsu:Timestamp wsu:Id="Timestamp-YLriyCHEcBy0bUAgKP5u6Q22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-06-07T08:41:43Z</wsu:Created>
            <wsu:Expires>2017-06-10T20:01:43Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:getServiceLastUpdateTimeResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
         <result xmlns="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">2017-03-30T23:01:12.0+05:30</result>
      </ns0:getServiceLastUpdateTimeResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to update project resource request details. The application creates a record and generates a valid Resource Request ID.
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-36A2DDD3E556086B64149675175299422">
            <wsu:Created>2017-06-06T12:22:32.993Z</wsu:Created>
            <wsu:Expires>2017-06-06T12:23:32.993Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-36A2DDD3E556086B64149675174975521">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">OeRAz2Li0CIl2tzSSoDang==</wsse:Nonce>
            <wsu:Created>2017-06-06T12:22:29.755Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:updateProjectResourceRequestDetails>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:ResourceRequestId>300100076068773</res:ResourceRequestId>
            <!--Optional:-->
            <res:Name>Request002</res:Name>
            <!--Optional:-->
            <res:RequestedFromDate/>
            <!--Optional:-->
            <res:RequestedFinishDate/>
            <!--Optional:-->
            <res:SpecialInstructions/>
            <!--Optional:-->
            <res:StaffingRemarks/>
            <!--Optional:-->
            <res:Location/>
            <!--Optional:-->
            <res:ResourceId/>
            <!--Optional:-->
            <res:ResourceHCMPersonId/>
            <!--Optional:-->
            <res:ResourceDisplayName/>
            <!--Optional:-->
            <res:ResourceEmail/>
            <!--Optional:-->
            <res:AddRoleQualificationsFlag/>
            <!--Optional:-->
            <res:StaffingOwnerId/>
            <!--Optional:-->
            <res:StaffingOwnerHCMPersonId/>
            <!--Optional:-->
            <res:StaffingOwnerDisplayName/>
            <!--Optional:-->
            <res:StaffingOwnerEmail/>
            <!--Optional:-->
            <res:RequesterId/>
            <!--Optional:-->
            <res:RequesterHCMPersonId/>
            <!--Optional:-->
            <res:RequesterDisplayName/>
            <!--Optional:-->
            <res:RequesterEmail/>
            <!--Optional:-->
            <res:ProjectId/>
            <!--Optional:-->
            <res:ProjectNumber/>
            <!--Optional:-->
            <res:ProjectName/>
            <!--Optional:-->
            <res:UseProjectCalendarFlag/>
            <!--Optional:-->
            <res:HoursperDay/>
            <!--Optional:-->
            <res:ProjectRoleId/>
            <!--Optional:-->
            <res:ProjectRoleName/>
            <!--Optional:-->
            <res:TargetCostRateAmount currencyCode="?"/>
            <!--Optional:-->
            <res:TargetBillRateAmount currencyCode="?"/>
            <!--Optional:-->
            <res:RequestedQuantity unitCode="?"/>
            <!--Optional:-->
            <res:QuantityUnit></res:QuantityUnit>
            <!--Zero or more repetitions:-->
            <res:ResourceRequestQualificationsInput>
               <!--Optional:-->
               <res:Keyword/>
               <!--Optional:-->
               <res:QualificationId/>
               <!--Optional:-->
               <res:QualificationName/>
               <!--Optional:-->
               <res:ProficiencyLevelId/>
               <!--Optional:-->
               <res:ProficiencyLevel/>
               <!--Optional:-->
               <res:ReadingLanguageProficiencyLevelId/>
               <!--Optional:-->
               <res:ReadingLanguageProficiencyLevelName/>
               <!--Optional:-->
               <res:WritingLanguageProficiencyLevelId/>
               <!--Optional:-->
               <res:WritingLanguageProficiencyLevelName/>
               <!--Optional:-->
               <res:SpeakingLanguageProficiencyLevelId/>
               <!--Optional:-->
               <res:SpeakingLanguageProficiencyLevelName/>
            </res:ResourceRequestQualificationsInput>
         </typ:inputList>
      </typ:updateProjectResourceRequestDetails>
   </soapenv:Body>
</soapenv:Envelope>
----------------------------------------
Response


<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService//ProjectResourceRequestService/updateProjectResourceRequestDetailsResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:83fccb1d-e460-4456-873c-659b5d59c8e3</wsa:MessageID>
      <wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsu:Timestamp wsu:Id="Timestamp-4f4IWQ1yTfOQRrw3MroM3g22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-06-06T12:22:44Z</wsu:Created>
            <wsu:Expires>2017-06-09T23:42:44Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:updateProjectResourceRequestDetailsResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
         <ns1:result xsi:type="ns0:ResourceRequestResponse" xmlns:ns1="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ResourceRequestId>300100076068773</ns0:ResourceRequestId>
            <ns0:StatusCode>PJR_REQ_SRV_UP_DET_PASS</ns0:StatusCode>
            <ns0:StatusMessage>The application updated project resource request Request002.</ns0:StatusMessage>
            <ns0:Status>SUCCESS</ns0:Status>
         </ns1:result>
      </ns0:updateProjectResourceRequestDetailsResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to update project resource request status. The application creates a record and generates a valid Resource Request ID.
Request------
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-36A2DDD3E556086B64149682474525024">
            <wsu:Created>2017-06-07T08:39:05.250Z</wsu:Created>
            <wsu:Expires>2017-06-07T08:40:05.250Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-36A2DDD3E556086B64149682474267323">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">uJE+AT3/oRHoDuSo1vKRHg==</wsse:Nonce>
            <wsu:Created>2017-06-07T08:39:02.673Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:updateProjectResourceRequestStatus>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:ProjectId/>
            <!--Optional:-->
            <res:ProjectNumber/>
            <!--Optional:-->
            <res:ProjectName/>
            <!--Optional:-->
            <res:ResourceRequestId>300100076068773</res:ResourceRequestId>
            <!--Optional:-->
            <res:ProjectResourceRequestStatusCode>CANCELED</res:ProjectResourceRequestStatusCode>
            <!--Optional:-->
            <res:CancellationReason>testing</res:CancellationReason>
            <!--Optional:-->
            <res:StaffingRemarks/>
         </typ:inputList>
      </typ:updateProjectResourceRequestStatus>
   </soapenv:Body>
</soapenv:Envelope>

Response------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService//ProjectResourceRequestService/updateProjectResourceRequestStatusResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:9f7edf2f-8b45-4b9e-998b-ace103006e76</wsa:MessageID>
      <wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsu:Timestamp wsu:Id="Timestamp-BnJIYtBtUvQZQTWK6CGgBg22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-06-07T08:39:18Z</wsu:Created>
            <wsu:Expires>2017-06-10T19:59:18Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:updateProjectResourceRequestStatusResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
         <ns1:result xsi:type="ns0:UpdateProjectResourceRequestStatusResponse" xmlns:ns1="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:RowIdentifier>Request002</ns0:RowIdentifier>
            <ns0:StatusCode>PJR_REQ_SRV_UP_DET_PASS</ns0:StatusCode>
            <ns0:StatusMessage>The application updated project resource request Request002.</ns0:StatusMessage>
            <ns0:Status>SUCCESS</ns0:Status>
         </ns1:result>
      </ns0:updateProjectResourceRequestStatusResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to delete resource request by project. To delete a resource request you must enter a valid Project ID.
Request------
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-36A2DDD3E556086B64149675013771313">
            <wsu:Created>2017-06-06T11:55:37.713Z</wsu:Created>
            <wsu:Expires>2017-06-06T11:56:37.713Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-36A2DDD3E556086B64149675013489912">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">NVhefO3H0xXYfI/7bDrp5A==</wsse:Nonce>
            <wsu:Created>2017-06-06T11:55:34.899Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:deleteRequestByProject>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:ProjectId>300100025404091</res:ProjectId>
            <!--Optional:-->
            <res:ProjectNumber></res:ProjectNumber>
            <!--Optional:-->
            <res:ProjectName></res:ProjectName>
         </typ:inputList>
      </typ:deleteRequestByProject>
   </soapenv:Body>
</soapenv:Envelope>


Response------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService//ProjectResourceRequestService/deleteRequestByProjectResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:4743f840-8c42-4d0b-9b9b-8d558e8b7215</wsa:MessageID>
      <wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <wsu:Timestamp wsu:Id="Timestamp-P1ylvBjcFP2V0Wqxhfb18g22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-06-06T11:56:35Z</wsu:Created>
            <wsu:Expires>2017-06-09T23:16:35Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:deleteRequestByProjectResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
         <ns1:result xsi:type="ns0:DeleteProjectResourceRequestResponse" xmlns:ns1="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:RowIdentifier>300100025404091</ns0:RowIdentifier>
            <ns0:StatusCode>PJR_REQ_SER_PROJ_DEL_PASS</ns0:StatusCode>
            <ns0:StatusMessage>The application deleted project resource requests for project Project_Vision_Corp.</ns0:StatusMessage>
            <ns0:Status>SUCCESS</ns0:Status>
            <ns0:ResourceRequestErrorMessages>
               <ns0:ErrorCode>PJR_REQ_SERV_DEL_STATUS_PRJ</ns0:ErrorCode>
               <ns0:ErrorMessage>Project resource requests with an eligible status were deleted for project Project_Vision_Corp, but one or more requests are not eligible to delete.</ns0:ErrorMessage>
               <ns0:UserDetails>You can delete only draft, open, or canceled project resource requests.</ns0:UserDetails>
            </ns0:ResourceRequestErrorMessages>
         </ns1:result>
      </ns0:deleteRequestByProjectResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to delete resource request by request. The application creates a record and generates a valid Resource Request ID.
<soapenv:Envelope xmlns:res="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/resourceManagement/request/resourceRequestPublicService/types/">
   <soapenv:Header>
      <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsu:Timestamp wsu:Id="TS-36A2DDD3E556086B64149674994612411">
            <wsu:Created>2017-06-06T11:52:26.123Z</wsu:Created>
            <wsu:Expires>2017-06-06T11:53:26.123Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-36A2DDD3E556086B64149674994323510">
            <wsse:Username>carlton.baugh</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Welcome0</wsse:Password>
            <wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">xC8jy5SFEaYR2n//8QO9hg==</wsse:Nonce>
            <wsu:Created>2017-06-06T11:52:23.234Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:deleteByRequest>
         <!--Zero or more repetitions:-->
         <typ:inputList>
            <!--Optional:-->
            <res:ResourceRequestId>300100025841650</res:ResourceRequestId>
         </typ:inputList>
      </typ:deleteByRequest>
   </soapenv:Body>
</soapenv:Envelope>