Example Payloads: Project Workplan Version 2

The example payloads in this topic demonstrate how to create a project plan, update a plan, find a project plan, find a plan using Project Name and Project ID, find a project, find a project using Project ID, and get project exceptions.

This example payload demonstrates how to create a project plan. You can use this operation to create a project plan with tasks, resources, and opportunities.
<!--Request-->
<soap:Envelope xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Header>
      <wsse:Security soap: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-5FEF50D1C45C4BEB3715089295687544">
            <wsu:Created>2017-10-25T11:06:08.754Z</wsu:Created>
            <wsu:Expires>2017-10-25T11:07:08.754Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-5FEF50D1C45C4BEB3715089295655993">
            <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">prSsc/5joG1uLFwcXoiUHg==</wsse:Nonce>
            <wsu:Created>2017-10-25T11:06:05.599Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soap:Header>
   <soap:Body>
      <ns1:createProjectPlan>
         <ns1:projectPlanRow>
            <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            <!--Unique-->
            <ns2:Name>Project_Vision_Corp</ns2:Name>
            <!--Unique-->
            <ns2:StartDate>2011-04-13+05:30</ns2:StartDate>
            <ns2:CompletionDate>2011-06-13+05:30</ns2:CompletionDate>
            <ns2:ScheduleId>300100010293735</ns2:ScheduleId>
            <ns2:HoursPerDay>8</ns2:HoursPerDay>
            <ns2:EffortUnit>Hours</ns2:EffortUnit>
            <ns2:ProjectManagerEmailId>prj_wf_in_grp@vision.com</ns2:ProjectManagerEmailId>
            <ns2:NumberAttr02>23</ns2:NumberAttr02>
            <ns2:TextAttr02>Project Code Test</ns2:TextAttr02>
            <ns2:ProjectCode02>Engineering</ns2:ProjectCode02>
            <ns2:ProjectTask>
               <ns2:Name>T1</ns2:Name>
               <ns2:PercentComplete>50</ns2:PercentComplete>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:Quantity unitCode="Hours">0</ns2:Quantity>
               <ns2:StartDate>2011-06-13+05:30</ns2:StartDate>
               <ns2:FinishDate>2011-06-14+05:30</ns2:FinishDate>
               <ns2:Duration>1</ns2:Duration>
               <ns2:TaskSequence>2</ns2:TaskSequence>
               <ns2:ExternalId>201701252</ns2:ExternalId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
               <ns2:ResourceAllocationPercent>80</ns2:ResourceAllocationPercent>
               <ns2:ResourceEmailId>prj_john_gorman_in_grp@vision.com</ns2:ResourceEmailId>
               <ns2:ExpenseResources>
                  <ns2:ExpenseResourceName>Breakfast</ns2:ExpenseResourceName>
                  <ns2:TaskExternalId>201701252</ns2:TaskExternalId>
                  <ns2:TaskNumber>T2</ns2:TaskNumber>
                  <ns2:ExpensePlannedCostAmount currencyCode="USD">300</ns2:ExpensePlannedCostAmount>
               </ns2:ExpenseResources>
               <ns2:CustomFields>
                  <ns2:CustomFieldValue>Dev.</ns2:CustomFieldValue>
                  <ns2:ExternalId>201701252</ns2:ExternalId>
                  <ns2:InternalNumber>T2</ns2:InternalNumber>
                  <ns2:CustomFieldName>TaskCode01</ns2:CustomFieldName>
               </ns2:CustomFields>
               <ns2:CustomFields>
                  <ns2:CustomFieldValue>2</ns2:CustomFieldValue>
                  <ns2:ExternalId>201701252</ns2:ExternalId>
                  <ns2:InternalNumber>T2</ns2:InternalNumber>
                  <ns2:CustomFieldName>NumberAttr01</ns2:CustomFieldName>
               </ns2:CustomFields>
               <ns2:CustomFields>
                  <ns2:CustomFieldValue>Task code test</ns2:CustomFieldValue>
                  <ns2:ExternalId>201701252</ns2:ExternalId>
                  <ns2:InternalNumber>T2</ns2:InternalNumber>
                  <ns2:CustomFieldName>TextAttr19</ns2:CustomFieldName>
               </ns2:CustomFields>
            </ns2:ProjectTask>
            <ns2:ProjectTask>
               <ns2:Name>T2</ns2:Name>
               <ns2:PercentComplete>0</ns2:PercentComplete>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:Quantity unitCode="Hours">0</ns2:Quantity>
               <ns2:StartDate>2011-06-13+05:30</ns2:StartDate>
               <ns2:FinishDate>2011-06-14+05:30</ns2:FinishDate>
               <ns2:Duration>1</ns2:Duration>
               <ns2:TaskSequence>3</ns2:TaskSequence>
               <ns2:ExternalId>201701253</ns2:ExternalId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
               <ns2:ResourceAllocationPercent>100</ns2:ResourceAllocationPercent>
               <ns2:ResourceEmailId>prj_john_gorman_in_grp@vision.com</ns2:ResourceEmailId>
            </ns2:ProjectTask>
            <ns2:ProjectTask>
               <ns2:Name>T2.1</ns2:Name>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:TaskSequence>4</ns2:TaskSequence>
               <ns2:ExternalId>201701254</ns2:ExternalId>
               <ns2:ExternalParentId>201701253</ns2:ExternalParentId>
               <!--Pass this as null if the task has to be created directly under root !-->
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            </ns2:ProjectTask>
            <ns2:ProjectTask>
               <ns2:Name>T2.2</ns2:Name>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:TaskSequence>5</ns2:TaskSequence>
               <ns2:ExternalId>201701255</ns2:ExternalId>
               <ns2:ExternalParentId>201701253</ns2:ExternalParentId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            </ns2:ProjectTask>
            <ns2:ProjectTask>
               <ns2:Name>T2.3</ns2:Name>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:TaskSequence>6</ns2:TaskSequence>
               <ns2:ExternalId>201701256</ns2:ExternalId>
               <ns2:ExternalParentId>201701253</ns2:ExternalParentId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            </ns2:ProjectTask>
            <ns2:ProjectTask>
               <ns2:Name>T3</ns2:Name>
               <ns2:PercentComplete>0</ns2:PercentComplete>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:Quantity unitCode="Hours">0</ns2:Quantity>
               <ns2:StartDate>2011-06-13+05:30</ns2:StartDate>
               <ns2:FinishDate>2011-06-14+05:30</ns2:FinishDate>
               <ns2:Duration>1</ns2:Duration>
               <ns2:TaskSequence>7</ns2:TaskSequence>
               <ns2:ExternalId>091510034_17</ns2:ExternalId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
               <ns2:ResourceAllocationPercent>100</ns2:ResourceAllocationPercent>
               <ns2:ResourceEmailId>prj_john_gorman_in_grp@vision.com</ns2:ResourceEmailId>
            </ns2:ProjectTask>
            <ns2:ProjectTask>
               <ns2:Name>T3.1</ns2:Name>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:TaskSequence>4</ns2:TaskSequence>
               <ns2:ExternalId>201701258</ns2:ExternalId>
               <ns2:ExternalParentId>201701257</ns2:ExternalParentId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            </ns2:ProjectTask>
            <ns2:ProjectTask>
               <ns2:Name>T3.2</ns2:Name>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:TaskSequence>9</ns2:TaskSequence>
               <ns2:ExternalId>201701259</ns2:ExternalId>
               <ns2:ExternalParentId>201701257</ns2:ExternalParentId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            </ns2:ProjectTask>
            <ns2:Opportunity>
               <ns2:OpportunityName>Opp1</ns2:OpportunityName>
               <ns2:OpportunityWinConfPercent>20</ns2:OpportunityWinConfPercent>
               <ns2:OpportunityCustomerId>2</ns2:OpportunityCustomerId>
               <ns2:OpportunityAmount>3000</ns2:OpportunityAmount>
               <ns2:OpportunityId>10</ns2:OpportunityId>
               <ns2:OpportunityCurrencyCode>USD</ns2:OpportunityCurrencyCode>
               <ns2:OpportunityCustomerName>Opp1</ns2:OpportunityCustomerName>
               <ns2:OpportunityDescription>Opp1</ns2:OpportunityDescription>
               <ns2:OpportunityNumber>Opp1</ns2:OpportunityNumber>
               <ns2:RefObjectType>OPPORTUNITY</ns2:RefObjectType>
               <ns2:ExternalProjectId>300128</ns2:ExternalProjectId>
               <ns2:OpportunityCustomerNumber>Opp120</ns2:OpportunityCustomerNumber>
            </ns2:Opportunity>
         </ns1:projectPlanRow>
      </ns1:createProjectPlan>
   </soap:Body>
</soap: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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/createProjectPlanResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:6d1ea8d3-efde-4033-8af3-40d6d13ef7c3</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-V7aPKLwG9fgPzSlUY6o0aw22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:26:03Z</wsu:Created>
            <wsu:Expires>2017-10-28T23:46:03Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:createProjectPlanResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns2:result xsi:type="ns0:ProjectPlanResponseResult" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:Value>
               <ns0:ProjectId>300100123348105</ns0:ProjectId>
               <ns0:Status>SUCCESS</ns0:Status>
               <ns0:ProjectPlanMessage>
                  <ns0:MessageId xsi:nil="true"/>
                  <ns0:MessageCode>PJT:::PJT_EXPENSE_RESOURCE_INVALID</ns0:MessageCode>
                  <ns0:MessageText>ΩExpense resource Breakfast associated to task 201701262 is invalid. 스'+++ '+++ '+++ '+++ '+++ '+++ '+++ '+Ø (PJT-2250255)</ns0:MessageText>
                  <ns0:MessageType>ERROR</ns0:MessageType>
                  <ns0:ProjectId>300100123348105</ns0:ProjectId>
               </ns0:ProjectPlanMessage>
               <ns0:ProjectPlanMessage>
                  <ns0:MessageId xsi:nil="true"/>
                  <ns0:MessageCode>PJT:::PJT_TASK_CODE_INVALID</ns0:MessageCode>
                  <ns0:MessageText>ΩTask code TaskCode01 of the task 201701262 is invalid. 스'+++ '+++ '+++ '+++ '+++ '++Ø (PJT-2250110)</ns0:MessageText>
                  <ns0:MessageType>WARNING</ns0:MessageType>
                  <ns0:ProjectId>300100123348105</ns0:ProjectId>
               </ns0:ProjectPlanMessage>
               <ns0:ProjectPlanMessage>
                  <ns0:MessageId xsi:nil="true"/>
                  <ns0:MessageCode>PJT:::PJT_PRJ_CODE_INVALID</ns0:MessageCode>
                  <ns0:MessageText>ΩProject code ProjectCode02 of the project 20170126 is invalid. 스'+++ '+++ '+++ '+++ '+++ '+++ '+++Ø (PJT-2250250)</ns0:MessageText>
                  <ns0:MessageType>WARNING</ns0:MessageType>
                  <ns0:ProjectId>300100123348105</ns0:ProjectId>
               </ns0:ProjectPlanMessage>
               <ns0:ProjectPlanMessage>
                  <ns0:MessageId xsi:nil="true"/>
                  <ns0:MessageCode>PJT:::PJT_INVALID_EPS_NODE</ns0:MessageCode>
                  <ns0:MessageText>ΩThe node [Unassigned ProjectsΩ'+++ '+++Ø is assigned to the project as the assigned node  is invalid. 스'+++ '+++ '+++ '+++ '+++ '+++ '+++ '+++ '+++ Ø (PJT-2250229)</ns0:MessageText>
                  <ns0:MessageType>WARNING</ns0:MessageType>
                  <ns0:ProjectId>300100123348105</ns0:ProjectId>
               </ns0:ProjectPlanMessage>
               <ns0:ProjectPlanMessage>
                  <ns0:MessageId xsi:nil="true"/>
                  <ns0:MessageCode>FND:::FND_CMN_INVALID_ATTRB_API_SERV</ns0:MessageCode>
                  <ns0:MessageText>ΩThe value of the attribute Project Currency Code is not valid. 스'+++ '+++ '+++ '+++ '+++ Ø</ns0:MessageText>
                  <ns0:MessageType>WARNING</ns0:MessageType>
                  <ns0:ProjectId>300100123348105</ns0:ProjectId>
               </ns0:ProjectPlanMessage>
            </ns0:Value>
         </ns2:result>
      </ns0:createProjectPlanResponse>
   </env:Body>
</env:Envelope>
This payload demonstrates how to update a project plan. You can use this payload to create new tasks or update tasks in an existing project. Provide information only for the tasks that you want to update.
<!--Request-->
<soap:Envelope xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns1:updateProjectPlan>
         <ns1:projectPlanRow>
            <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            <ns2:Name>Project_Vision_Corp</ns2:Name>
            <ns2:StartDate>2011-04-13+05:30</ns2:StartDate>
            <ns2:CompletionDate>2011-06-13+05:30</ns2:CompletionDate>
            <ns2:ScheduleId>300100010293735</ns2:ScheduleId>
            <ns2:ProjectManagerEmailId>prj_carlton_baugh@vision.com</ns2:ProjectManagerEmailId>
            <ns2:ProjectTask>
               <ns2:Name>T1</ns2:Name>
               <ns2:PercentComplete>50</ns2:PercentComplete>
               <ns2:ElementType>EXECUTION</ns2:ElementType>
               <ns2:TaskSequence>2</ns2:TaskSequence>
               <ns2:ExternalId>201701252</ns2:ExternalId>
               <ns2:ExternalProjectId>20170125</ns2:ExternalProjectId>
            </ns2:ProjectTask>
         </ns1:projectPlanRow>
         <ns1:projectName>Project_Vision_Corp</ns1:projectName>
      </ns1:updateProjectPlan>
   </soap:Body>
</soap: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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/updateProjectPlanResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:d46a2999-bd2e-48eb-a36b-8f01ed7c2311</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-5X2GFkQKJLLatuFcU4m6xw22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:41:58Z</wsu:Created>
            <wsu:Expires>2017-10-29T00:01:58Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:updateProjectPlanResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns2:result xsi:type="ns0:ProjectPlanResponseResult" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:Value>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:Status>SUCCESS</ns0:Status>
               <ns0:ProjectPlanMessage>
                  <ns0:MessageId xsi:nil="true"/>
                  <ns0:MessageCode>PJT:::PJT_INVALID_EPS_NODE</ns0:MessageCode>
                  <ns0:MessageText>ΩThe node [Unassigned ProjectsΩ'+++ '+++Ø is assigned to the project as the assigned node  is invalid. 스'+++ '+++ '+++ '+++ '+++ '+++ '+++ '+++ '+++ Ø (PJT-2250229)</ns0:MessageText>
                  <ns0:MessageType>WARNING</ns0:MessageType>
                  <ns0:ProjectId>300100123340023</ns0:ProjectId>
               </ns0:ProjectPlanMessage>
               <ns0:ProjectPlanMessage>
                  <ns0:MessageId xsi:nil="true"/>
                  <ns0:MessageCode>FND:::FND_CMN_INVALID_ATTRB_API_SERV</ns0:MessageCode>
                  <ns0:MessageText>ΩThe value of the attribute Project Currency Code is not valid. 스'+++ '+++ '+++ '+++ '+++ Ø</ns0:MessageText>
                  <ns0:MessageType>WARNING</ns0:MessageType>
                  <ns0:ProjectId>300100123340023</ns0:ProjectId>
               </ns0:ProjectPlanMessage>
            </ns0:Value>
         </ns2:result>
      </ns0:updateProjectPlanResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to search for a project plan using the Project name. The response payload contains information about the project such as the project header, tasks, resources, and opportunities.
<!--Request-->
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:findProjectPlanByProjectName xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">         
            <ns1:BindProjectName>Project_Vision_Corp_Marketing</ns1:BindProjectName>          
        </ns1:findProjectPlanByProjectName>
    </soap:Body>
</soap: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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/findProjectPlanByProjectNameResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:0c1f65be-c908-4893-978b-78ec7d8083fd</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-FefdazUfOoBgoAupX5ON6Q22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:29:07Z</wsu:Created>
            <wsu:Expires>2017-10-28T23:49:07Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:findProjectPlanByProjectNameResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp</ns0:Name>
            <ns0:Description xsi:nil="true"/>
            <ns0:HoursPerDay>8.0</ns0:HoursPerDay>
            <ns0:StartDate>2011-04-12</ns0:StartDate>
            <ns0:CompletionDate>2011-06-12</ns0:CompletionDate>
            <ns0:ExternalProjectId>20170125</ns0:ExternalProjectId>
            <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            <ns0:ProjectCategory>FIN_EXEC</ns0:ProjectCategory>
            <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
            <ns0:ScheduleId>300100010293735</ns0:ScheduleId>
            <ns0:ProjectNumber>300100123340023</ns0:ProjectNumber>
            <ns0:Email>prj_wf_in_grp@vision.com</ns0:Email>
            <ns0:ResourceId>300100024326751</ns0:ResourceId>
            <ns0:NumberAttr01 xsi:nil="true"/>
            <ns0:NumberAttr02>23</ns0:NumberAttr02>
            <ns0:NumberAttr03 xsi:nil="true"/>
            <ns0:NumberAttr04 xsi:nil="true"/>
            <ns0:NumberAttr05 xsi:nil="true"/>
            <ns0:NumberAttr06 xsi:nil="true"/>
            <ns0:NumberAttr07 xsi:nil="true"/>
            <ns0:NumberAttr08 xsi:nil="true"/>
            <ns0:NumberAttr09 xsi:nil="true"/>
            <ns0:NumberAttr10 xsi:nil="true"/>
            <ns0:TextAttr01 xsi:nil="true"/>
            <ns0:TextAttr02>Project Code Test</ns0:TextAttr02>
            <ns0:TextAttr03 xsi:nil="true"/>
            <ns0:TextAttr04 xsi:nil="true"/>
            <ns0:TextAttr05 xsi:nil="true"/>
            <ns0:TextAttr06 xsi:nil="true"/>
            <ns0:TextAttr07 xsi:nil="true"/>
            <ns0:TextAttr08 xsi:nil="true"/>
            <ns0:TextAttr09 xsi:nil="true"/>
            <ns0:TextAttr10 xsi:nil="true"/>
            <ns0:TextAttr11 xsi:nil="true"/>
            <ns0:TextAttr12 xsi:nil="true"/>
            <ns0:TextAttr13 xsi:nil="true"/>
            <ns0:TextAttr14 xsi:nil="true"/>
            <ns0:TextAttr15 xsi:nil="true"/>
            <ns0:TextAttr16 xsi:nil="true"/>
            <ns0:TextAttr17 xsi:nil="true"/>
            <ns0:TextAttr18 xsi:nil="true"/>
            <ns0:TextAttr19 xsi:nil="true"/>
            <ns0:TextAttr20 xsi:nil="true"/>
            <ns0:ProjectCode01 xsi:nil="true"/>
            <ns0:ProjectCode02 xsi:nil="true"/>
            <ns0:ProjectCode03 xsi:nil="true"/>
            <ns0:ProjectCode04 xsi:nil="true"/>
            <ns0:ProjectCode05 xsi:nil="true"/>
            <ns0:ProjectCode06 xsi:nil="true"/>
            <ns0:ProjectCode07 xsi:nil="true"/>
            <ns0:ProjectCode08 xsi:nil="true"/>
            <ns0:ProjectCode09 xsi:nil="true"/>
            <ns0:ProjectCode10 xsi:nil="true"/>
            <ns0:ProjectCode11 xsi:nil="true"/>
            <ns0:ProjectCode12 xsi:nil="true"/>
            <ns0:ProjectCode13 xsi:nil="true"/>
            <ns0:ProjectCode14 xsi:nil="true"/>
            <ns0:ProjectCode15 xsi:nil="true"/>
            <ns0:ProjectCode16 xsi:nil="true"/>
            <ns0:ProjectCode17 xsi:nil="true"/>
            <ns0:ProjectCode18 xsi:nil="true"/>
            <ns0:ProjectCode19 xsi:nil="true"/>
            <ns0:ProjectCode20 xsi:nil="true"/>
            <ns0:ProjectCode21 xsi:nil="true"/>
            <ns0:ProjectCode22 xsi:nil="true"/>
            <ns0:ProjectCode23 xsi:nil="true"/>
            <ns0:ProjectCode24 xsi:nil="true"/>
            <ns0:ProjectCode25 xsi:nil="true"/>
            <ns0:ProjectCode26 xsi:nil="true"/>
            <ns0:ProjectCode27 xsi:nil="true"/>
            <ns0:ProjectCode28 xsi:nil="true"/>
            <ns0:ProjectCode29 xsi:nil="true"/>
            <ns0:ProjectCode30 xsi:nil="true"/>
            <ns0:ProjectCode31 xsi:nil="true"/>
            <ns0:ProjectCode32 xsi:nil="true"/>
            <ns0:ProjectCode33 xsi:nil="true"/>
            <ns0:ProjectCode34 xsi:nil="true"/>
            <ns0:ProjectCode35 xsi:nil="true"/>
            <ns0:ProjectCode36 xsi:nil="true"/>
            <ns0:ProjectCode37 xsi:nil="true"/>
            <ns0:ProjectCode38 xsi:nil="true"/>
            <ns0:ProjectCode39 xsi:nil="true"/>
            <ns0:ProjectCode40 xsi:nil="true"/>
            <ns0:CreatedFromProjectId xsi:nil="true"/>
            <ns0:ProjectStatus>ΩActive 스'Ø</ns0:ProjectStatus>
            <ns0:EPSName>[Unassigned ProjectsΩ'+++ '+++Ø</ns0:EPSName>
            <ns0:ProjectStatusCode>ACTIVE</ns0:ProjectStatusCode>
            <ns0:IsIntegrated xsi:nil="true"/>
            <ns0:LastSyncDate xsi:nil="true"/>
            <ns0:TemplateIndicator>N</ns0:TemplateIndicator>
            <ns0:ScheduleTypeCode>FIXED_EFFORT</ns0:ScheduleTypeCode>
            <ns0:LastUpdatedDate>2017-10-25T11:06:11.388Z</ns0:LastUpdatedDate>
            <ns0:ProjectPlanViewAccessCode>ORA_PJT_PRJ_PLAN_VIEW_TEAM</ns0:ProjectPlanViewAccessCode>
            <ns0:ProjectTranslation>
               <ns0:Description xsi:nil="true"/>
               <ns0:Language>KO</ns0:Language>
               <ns0:Name>Project_Vision_Corp</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:ProjectTranslation>
               <ns0:Description xsi:nil="true"/>
               <ns0:Language>US</ns0:Language>
               <ns0:Name>Project_Vision_Corp</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>100000</ns0:DisplaySequence>
               <ns0:Duration>1</ns0:Duration>
               <ns0:ElementNumber>11</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340032</ns0:ElementVersionId>
               <ns0:FinishDate>2011-06-13</ns0:FinishDate>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete>50</ns0:PercentComplete>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:Quantity>
               <ns0:StartDate>2011-06-12</ns0:StartDate>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340034</ns0:ProjElementId>
               <ns0:ProposedFinishDate>2011-06-13</ns0:ProposedFinishDate>
               <ns0:ProposedQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:ProposedStartDate>2011-06-12</ns0:ProposedStartDate>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId>300100023180811</ns0:ResourceId>
               <ns0:TaskName>T1</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340033</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701252</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.399Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:CustomFields>
                  <ns0:CustomFieldValue>Task code test</ns0:CustomFieldValue>
                  <ns0:ExternalId>201701252</ns0:ExternalId>
                  <ns0:InternalNumber>11</ns0:InternalNumber>
                  <ns0:CustomFieldName>TextAttr19</ns0:CustomFieldName>
               </ns0:CustomFields>
               <ns0:CustomFields>
                  <ns0:CustomFieldValue>2</ns0:CustomFieldValue>
                  <ns0:ExternalId>201701252</ns0:ExternalId>
                  <ns0:InternalNumber>11</ns0:InternalNumber>
                  <ns0:CustomFieldName>NumberAttr01</ns0:CustomFieldName>
               </ns0:CustomFields>
               <ns0:ReadLabourResources>
                  <ns0:ResourceId>300100023180811</ns0:ResourceId>
                  <ns0:Email>prj_john_gorman_in_grp@vision.com</ns0:Email>
                  <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:Phone xsi:nil="true"/>
                  <ns0:ResourceTranslation>
                     <ns0:Language>KO</ns0:Language>
                     <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                     <ns0:SourceLang>KO</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
                  <ns0:ResourceTranslation>
                     <ns0:Language>US</ns0:Language>
                     <ns0:DisplayName>John Gorman</ns0:DisplayName>
                     <ns0:SourceLang>US</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
               </ns0:ReadLabourResources>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340034</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>200000</ns0:DisplaySequence>
               <ns0:Duration>1</ns0:Duration>
               <ns0:ElementNumber>16</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340037</ns0:ElementVersionId>
               <ns0:FinishDate>2011-06-13</ns0:FinishDate>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete>0</ns0:PercentComplete>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:Quantity>
               <ns0:StartDate>2011-06-12</ns0:StartDate>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340039</ns0:ProjElementId>
               <ns0:ProposedFinishDate>2011-06-13</ns0:ProposedFinishDate>
               <ns0:ProposedQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:ProposedStartDate>2011-06-12</ns0:ProposedStartDate>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId>300100023180811</ns0:ResourceId>
               <ns0:TaskName>T2</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340038</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701253</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.402Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadLabourResources>
                  <ns0:ResourceId>300100023180811</ns0:ResourceId>
                  <ns0:Email>prj_john_gorman_in_grp@vision.com</ns0:Email>
                  <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:Phone xsi:nil="true"/>
                  <ns0:ResourceTranslation>
                     <ns0:Language>KO</ns0:Language>
                     <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                     <ns0:SourceLang>KO</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
                  <ns0:ResourceTranslation>
                     <ns0:Language>US</ns0:Language>
                     <ns0:DisplayName>John Gorman</ns0:DisplayName>
                     <ns0:SourceLang>US</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
               </ns0:ReadLabourResources>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340039</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>300000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>22</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340043</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340045</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T3.1</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340044</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701258</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.403Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T3.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T3.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340045</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>400000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>25</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340046</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340048</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T2.1</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340047</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701254</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.405Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340048</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>500000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>28</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340049</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340051</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T2.2</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340050</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701255</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.406Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340051</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>600000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>31</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340052</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340054</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T2.3</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340053</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701256</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.408Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2.3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2.3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340054</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>700000</ns0:DisplaySequence>
               <ns0:Duration>1</ns0:Duration>
               <ns0:ElementNumber>34</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340055</ns0:ElementVersionId>
               <ns0:FinishDate>2011-06-13</ns0:FinishDate>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete>0</ns0:PercentComplete>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:Quantity>
               <ns0:StartDate>2011-06-12</ns0:StartDate>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340057</ns0:ProjElementId>
               <ns0:ProposedFinishDate>2011-06-13</ns0:ProposedFinishDate>
               <ns0:ProposedQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:ProposedStartDate>2011-06-12</ns0:ProposedStartDate>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId>300100023180811</ns0:ResourceId>
               <ns0:TaskName>T3</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340056</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>091510034_17</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.41Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadLabourResources>
                  <ns0:ResourceId>300100023180811</ns0:ResourceId>
                  <ns0:Email>prj_john_gorman_in_grp@vision.com</ns0:Email>
                  <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:Phone xsi:nil="true"/>
                  <ns0:ResourceTranslation>
                     <ns0:Language>KO</ns0:Language>
                     <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                     <ns0:SourceLang>KO</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
                  <ns0:ResourceTranslation>
                     <ns0:Language>US</ns0:Language>
                     <ns0:DisplayName>John Gorman</ns0:DisplayName>
                     <ns0:SourceLang>US</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
               </ns0:ReadLabourResources>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340057</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>800000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>38</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340059</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340061</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T3.2</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340060</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701259</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.412Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T3.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T3.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340061</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadOpportunity>
               <ns0:OpportunityAltNumber xsi:nil="true"/>
               <ns0:OpportunityAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">3000</ns0:OpportunityAmount>
               <ns0:OpportunityCurrencyCode>USD</ns0:OpportunityCurrencyCode>
               <ns0:OpportunityCustomerId>2</ns0:OpportunityCustomerId>
               <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
               <ns0:OpportunityCustomerNumber>Opp120</ns0:OpportunityCustomerNumber>
               <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
               <ns0:OpportunityId>10</ns0:OpportunityId>
               <ns0:OpportunityName>Opp1</ns0:OpportunityName>
               <ns0:OpportunityNumber>Opp1</ns0:OpportunityNumber>
               <ns0:OpportunityWinConfPercent>20</ns0:OpportunityWinConfPercent>
               <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               <ns0:ReferenceProjectId>300100123340023</ns0:ReferenceProjectId>
               <ns0:OpportunityTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
                  <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
                  <ns0:OpportunityName>Opp1</ns0:OpportunityName>
                  <ns0:OpportunityStatus xsi:nil="true"/>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               </ns0:OpportunityTranslation>
               <ns0:OpportunityTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
                  <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
                  <ns0:OpportunityName>Opp1</ns0:OpportunityName>
                  <ns0:OpportunityStatus xsi:nil="true"/>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               </ns0:OpportunityTranslation>
            </ns0:ReadOpportunity>
            <ns0:ReadProjectDff>
               <ns3:ProjectId>300100123340023</ns3:ProjectId>
               <ns3:textBox xsi:nil="true"/>
               <ns3:yesNo xsi:nil="true"/>
               <ns3:globalSegmentForProjectDffs xsi:nil="true"/>
               <ns3:__FLEX_Context xsi:nil="true"/>
               <ns3:__FLEX_Context_DisplayValue xsi:nil="true"/>
               <ns3:_FLEX_NumOfSegments>3</ns3:_FLEX_NumOfSegments>
            </ns0:ReadProjectDff>
         </ns2:result>
      </ns0:findProjectPlanByProjectNameResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to search for a project plan using the Project ID. The response payload contains information about the project such as the project header, tasks, resources, and opportunities.
<!--Request-->
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:findProjectPlanByProjectId xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">          
            <ns1:BindProjectId>300100123340023</ns1:BindProjectId>           
        </ns1:findProjectPlanByProjectId>
    </soap:Body>
</soap: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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/findProjectPlanByProjectIdResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:4dfdc841-5ebb-4e89-b5a9-340743bb86ff</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-twZd9wAw4MtQtka7rQaAWg22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:31:25Z</wsu:Created>
            <wsu:Expires>2017-10-28T23:51:25Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:findProjectPlanByProjectIdResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp</ns0:Name>
            <ns0:Description xsi:nil="true"/>
            <ns0:HoursPerDay>8.0</ns0:HoursPerDay>
            <ns0:StartDate>2011-04-12</ns0:StartDate>
            <ns0:CompletionDate>2011-06-12</ns0:CompletionDate>
            <ns0:ExternalProjectId>20170125</ns0:ExternalProjectId>
            <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            <ns0:ProjectCategory>FIN_EXEC</ns0:ProjectCategory>
            <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
            <ns0:ScheduleId>300100010293735</ns0:ScheduleId>
            <ns0:ProjectNumber>300100123340023</ns0:ProjectNumber>
            <ns0:Email>prj_wf_in_grp@vision.com</ns0:Email>
            <ns0:ResourceId>300100024326751</ns0:ResourceId>
            <ns0:NumberAttr01 xsi:nil="true"/>
            <ns0:NumberAttr02>23</ns0:NumberAttr02>
            <ns0:NumberAttr03 xsi:nil="true"/>
            <ns0:NumberAttr04 xsi:nil="true"/>
            <ns0:NumberAttr05 xsi:nil="true"/>
            <ns0:NumberAttr06 xsi:nil="true"/>
            <ns0:NumberAttr07 xsi:nil="true"/>
            <ns0:NumberAttr08 xsi:nil="true"/>
            <ns0:NumberAttr09 xsi:nil="true"/>
            <ns0:NumberAttr10 xsi:nil="true"/>
            <ns0:TextAttr01 xsi:nil="true"/>
            <ns0:TextAttr02>Project Code Test</ns0:TextAttr02>
            <ns0:TextAttr03 xsi:nil="true"/>
            <ns0:TextAttr04 xsi:nil="true"/>
            <ns0:TextAttr05 xsi:nil="true"/>
            <ns0:TextAttr06 xsi:nil="true"/>
            <ns0:TextAttr07 xsi:nil="true"/>
            <ns0:TextAttr08 xsi:nil="true"/>
            <ns0:TextAttr09 xsi:nil="true"/>
            <ns0:TextAttr10 xsi:nil="true"/>
            <ns0:TextAttr11 xsi:nil="true"/>
            <ns0:TextAttr12 xsi:nil="true"/>
            <ns0:TextAttr13 xsi:nil="true"/>
            <ns0:TextAttr14 xsi:nil="true"/>
            <ns0:TextAttr15 xsi:nil="true"/>
            <ns0:TextAttr16 xsi:nil="true"/>
            <ns0:TextAttr17 xsi:nil="true"/>
            <ns0:TextAttr18 xsi:nil="true"/>
            <ns0:TextAttr19 xsi:nil="true"/>
            <ns0:TextAttr20 xsi:nil="true"/>
            <ns0:ProjectCode01 xsi:nil="true"/>
            <ns0:ProjectCode02 xsi:nil="true"/>
            <ns0:ProjectCode03 xsi:nil="true"/>
            <ns0:ProjectCode04 xsi:nil="true"/>
            <ns0:ProjectCode05 xsi:nil="true"/>
            <ns0:ProjectCode06 xsi:nil="true"/>
            <ns0:ProjectCode07 xsi:nil="true"/>
            <ns0:ProjectCode08 xsi:nil="true"/>
            <ns0:ProjectCode09 xsi:nil="true"/>
            <ns0:ProjectCode10 xsi:nil="true"/>
            <ns0:ProjectCode11 xsi:nil="true"/>
            <ns0:ProjectCode12 xsi:nil="true"/>
            <ns0:ProjectCode13 xsi:nil="true"/>
            <ns0:ProjectCode14 xsi:nil="true"/>
            <ns0:ProjectCode15 xsi:nil="true"/>
            <ns0:ProjectCode16 xsi:nil="true"/>
            <ns0:ProjectCode17 xsi:nil="true"/>
            <ns0:ProjectCode18 xsi:nil="true"/>
            <ns0:ProjectCode19 xsi:nil="true"/>
            <ns0:ProjectCode20 xsi:nil="true"/>
            <ns0:ProjectCode21 xsi:nil="true"/>
            <ns0:ProjectCode22 xsi:nil="true"/>
            <ns0:ProjectCode23 xsi:nil="true"/>
            <ns0:ProjectCode24 xsi:nil="true"/>
            <ns0:ProjectCode25 xsi:nil="true"/>
            <ns0:ProjectCode26 xsi:nil="true"/>
            <ns0:ProjectCode27 xsi:nil="true"/>
            <ns0:ProjectCode28 xsi:nil="true"/>
            <ns0:ProjectCode29 xsi:nil="true"/>
            <ns0:ProjectCode30 xsi:nil="true"/>
            <ns0:ProjectCode31 xsi:nil="true"/>
            <ns0:ProjectCode32 xsi:nil="true"/>
            <ns0:ProjectCode33 xsi:nil="true"/>
            <ns0:ProjectCode34 xsi:nil="true"/>
            <ns0:ProjectCode35 xsi:nil="true"/>
            <ns0:ProjectCode36 xsi:nil="true"/>
            <ns0:ProjectCode37 xsi:nil="true"/>
            <ns0:ProjectCode38 xsi:nil="true"/>
            <ns0:ProjectCode39 xsi:nil="true"/>
            <ns0:ProjectCode40 xsi:nil="true"/>
            <ns0:CreatedFromProjectId xsi:nil="true"/>
            <ns0:ProjectStatus>ΩActive 스'Ø</ns0:ProjectStatus>
            <ns0:EPSName>[Unassigned ProjectsΩ'+++ '+++Ø</ns0:EPSName>
            <ns0:ProjectStatusCode>ACTIVE</ns0:ProjectStatusCode>
            <ns0:IsIntegrated xsi:nil="true"/>
            <ns0:LastSyncDate xsi:nil="true"/>
            <ns0:TemplateIndicator>N</ns0:TemplateIndicator>
            <ns0:ScheduleTypeCode>FIXED_EFFORT</ns0:ScheduleTypeCode>
            <ns0:LastUpdatedDate>2017-10-25T11:06:11.388Z</ns0:LastUpdatedDate>
            <ns0:ProjectPlanViewAccessCode>ORA_PJT_PRJ_PLAN_VIEW_TEAM</ns0:ProjectPlanViewAccessCode>
            <ns0:ProjectTranslation>
               <ns0:Description xsi:nil="true"/>
               <ns0:Language>KO</ns0:Language>
               <ns0:Name>Project_Vision_Corp</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:ProjectTranslation>
               <ns0:Description xsi:nil="true"/>
               <ns0:Language>US</ns0:Language>
               <ns0:Name>Project_Vision_Corp</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>100000</ns0:DisplaySequence>
               <ns0:Duration>1</ns0:Duration>
               <ns0:ElementNumber>11</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340032</ns0:ElementVersionId>
               <ns0:FinishDate>2011-06-13</ns0:FinishDate>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete>50</ns0:PercentComplete>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:Quantity>
               <ns0:StartDate>2011-06-12</ns0:StartDate>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340034</ns0:ProjElementId>
               <ns0:ProposedFinishDate>2011-06-13</ns0:ProposedFinishDate>
               <ns0:ProposedQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:ProposedStartDate>2011-06-12</ns0:ProposedStartDate>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId>300100023180811</ns0:ResourceId>
               <ns0:TaskName>T1</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340033</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701252</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.399Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:CustomFields>
                  <ns0:CustomFieldValue>Task code test</ns0:CustomFieldValue>
                  <ns0:ExternalId>201701252</ns0:ExternalId>
                  <ns0:InternalNumber>11</ns0:InternalNumber>
                  <ns0:CustomFieldName>TextAttr19</ns0:CustomFieldName>
               </ns0:CustomFields>
               <ns0:CustomFields>
                  <ns0:CustomFieldValue>2</ns0:CustomFieldValue>
                  <ns0:ExternalId>201701252</ns0:ExternalId>
                  <ns0:InternalNumber>11</ns0:InternalNumber>
                  <ns0:CustomFieldName>NumberAttr01</ns0:CustomFieldName>
               </ns0:CustomFields>
               <ns0:ReadLabourResources>
                  <ns0:ResourceId>300100023180811</ns0:ResourceId>
                  <ns0:Email>prj_john_gorman_in_grp@vision.com</ns0:Email>
                  <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:Phone xsi:nil="true"/>
                  <ns0:ResourceTranslation>
                     <ns0:Language>KO</ns0:Language>
                     <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                     <ns0:SourceLang>KO</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
                  <ns0:ResourceTranslation>
                     <ns0:Language>US</ns0:Language>
                     <ns0:DisplayName>John Gorman</ns0:DisplayName>
                     <ns0:SourceLang>US</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
               </ns0:ReadLabourResources>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340034</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>200000</ns0:DisplaySequence>
               <ns0:Duration>1</ns0:Duration>
               <ns0:ElementNumber>16</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340037</ns0:ElementVersionId>
               <ns0:FinishDate>2011-06-13</ns0:FinishDate>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete>0</ns0:PercentComplete>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:Quantity>
               <ns0:StartDate>2011-06-12</ns0:StartDate>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340039</ns0:ProjElementId>
               <ns0:ProposedFinishDate>2011-06-13</ns0:ProposedFinishDate>
               <ns0:ProposedQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:ProposedStartDate>2011-06-12</ns0:ProposedStartDate>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId>300100023180811</ns0:ResourceId>
               <ns0:TaskName>T2</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340038</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701253</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.402Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadLabourResources>
                  <ns0:ResourceId>300100023180811</ns0:ResourceId>
                  <ns0:Email>prj_john_gorman_in_grp@vision.com</ns0:Email>
                  <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:Phone xsi:nil="true"/>
                  <ns0:ResourceTranslation>
                     <ns0:Language>KO</ns0:Language>
                     <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                     <ns0:SourceLang>KO</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
                  <ns0:ResourceTranslation>
                     <ns0:Language>US</ns0:Language>
                     <ns0:DisplayName>John Gorman</ns0:DisplayName>
                     <ns0:SourceLang>US</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
               </ns0:ReadLabourResources>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340039</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>300000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>22</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340043</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340045</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T3.1</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340044</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701258</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.403Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T3.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T3.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340045</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>400000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>25</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340046</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340048</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T2.1</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340047</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701254</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.405Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2.1</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340048</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>500000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>28</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340049</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340051</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T2.2</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340050</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701255</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.406Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340051</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>600000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>31</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340052</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340054</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T2.3</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340053</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701256</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.408Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T2.3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T2.3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340054</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>700000</ns0:DisplaySequence>
               <ns0:Duration>1</ns0:Duration>
               <ns0:ElementNumber>34</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340055</ns0:ElementVersionId>
               <ns0:FinishDate>2011-06-13</ns0:FinishDate>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete>0</ns0:PercentComplete>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:Quantity>
               <ns0:StartDate>2011-06-12</ns0:StartDate>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340057</ns0:ProjElementId>
               <ns0:ProposedFinishDate>2011-06-13</ns0:ProposedFinishDate>
               <ns0:ProposedQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ProposedQuantity>
               <ns0:ProposedStartDate>2011-06-12</ns0:ProposedStartDate>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId>300100023180811</ns0:ResourceId>
               <ns0:TaskName>T3</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340056</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>091510034_17</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.41Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T3</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadLabourResources>
                  <ns0:ResourceId>300100023180811</ns0:ResourceId>
                  <ns0:Email>prj_john_gorman_in_grp@vision.com</ns0:Email>
                  <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:Phone xsi:nil="true"/>
                  <ns0:ResourceTranslation>
                     <ns0:Language>KO</ns0:Language>
                     <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
                     <ns0:SourceLang>KO</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
                  <ns0:ResourceTranslation>
                     <ns0:Language>US</ns0:Language>
                     <ns0:DisplayName>John Gorman</ns0:DisplayName>
                     <ns0:SourceLang>US</ns0:SourceLang>
                     <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                     <ns0:Description xsi:nil="true"/>
                  </ns0:ResourceTranslation>
               </ns0:ReadLabourResources>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340057</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadProjectTaskResponse xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ActualFinishDate xsi:nil="true"/>
               <ns0:ActualQuantity xsi:nil="true"/>
               <ns0:ActualStartDate xsi:nil="true"/>
               <ns0:DenormParentElementId>300100123340027</ns0:DenormParentElementId>
               <ns0:DenormWBSLevel>1</ns0:DenormWBSLevel>
               <ns0:DenormWBSNumber xsi:nil="true"/>
               <ns0:DisplaySequence>800000</ns0:DisplaySequence>
               <ns0:Duration xsi:nil="true"/>
               <ns0:ElementNumber>38</ns0:ElementNumber>
               <ns0:ElementVersionId>300100123340059</ns0:ElementVersionId>
               <ns0:FinishDate xsi:nil="true"/>
               <ns0:HealthStsCode>ON_TRACK</ns0:HealthStsCode>
               <ns0:HealthStatus>ΩOn Track 스'+Ø</ns0:HealthStatus>
               <ns0:ITDQuantity unitCode="HOURS" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ITDQuantity>
               <ns0:ExecutionLeafFlag>true</ns0:ExecutionLeafFlag>
               <ns0:NumberOfExceptions xsi:nil="true"/>
               <ns0:ObjectType>PJF_TASKS</ns0:ObjectType>
               <ns0:PercentComplete xsi:nil="true"/>
               <ns0:PlanLineTypeCode>PLAN</ns0:PlanLineTypeCode>
               <ns0:Quantity xsi:nil="true"/>
               <ns0:StartDate xsi:nil="true"/>
               <ns0:PlanVersionId>300100123340028</ns0:PlanVersionId>
               <ns0:Priority xsi:nil="true"/>
               <ns0:ProgressEnteredDate xsi:nil="true"/>
               <ns0:ProgressStatusCode>NOT_STARTED</ns0:ProgressStatusCode>
               <ns0:ProgressStatus>ΩNot started 스'+++Ø</ns0:ProgressStatus>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:ProjElementId>300100123340061</ns0:ProjElementId>
               <ns0:ProposedFinishDate xsi:nil="true"/>
               <ns0:ProposedQuantity xsi:nil="true"/>
               <ns0:ProposedStartDate xsi:nil="true"/>
               <ns0:RemainingQuantity xsi:nil="true"/>
               <ns0:ResourceId xsi:nil="true"/>
               <ns0:TaskName>T3.2</ns0:TaskName>
               <ns0:TaskTypeCode>FIXED_EFFORT</ns0:TaskTypeCode>
               <ns0:ParentElementVersionId>300100123340025</ns0:ParentElementVersionId>
               <ns0:QuantityUnitOfMeasure>HOURS</ns0:QuantityUnitOfMeasure>
               <ns0:SummaryPlanLineId>300100123340060</ns0:SummaryPlanLineId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:ActualExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ActualExpenseCostAmount>
               <ns0:ActualLaborBilledAmount xsi:nil="true"/>
               <ns0:ActualLaborCostAmount xsi:nil="true"/>
               <ns0:LaborBilledAmount xsi:nil="true"/>
               <ns0:LaborCostAmount xsi:nil="true"/>
               <ns0:ExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:ExpenseCostAmount>
               <ns0:RemainingExpenseCostAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">0</ns0:RemainingExpenseCostAmount>
               <ns0:RemainingLaborBilledAmount xsi:nil="true"/>
               <ns0:RemainingLaborCostAmount xsi:nil="true"/>
               <ns0:TotalActualCostAmount xsi:nil="true"/>
               <ns0:TotalCostAmount xsi:nil="true"/>
               <ns0:TotalRemainingCostAmount xsi:nil="true"/>
               <ns0:PhysicalPercentComplete>0</ns0:PhysicalPercentComplete>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:BaselineAllocation xsi:nil="true"/>
               <ns0:BaselineDuration xsi:nil="true"/>
               <ns0:BaselineFinishDate xsi:nil="true"/>
               <ns0:BaselineQuantity xsi:nil="true"/>
               <ns0:BaselineStartDate xsi:nil="true"/>
               <ns0:SprintName/>
               <ns0:ExternalId>201701259</ns0:ExternalId>
               <ns0:MilestoneIndicator>N</ns0:MilestoneIndicator>
               <ns0:BillableIndicator xsi:nil="true"/>
               <ns0:ChargeableIndicator xsi:nil="true"/>
               <ns0:IsIntegrated xsi:nil="true"/>
               <ns0:LastSyncDate xsi:nil="true"/>
               <ns0:ElementType>EXECUTION</ns0:ElementType>
               <ns0:BaselineExpenseCostAmount xsi:nil="true"/>
               <ns0:BaselineLaborBilledAmount xsi:nil="true"/>
               <ns0:BaselineLaborCostAmount xsi:nil="true"/>
               <ns0:GateIndicator>N</ns0:GateIndicator>
               <ns0:LastUpdatedDate>2017-10-25T11:06:11.412Z</ns0:LastUpdatedDate>
               <ns0:TaskTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:Name>T3.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:TaskTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:Name>T3.2</ns0:Name>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               </ns0:TaskTranslation>
               <ns0:ReadTaskDff>
                  <ns2:ProjElementId>300100123340061</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs xsi:nil="true"/>
                  <ns2:__FLEX_Context xsi:nil="true"/>
                  <ns2:__FLEX_Context_DisplayValue xsi:nil="true"/>
                  <ns2:_FLEX_NumOfSegments>7</ns2:_FLEX_NumOfSegments>
               </ns0:ReadTaskDff>
            </ns0:ReadProjectTaskResponse>
            <ns0:ReadOpportunity>
               <ns0:OpportunityAltNumber xsi:nil="true"/>
               <ns0:OpportunityAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">3000</ns0:OpportunityAmount>
               <ns0:OpportunityCurrencyCode>USD</ns0:OpportunityCurrencyCode>
               <ns0:OpportunityCustomerId>2</ns0:OpportunityCustomerId>
               <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
               <ns0:OpportunityCustomerNumber>Opp120</ns0:OpportunityCustomerNumber>
               <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
               <ns0:OpportunityId>10</ns0:OpportunityId>
               <ns0:OpportunityName>Opp1</ns0:OpportunityName>
               <ns0:OpportunityNumber>Opp1</ns0:OpportunityNumber>
               <ns0:OpportunityWinConfPercent>20</ns0:OpportunityWinConfPercent>
               <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               <ns0:ReferenceProjectId>300100123340023</ns0:ReferenceProjectId>
               <ns0:OpportunityTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
                  <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
                  <ns0:OpportunityName>Opp1</ns0:OpportunityName>
                  <ns0:OpportunityStatus xsi:nil="true"/>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               </ns0:OpportunityTranslation>
               <ns0:OpportunityTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
                  <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
                  <ns0:OpportunityName>Opp1</ns0:OpportunityName>
                  <ns0:OpportunityStatus xsi:nil="true"/>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               </ns0:OpportunityTranslation>
            </ns0:ReadOpportunity>
            <ns0:ReadProjectDff>
               <ns3:ProjectId>300100123340023</ns3:ProjectId>
               <ns3:textBox xsi:nil="true"/>
               <ns3:yesNo xsi:nil="true"/>
               <ns3:globalSegmentForProjectDffs xsi:nil="true"/>
               <ns3:__FLEX_Context xsi:nil="true"/>
               <ns3:__FLEX_Context_DisplayValue xsi:nil="true"/>
               <ns3:_FLEX_NumOfSegments>3</ns3:_FLEX_NumOfSegments>
            </ns0:ReadProjectDff>
         </ns2:result>
      </ns0:findProjectPlanByProjectIdResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to find information about the project plan.
<!--Request-->
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Header>
      <wsse:Security soap: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-5FEF50D1C45C4BEB37150893018456610">
            <wsu:Created>2017-10-25T11:16:24.564Z</wsu:Created>
            <wsu:Expires>2017-10-25T11:17:24.564Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-5FEF50D1C45C4BEB3715089301821089">
            <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">Cg//dOHnipfC7sU3O4JG+g==</wsse:Nonce>
            <wsu:Created>2017-10-25T11:16:22.108Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soap:Header>
   <soap:Body>
      <ns1:findProjectPlan xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns1:findCriteria xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/">
            <ns2:fetchStart>0</ns2:fetchStart>
            <ns2:fetchSize>-1</ns2:fetchSize>
            <ns2:filter>
               <ns2:group>
                  <ns2:item>
                     <ns2:conjunction>And</ns2:conjunction>
                     <ns2:upperCaseCompare>true</ns2:upperCaseCompare>
                     <ns2:attribute>ProjectStatusCode</ns2:attribute>
                     <ns2:operator>STARTSWITH</ns2:operator>
                     <ns2:value>ACTIVE</ns2:value>
                  </ns2:item>
                  <ns2:item>
                     <ns2:conjunction>And</ns2:conjunction>
                     <ns2:attribute>CreatedFromProjectId</ns2:attribute>
                     <ns2:operator>ISBLANK</ns2:operator>
                  </ns2:item>
               </ns2:group>
            </ns2:filter>
            <ns2:findAttribute>Name</ns2:findAttribute>
            <ns2:findAttribute>ProjectId</ns2:findAttribute>
         </ns1:findCriteria>
         <ns1:findControl xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/">
            <ns2:retrieveAllTranslations>true</ns2:retrieveAllTranslations>
         </ns1:findControl>
      </ns1:findProjectPlan>
   </soap:Body>
</soap: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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/findProjectPlanResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:40458997-f631-4bd7-b107-1959dca4799b</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-nvZjhMNv30GAFLCjVvmc2A22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:32:29Z</wsu:Created>
            <wsu:Expires>2017-10-28T23:52:29Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:findProjectPlanResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100071898287</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp_Sales</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100073017050</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp_Purchase</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100071858135</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp_Accounts</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100071874211</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp_Receivables</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>100100039671343</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp_Payables</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>100100039676053</ns0:ProjectId>
            <ns0:Name>Project_Vision_Corp_Inventory</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100071624736</ns0:ProjectId>
            <ns0:Name>First_Software_Debtors</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100072772256</ns0:ProjectId>
            <ns0:Name>First_Software_Creditors</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100072772271</ns0:ProjectId>
            <ns0:Name>Project_Seven_Corporation</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100082172388</ns0:ProjectId>
            <ns0:Name>Project_Seven_Corporation_Sales</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100074594936</ns0:ProjectId>
            <ns0:Name>Project_Seven_Corporation_Purchase</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100074595179</ns0:ProjectId>
            <ns0:Name>Project_Big_Computers_Payables</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>100100048565802</ns0:ProjectId>
            <ns0:Name>Project_Big_Computers_Receivables</ns0:Name>
         </ns2:result>
         <ns2:result xsi:type="ns0:ReadProjectPlanResponse" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100082280662</ns0:ProjectId>
            <ns0:Name>Project_Big_Computers_Inventory</ns0:Name>
         </ns2:result>
               </ns0:findProjectPlanResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to read project header information along with project resources information. You can use this operation to read project details based on different attributes of a project.
<!--Request-->
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <ns1:findProject xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
            <ns1:findCriteria xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/">
                <ns2:fetchStart>0</ns2:fetchStart>
                <ns2:fetchSize>-1</ns2:fetchSize>
                <ns2:filter>
                    <ns2:conjunction>And</ns2:conjunction>
                    <ns2:group>
                        <ns2:conjunction>And</ns2:conjunction>
                        <ns2:upperCaseCompare>true</ns2:upperCaseCompare>
                        <ns2:item>
                            <ns2:conjunction>And</ns2:conjunction>
                            <ns2:upperCaseCompare>true</ns2:upperCaseCompare>
                            <ns2:attribute>ProjectStatusCode</ns2:attribute>
                            <ns2:operator>=</ns2:operator>
                            <ns2:value>CLOSED</ns2:value>
                        </ns2:item>
                    </ns2:group>
                </ns2:filter>                
                <ns2:excludeAttribute>false</ns2:excludeAttribute>
            </ns1:findCriteria>
            <ns1:findControl xmlns:ns2="http://xmlns.oracle.com/adf/svc/types/">
                <ns2:retrieveAllTranslations>true</ns2:retrieveAllTranslations>
            </ns1:findControl>
        </ns1:findProject>
    </soap:Body>
</soap: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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/findProjectResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:88cf8aae-7fd0-415d-a906-e9ddac611094</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-7twKYJYfi0Or3970mRbo0g22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:36:01Z</wsu:Created>
            <wsu:Expires>2017-10-28T23:56:01Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:findProjectResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns2:result xsi:type="ns0:Project" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:Description>[Sales template.Ω'+++ '+++ '+++ '+++ '+++ '+Ø</ns0:Description>
            <ns0:Name>[Project_Vision_Corp_AdvertisingΩ'+++ '+++ '+Ø</ns0:Name>
            <ns0:ProjectId>300100017445261</ns0:ProjectId>
            <ns0:ProjectNumber>Project_Vision_Corp_Advertising</ns0:ProjectNumber>
            <ns0:ObjectVersionNumber>3</ns0:ObjectVersionNumber>
            <ns0:NumberAttr01 xsi:nil="true"/>
            <ns0:NumberAttr02 xsi:nil="true"/>
            <ns0:NumberAttr03 xsi:nil="true"/>
            <ns0:NumberAttr04 xsi:nil="true"/>
            <ns0:NumberAttr05 xsi:nil="true"/>
            <ns0:NumberAttr06 xsi:nil="true"/>
            <ns0:NumberAttr07 xsi:nil="true"/>
            <ns0:NumberAttr08 xsi:nil="true"/>
            <ns0:NumberAttr09 xsi:nil="true"/>
            <ns0:NumberAttr10 xsi:nil="true"/>
            <ns0:TextAttr01 xsi:nil="true"/>
            <ns0:TextAttr02 xsi:nil="true"/>
            <ns0:TextAttr03 xsi:nil="true"/>
            <ns0:TextAttr04 xsi:nil="true"/>
            <ns0:TextAttr05 xsi:nil="true"/>
            <ns0:TextAttr06 xsi:nil="true"/>
            <ns0:TextAttr07 xsi:nil="true"/>
            <ns0:TextAttr08 xsi:nil="true"/>
            <ns0:TextAttr09 xsi:nil="true"/>
            <ns0:TextAttr10 xsi:nil="true"/>
            <ns0:TextAttr11 xsi:nil="true"/>
            <ns0:TextAttr12 xsi:nil="true"/>
            <ns0:TextAttr13 xsi:nil="true"/>
            <ns0:TextAttr14 xsi:nil="true"/>
            <ns0:TextAttr15 xsi:nil="true"/>
            <ns0:TextAttr16 xsi:nil="true"/>
            <ns0:TextAttr17 xsi:nil="true"/>
            <ns0:TextAttr18 xsi:nil="true"/>
            <ns0:TextAttr19 xsi:nil="true"/>
            <ns0:TextAttr20 xsi:nil="true"/>
            <ns0:ProjectCode01/>
            <ns0:ProjectCode02/>
            <ns0:ProjectCode03/>
            <ns0:ProjectCode04/>
            <ns0:ProjectCode05/>
            <ns0:ProjectCode06/>
            <ns0:ProjectCode07/>
            <ns0:ProjectCode08/>
            <ns0:ProjectCode09/>
            <ns0:ProjectCode10/>
            <ns0:ProjectCode11/>
            <ns0:ProjectCode12/>
            <ns0:ProjectCode13/>
            <ns0:ProjectCode14/>
            <ns0:ProjectCode15/>
            <ns0:ProjectCode16/>
            <ns0:ProjectCode17/>
            <ns0:ProjectCode18/>
            <ns0:ProjectCode19/>
            <ns0:ProjectCode20/>
            <ns0:ProjectCode21/>
            <ns0:ProjectCode22/>
            <ns0:ProjectCode23/>
            <ns0:ProjectCode24/>
            <ns0:ProjectCode25/>
            <ns0:ProjectCode26/>
            <ns0:ProjectCode27/>
            <ns0:ProjectCode28/>
            <ns0:ProjectCode29/>
            <ns0:ProjectCode30/>
            <ns0:ProjectCode31/>
            <ns0:ProjectCode32/>
            <ns0:ProjectCode33/>
            <ns0:ProjectCode34/>
            <ns0:ProjectCode35/>
            <ns0:ProjectCode36/>
            <ns0:ProjectCode37/>
            <ns0:ProjectCode38/>
            <ns0:ProjectCode39/>
            <ns0:ProjectCode40/>
            <ns0:ProjectStatus>ΩClosed 스'Ø</ns0:ProjectStatus>
            <ns0:EPSName>[MainframeΩ'Ø</ns0:EPSName>
            <ns0:ProjectStatusCode>CLOSED</ns0:ProjectStatusCode>
            <ns0:ScheduleTypeCode>FIXED_EFFORT</ns0:ScheduleTypeCode>
            <ns0:LastUpdatedDate>2017-02-26T17:38:50.799Z</ns0:LastUpdatedDate>
            <ns0:ProjectPlanViewAccessCode>ORA_PJT_PRJ_PLAN_VIEW_TEAM</ns0:ProjectPlanViewAccessCode>
            <ns0:ProjectTranslation>
               <ns0:Description>[Sales template.Ω'+++ '+++ '+++ '+++ '+++ '+Ø</ns0:Description>
               <ns0:Language>KO</ns0:Language>
               <ns0:Name>[Project_Vision_Corp_AdvertisingΩ'+++ '+++ '+Ø</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:ProjectTranslation>
               <ns0:Description>Sales template.</ns0:Description>
               <ns0:Language>US</ns0:Language>
               <ns0:Name>Project_Vision_Corp_Advertising</ns0:Name>
               <ns0:SourceLang>US</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:Resource>
               <ns0:ProjectId>300100017445261</ns0:ProjectId>
               <ns0:DisplayName>[Emily ThornΩ'+Ø</ns0:DisplayName>
               <ns0:Email>emily.thorn@vision.com</ns0:Email>
               <ns0:Phone xsi:nil="true"/>
               <ns0:ResourceId>300100067363537</ns0:ResourceId>
               <ns0:ObjectVersionNumber>3</ns0:ObjectVersionNumber>
               <ns0:StartDateActive>2010-10-01</ns0:StartDateActive>
               <ns0:EndDateActive xsi:nil="true"/>
               <ns0:AssignmentStatusCode>PLANNING_ONLY</ns0:AssignmentStatusCode>
               <ns0:Allocation xsi:nil="true"/>
               <ns0:LaborEffort xsi:nil="true"/>
               <ns0:LaborBillRate xsi:nil="true"/>
               <ns0:LaborCostRate xsi:nil="true"/>
               <ns0:ExpenseAmount xsi:nil="true"/>
               <ns0:BillAmount xsi:nil="true"/>
               <ns0:CostAmount xsi:nil="true"/>
               <ns0:AssignmentStatus>ΩPlanned 스'+Ø</ns0:AssignmentStatus>
               <ns0:ProjectRole>ΩProject Manager 스'+++ '+Ø</ns0:ProjectRole>
               <ns0:BillRateCurrencyCode>USD</ns0:BillRateCurrencyCode>
               <ns0:CostRateCurrencyCode>USD</ns0:CostRateCurrencyCode>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:CurrencyCode>USD</ns0:CurrencyCode>
               <ns0:ResourceClass>PEOPLE</ns0:ResourceClass>
            </ns0:Resource>
            <ns0:ReadProjectDff>
               <ns3:ProjectId>300100017445261</ns3:ProjectId>
               <ns3:textBox xsi:nil="true"/>
               <ns3:yesNo xsi:nil="true"/>
               <ns3:globalSegmentForProjectDffs xsi:nil="true"/>
               <ns3:__FLEX_Context xsi:nil="true"/>
               <ns3:__FLEX_Context_DisplayValue xsi:nil="true"/>
               <ns3:_FLEX_NumOfSegments>3</ns3:_FLEX_NumOfSegments>
            </ns0:ReadProjectDff>
         </ns2:result>
         <ns2:result xsi:type="ns0:Project" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:Description>[Sales template.Ω'+++ '+++ '+++ '+++ '+++ '+Ø</ns0:Description>
            <ns0:Name>[Project_Seven_CorporationΩ'+++ '+++ '+Ø</ns0:Name>
            <ns0:ProjectId>300100017445341</ns0:ProjectId>
            <ns0:ProjectNumber>Project_Seven_Corporation</ns0:ProjectNumber>
            <ns0:ObjectVersionNumber>2</ns0:ObjectVersionNumber>
            <ns0:NumberAttr01 xsi:nil="true"/>
            <ns0:NumberAttr02 xsi:nil="true"/>
            <ns0:NumberAttr03 xsi:nil="true"/>
            <ns0:NumberAttr04 xsi:nil="true"/>
            <ns0:NumberAttr05 xsi:nil="true"/>
            <ns0:NumberAttr06 xsi:nil="true"/>
            <ns0:NumberAttr07 xsi:nil="true"/>
            <ns0:NumberAttr08 xsi:nil="true"/>
            <ns0:NumberAttr09 xsi:nil="true"/>
            <ns0:NumberAttr10 xsi:nil="true"/>
            <ns0:TextAttr01 xsi:nil="true"/>
            <ns0:TextAttr02 xsi:nil="true"/>
            <ns0:TextAttr03 xsi:nil="true"/>
            <ns0:TextAttr04 xsi:nil="true"/>
            <ns0:TextAttr05 xsi:nil="true"/>
            <ns0:TextAttr06 xsi:nil="true"/>
            <ns0:TextAttr07 xsi:nil="true"/>
            <ns0:TextAttr08 xsi:nil="true"/>
            <ns0:TextAttr09 xsi:nil="true"/>
            <ns0:TextAttr10 xsi:nil="true"/>
            <ns0:TextAttr11 xsi:nil="true"/>
            <ns0:TextAttr12 xsi:nil="true"/>
            <ns0:TextAttr13 xsi:nil="true"/>
            <ns0:TextAttr14 xsi:nil="true"/>
            <ns0:TextAttr15 xsi:nil="true"/>
            <ns0:TextAttr16 xsi:nil="true"/>
            <ns0:TextAttr17 xsi:nil="true"/>
            <ns0:TextAttr18 xsi:nil="true"/>
            <ns0:TextAttr19 xsi:nil="true"/>
            <ns0:TextAttr20 xsi:nil="true"/>
            <ns0:ProjectCode01/>
            <ns0:ProjectCode02/>
            <ns0:ProjectCode03/>
            <ns0:ProjectCode04/>
            <ns0:ProjectCode05/>
            <ns0:ProjectCode06/>
            <ns0:ProjectCode07/>
            <ns0:ProjectCode08/>
            <ns0:ProjectCode09/>
            <ns0:ProjectCode10/>
            <ns0:ProjectCode11/>
            <ns0:ProjectCode12/>
            <ns0:ProjectCode13/>
            <ns0:ProjectCode14/>
            <ns0:ProjectCode15/>
            <ns0:ProjectCode16/>
            <ns0:ProjectCode17/>
            <ns0:ProjectCode18/>
            <ns0:ProjectCode19/>
            <ns0:ProjectCode20/>
            <ns0:ProjectCode21/>
            <ns0:ProjectCode22/>
            <ns0:ProjectCode23/>
            <ns0:ProjectCode24/>
            <ns0:ProjectCode25/>
            <ns0:ProjectCode26/>
            <ns0:ProjectCode27/>
            <ns0:ProjectCode28/>
            <ns0:ProjectCode29/>
            <ns0:ProjectCode30/>
            <ns0:ProjectCode31/>
            <ns0:ProjectCode32/>
            <ns0:ProjectCode33/>
            <ns0:ProjectCode34/>
            <ns0:ProjectCode35/>
            <ns0:ProjectCode36/>
            <ns0:ProjectCode37/>
            <ns0:ProjectCode38/>
            <ns0:ProjectCode39/>
            <ns0:ProjectCode40/>
            <ns0:ProjectStatus>ΩClosed 스'Ø</ns0:ProjectStatus>
            <ns0:EPSName>[MainframeΩ'Ø</ns0:EPSName>
            <ns0:ProjectStatusCode>CLOSED</ns0:ProjectStatusCode>
            <ns0:ScheduleTypeCode>FIXED_EFFORT</ns0:ScheduleTypeCode>
            <ns0:LastUpdatedDate>2017-02-26T17:43:59.503Z</ns0:LastUpdatedDate>
            <ns0:ProjectPlanViewAccessCode>ORA_PJT_PRJ_PLAN_VIEW_TEAM</ns0:ProjectPlanViewAccessCode>
            <ns0:ProjectTranslation>
               <ns0:Description>[Sales template.Ω'+++ '+++ '+++ '+++ '+++ '+Ø</ns0:Description>
               <ns0:Language>KO</ns0:Language>
               <ns0:Name>[Project_Seven_CorporationΩ'+++ '+++ '+Ø</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:ProjectTranslation>
               <ns0:Description>Sales template.</ns0:Description>
               <ns0:Language>US</ns0:Language>
               <ns0:Name>Project_Seven_Corporation</ns0:Name>
               <ns0:SourceLang>US</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:Resource>
               <ns0:ProjectId>300100017445341</ns0:ProjectId>
               <ns0:DisplayName>[Emily ThornΩ'+Ø</ns0:DisplayName>
               <ns0:Email>emily.thorn@vision.com</ns0:Email>
               <ns0:Phone xsi:nil="true"/>
               <ns0:ResourceId>300100067363537</ns0:ResourceId>
               <ns0:ObjectVersionNumber>3</ns0:ObjectVersionNumber>
               <ns0:StartDateActive>2010-10-01</ns0:StartDateActive>
               <ns0:EndDateActive xsi:nil="true"/>
               <ns0:AssignmentStatusCode>PLANNING_ONLY</ns0:AssignmentStatusCode>
               <ns0:Allocation xsi:nil="true"/>
               <ns0:LaborEffort xsi:nil="true"/>
               <ns0:LaborBillRate xsi:nil="true"/>
               <ns0:LaborCostRate xsi:nil="true"/>
               <ns0:ExpenseAmount xsi:nil="true"/>
               <ns0:BillAmount xsi:nil="true"/>
               <ns0:CostAmount xsi:nil="true"/>
               <ns0:AssignmentStatus>ΩPlanned 스'+Ø</ns0:AssignmentStatus>
               <ns0:ProjectRole>ΩProject Manager 스'+++ '+Ø</ns0:ProjectRole>
               <ns0:BillRateCurrencyCode>USD</ns0:BillRateCurrencyCode>
               <ns0:CostRateCurrencyCode>USD</ns0:CostRateCurrencyCode>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:CurrencyCode>USD</ns0:CurrencyCode>
               <ns0:ResourceClass>PEOPLE</ns0:ResourceClass>
            </ns0:Resource>
            <ns0:ReadProjectDff>
               <ns3:ProjectId>300100017445341</ns3:ProjectId>
               <ns3:textBox xsi:nil="true"/>
               <ns3:yesNo xsi:nil="true"/>
               <ns3:globalSegmentForProjectDffs xsi:nil="true"/>
               <ns3:__FLEX_Context xsi:nil="true"/>
               <ns3:__FLEX_Context_DisplayValue xsi:nil="true"/>
               <ns3:_FLEX_NumOfSegments>3</ns3:_FLEX_NumOfSegments>
            </ns0:ReadProjectDff>
         </ns2:result>
      </ns0:findProjectResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to read project information based on Project ID.
<!--Request-->
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Header>
      <wsse:Security soap: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-5FEF50D1C45C4BEB37150893518825926">
            <wsu:Created>2017-10-25T12:39:48.258Z</wsu:Created>
            <wsu:Expires>2017-10-25T12:40:48.258Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-5FEF50D1C45C4BEB37150893518067925">
            <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">ddczLCvio69QE2MMdlRfMg==</wsse:Nonce>
            <wsu:Created>2017-10-25T12:39:40.679Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soap:Header>
   <soap:Body>
      <ns1:findProjectByProjectId xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns1:BindProjectId>300100123340023</ns1:BindProjectId>
      </ns1:findProjectByProjectId>
   </soap:Body>
</soap: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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/findProjectByProjectIdResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:6ea90b6c-37a6-474a-916b-2017976305b7</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-jdB5GrVrd6fZ05cy6fV1Rg22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:39:50Z</wsu:Created>
            <wsu:Expires>2017-10-28T23:59:50Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:findProjectByProjectIdResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns2:result xsi:type="ns0:Project" xmlns:ns2="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:Description xsi:nil="true"/>
            <ns0:Name>Project_Vision_Corp</ns0:Name>
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:ProjectNumber>300100123340023</ns0:ProjectNumber>
            <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            <ns0:NumberAttr01 xsi:nil="true"/>
            <ns0:NumberAttr02>23</ns0:NumberAttr02>
            <ns0:NumberAttr03 xsi:nil="true"/>
            <ns0:NumberAttr04 xsi:nil="true"/>
            <ns0:NumberAttr05 xsi:nil="true"/>
            <ns0:NumberAttr06 xsi:nil="true"/>
            <ns0:NumberAttr07 xsi:nil="true"/>
            <ns0:NumberAttr08 xsi:nil="true"/>
            <ns0:NumberAttr09 xsi:nil="true"/>
            <ns0:NumberAttr10 xsi:nil="true"/>
            <ns0:TextAttr01 xsi:nil="true"/>
            <ns0:TextAttr02>Project Code Test</ns0:TextAttr02>
            <ns0:TextAttr03 xsi:nil="true"/>
            <ns0:TextAttr04 xsi:nil="true"/>
            <ns0:TextAttr05 xsi:nil="true"/>
            <ns0:TextAttr06 xsi:nil="true"/>
            <ns0:TextAttr07 xsi:nil="true"/>
            <ns0:TextAttr08 xsi:nil="true"/>
            <ns0:TextAttr09 xsi:nil="true"/>
            <ns0:TextAttr10 xsi:nil="true"/>
            <ns0:TextAttr11 xsi:nil="true"/>
            <ns0:TextAttr12 xsi:nil="true"/>
            <ns0:TextAttr13 xsi:nil="true"/>
            <ns0:TextAttr14 xsi:nil="true"/>
            <ns0:TextAttr15 xsi:nil="true"/>
            <ns0:TextAttr16 xsi:nil="true"/>
            <ns0:TextAttr17 xsi:nil="true"/>
            <ns0:TextAttr18 xsi:nil="true"/>
            <ns0:TextAttr19 xsi:nil="true"/>
            <ns0:TextAttr20 xsi:nil="true"/>
            <ns0:ProjectCode01/>
            <ns0:ProjectCode02/>
            <ns0:ProjectCode03/>
            <ns0:ProjectCode04/>
            <ns0:ProjectCode05/>
            <ns0:ProjectCode06/>
            <ns0:ProjectCode07/>
            <ns0:ProjectCode08/>
            <ns0:ProjectCode09/>
            <ns0:ProjectCode10/>
            <ns0:ProjectCode11/>
            <ns0:ProjectCode12/>
            <ns0:ProjectCode13/>
            <ns0:ProjectCode14/>
            <ns0:ProjectCode15/>
            <ns0:ProjectCode16/>
            <ns0:ProjectCode17/>
            <ns0:ProjectCode18/>
            <ns0:ProjectCode19/>
            <ns0:ProjectCode20/>
            <ns0:ProjectCode21/>
            <ns0:ProjectCode22/>
            <ns0:ProjectCode23/>
            <ns0:ProjectCode24/>
            <ns0:ProjectCode25/>
            <ns0:ProjectCode26/>
            <ns0:ProjectCode27/>
            <ns0:ProjectCode28/>
            <ns0:ProjectCode29/>
            <ns0:ProjectCode30/>
            <ns0:ProjectCode31/>
            <ns0:ProjectCode32/>
            <ns0:ProjectCode33/>
            <ns0:ProjectCode34/>
            <ns0:ProjectCode35/>
            <ns0:ProjectCode36/>
            <ns0:ProjectCode37/>
            <ns0:ProjectCode38/>
            <ns0:ProjectCode39/>
            <ns0:ProjectCode40/>
            <ns0:ProjectStatus>ΩActive 스'Ø</ns0:ProjectStatus>
            <ns0:EPSName>[Unassigned ProjectsΩ'+++ '+++Ø</ns0:EPSName>
            <ns0:ProjectStatusCode>ACTIVE</ns0:ProjectStatusCode>
            <ns0:ScheduleTypeCode>FIXED_EFFORT</ns0:ScheduleTypeCode>
            <ns0:LastUpdatedDate>2017-10-25T11:06:11.388Z</ns0:LastUpdatedDate>
            <ns0:ProjectPlanViewAccessCode>ORA_PJT_PRJ_PLAN_VIEW_TEAM</ns0:ProjectPlanViewAccessCode>
            <ns0:ProjectTranslation>
               <ns0:Description xsi:nil="true"/>
               <ns0:Language>KO</ns0:Language>
               <ns0:Name>Project_Vision_Corp</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:ProjectTranslation>
               <ns0:Description xsi:nil="true"/>
               <ns0:Language>US</ns0:Language>
               <ns0:Name>Project_Vision_Corp</ns0:Name>
               <ns0:SourceLang>KO</ns0:SourceLang>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
            </ns0:ProjectTranslation>
            <ns0:Resource>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:DisplayName>[John GormanΩ'++Ø</ns0:DisplayName>
               <ns0:Email>prj_john_gorman_in_grp@vision.com</ns0:Email>
               <ns0:Phone xsi:nil="true"/>
               <ns0:ResourceId>300100023180811</ns0:ResourceId>
               <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
               <ns0:StartDateActive xsi:nil="true"/>
               <ns0:EndDateActive xsi:nil="true"/>
               <ns0:AssignmentStatusCode>PLANNING_ONLY</ns0:AssignmentStatusCode>
               <ns0:Allocation>100</ns0:Allocation>
               <ns0:LaborEffort xsi:nil="true"/>
               <ns0:LaborBillRate xsi:nil="true"/>
               <ns0:LaborCostRate xsi:nil="true"/>
               <ns0:ExpenseAmount xsi:nil="true"/>
               <ns0:BillAmount xsi:nil="true"/>
               <ns0:CostAmount xsi:nil="true"/>
               <ns0:AssignmentStatus>ΩPlanned 스'+Ø</ns0:AssignmentStatus>
               <ns0:ProjectRole>ΩTeam Member 스'+++Ø</ns0:ProjectRole>
               <ns0:BillRateCurrencyCode>USD</ns0:BillRateCurrencyCode>
               <ns0:CostRateCurrencyCode>USD</ns0:CostRateCurrencyCode>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:CurrencyCode>USD</ns0:CurrencyCode>
               <ns0:ResourceClass>PEOPLE</ns0:ResourceClass>
            </ns0:Resource>
            <ns0:Resource>
               <ns0:ProjectId>300100123340023</ns0:ProjectId>
               <ns0:DisplayName>[Devon SmithΩ'+++Ø</ns0:DisplayName>
               <ns0:Email>prj_wf_in_grp@vision.com</ns0:Email>
               <ns0:Phone xsi:nil="true"/>
               <ns0:ResourceId>300100024326751</ns0:ResourceId>
               <ns0:ObjectVersionNumber>11</ns0:ObjectVersionNumber>
               <ns0:StartDateActive xsi:nil="true"/>
               <ns0:EndDateActive xsi:nil="true"/>
               <ns0:AssignmentStatusCode>PLANNING_ONLY</ns0:AssignmentStatusCode>
               <ns0:Allocation>100</ns0:Allocation>
               <ns0:LaborEffort xsi:nil="true"/>
               <ns0:LaborBillRate>150</ns0:LaborBillRate>
               <ns0:LaborCostRate>125</ns0:LaborCostRate>
               <ns0:ExpenseAmount xsi:nil="true"/>
               <ns0:BillAmount xsi:nil="true"/>
               <ns0:CostAmount xsi:nil="true"/>
               <ns0:AssignmentStatus>ΩPlanned 스'+Ø</ns0:AssignmentStatus>
               <ns0:ProjectRole>ΩProject Manager 스'+++ '+Ø</ns0:ProjectRole>
               <ns0:BillRateCurrencyCode>USD</ns0:BillRateCurrencyCode>
               <ns0:CostRateCurrencyCode>USD</ns0:CostRateCurrencyCode>
               <ns0:ProjectCurrencyCode>USD</ns0:ProjectCurrencyCode>
               <ns0:CurrencyCode>USD</ns0:CurrencyCode>
               <ns0:ResourceClass>PEOPLE</ns0:ResourceClass>
            </ns0:Resource>
            <ns0:ReadOpportunity>
               <ns0:OpportunityAltNumber xsi:nil="true"/>
               <ns0:OpportunityAmount currencyCode="USD" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/">3000</ns0:OpportunityAmount>
               <ns0:OpportunityCurrencyCode>USD</ns0:OpportunityCurrencyCode>
               <ns0:OpportunityCustomerId>2</ns0:OpportunityCustomerId>
               <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
               <ns0:OpportunityCustomerNumber>Opp120</ns0:OpportunityCustomerNumber>
               <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
               <ns0:OpportunityId>10</ns0:OpportunityId>
               <ns0:OpportunityName>Opp1</ns0:OpportunityName>
               <ns0:OpportunityNumber>Opp1</ns0:OpportunityNumber>
               <ns0:OpportunityWinConfPercent>20</ns0:OpportunityWinConfPercent>
               <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               <ns0:ReferenceProjectId>300100123340023</ns0:ReferenceProjectId>
               <ns0:OpportunityTranslation>
                  <ns0:Language>KO</ns0:Language>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
                  <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
                  <ns0:OpportunityName>Opp1</ns0:OpportunityName>
                  <ns0:OpportunityStatus xsi:nil="true"/>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               </ns0:OpportunityTranslation>
               <ns0:OpportunityTranslation>
                  <ns0:Language>US</ns0:Language>
                  <ns0:SourceLang>KO</ns0:SourceLang>
                  <ns0:OpportunityCustomerName>Opp1</ns0:OpportunityCustomerName>
                  <ns0:OpportunityDescription>Opp1</ns0:OpportunityDescription>
                  <ns0:OpportunityName>Opp1</ns0:OpportunityName>
                  <ns0:OpportunityStatus xsi:nil="true"/>
                  <ns0:ObjectVersionNumber>1</ns0:ObjectVersionNumber>
                  <ns0:ReferenceObjectId>300100123340031</ns0:ReferenceObjectId>
               </ns0:OpportunityTranslation>
            </ns0:ReadOpportunity>
            <ns0:ReadProjectDff>
               <ns3:ProjectId>300100123340023</ns3:ProjectId>
               <ns3:textBox xsi:nil="true"/>
               <ns3:yesNo xsi:nil="true"/>
               <ns3:globalSegmentForProjectDffs xsi:nil="true"/>
               <ns3:__FLEX_Context xsi:nil="true"/>
               <ns3:__FLEX_Context_DisplayValue xsi:nil="true"/>
               <ns3:_FLEX_NumOfSegments>3</ns3:_FLEX_NumOfSegments>
            </ns0:ReadProjectDff>
         </ns2:result>
      </ns0:findProjectByProjectIdResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to get a list of exceptions associated to a project.
<!--Request-->
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/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-5FEF50D1C45C4BEB37150893523345428">
            <wsu:Created>2017-10-25T12:40:33.454Z</wsu:Created>
            <wsu:Expires>2017-10-25T12:41:33.454Z</wsu:Expires>
         </wsu:Timestamp>
         <wsse:UsernameToken wsu:Id="UsernameToken-5FEF50D1C45C4BEB37150893522816727">
            <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">NKD7LBEUZVd0Sw8QIBlcBg==</wsse:Nonce>
            <wsu:Created>2017-10-25T12:40:28.166Z</wsu:Created>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <typ:getProjectExceptions>
         <typ:projectId>300100123340023</typ:projectId>
      </typ:getProjectExceptions>
   </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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/getProjectExceptionsResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:edc70dbf-f938-4ec1-a030-fe8844a6718b</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-nn1Qt19g3Ljm1b0rOby21g22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
            <wsu:Created>2017-10-25T12:40:36Z</wsu:Created>
            <wsu:Expires>2017-10-29T00:00:36Z</wsu:Expires>
         </wsu:Timestamp>
      </wsse:Security>
   </env:Header>
   <env:Body>
      <ns0:getProjectExceptionsResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns1:result xsi:type="ns0:Exception" xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:ExceptionString>ΩStart date overdue 스'+++ '++Ø</ns0:ExceptionString>
            <ns0:PlanLineId>300100123340033</ns0:PlanLineId>
         </ns1:result>
         <ns1:result xsi:type="ns0:Exception" xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:ExceptionString>ΩFinish date overdue 스'+++ '+++Ø</ns0:ExceptionString>
            <ns0:PlanLineId>300100123340033</ns0:PlanLineId>
         </ns1:result>
         <ns1:result xsi:type="ns0:Exception" xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:ExceptionString>ΩStart date overdue 스'+++ '++Ø</ns0:ExceptionString>
            <ns0:PlanLineId>300100123340038</ns0:PlanLineId>
         </ns1:result>
         <ns1:result xsi:type="ns0:Exception" xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:ExceptionString>ΩFinish date overdue 스'+++ '+++Ø</ns0:ExceptionString>
            <ns0:PlanLineId>300100123340038</ns0:PlanLineId>
         </ns1:result>
         <ns1:result xsi:type="ns0:Exception" xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:ExceptionString>ΩStart date overdue 스'+++ '++Ø</ns0:ExceptionString>
            <ns0:PlanLineId>300100123340056</ns0:PlanLineId>
         </ns1:result>
         <ns1:result xsi:type="ns0:Exception" xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:ProjectId>300100123340023</ns0:ProjectId>
            <ns0:ExceptionString>ΩFinish date overdue 스'+++ '+++Ø</ns0:ExceptionString>
            <ns0:PlanLineId>300100123340056</ns0:PlanLineId>
         </ns1:result>
      </ns0:getProjectExceptionsResponse>
   </env:Body>
</env:Envelope>
This example payload demonstrates how to update the descriptive flexfields of a project plan.
<!--Request-->
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:proj="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:tas="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/" xmlns:proj1="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/">
   <soapenv:Header/>
   <soapenv:Body>
      <typ:updateProjectPlanDescriptiveFlexfields>
         <typ:projectForDff>
            <proj:Name>Test Project 102617</proj:Name>
            <proj:ProjectId>300100113327432</proj:ProjectId>
            <proj:ProjectTaskForDff>
               <proj:ProjElementId>300100113327442</proj:ProjElementId>
               <proj:ProjectId>300100113327432</proj:ProjectId>
               <proj:PjtTaskDffVLA>
                  <tas:ProjElementId>300100113327442</tas:ProjElementId>
                  <!--List of all global segment fields-->
                  <tas:globalSegmentForTaskDffs>GlobalTask</tas:globalSegmentForTaskDffs>
                  <!--Task Context-->
                  <tas:__FLEX_Context>Task Context1</tas:__FLEX_Context>
                  <!--List of all task context sensitive segment fields-->
                  <tas:contextSensitiveSegment1>Context1</tas:contextSensitiveSegment1>
               </proj:PjtTaskDffVLA>
            </proj:ProjectTaskForDff>
            <proj:PjtProjectDffVLA>
               <proj1:ProjectId>300100113327432</proj1:ProjectId>
               <!--List of all global segment fields-->
               <proj1:globalSegmentForProjectDffs>Global</proj1:globalSegmentForProjectDffs>
               <!--Project Context-->
               <proj1:__FLEX_Context>Project Context1</proj1:__FLEX_Context>
               <!--List of all context sensitive segment fields-->
               <proj1:contextSensitiveSegment1>Context 1</proj1:contextSensitiveSegment1>
            </proj:PjtProjectDffVLA>
         </typ:projectForDff>
      </typ:updateProjectPlanDescriptiveFlexfields>
   </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/projectManagement/common/projectServiceV2/types/">
   <env:Header>
      <wsa:Action>http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2//ProjectService/updateProjectPlanDescriptiveFlexfieldsResponse</wsa:Action>
      <wsa:MessageID>urn:uuid:a783c6ad-7fc4-48c8-9681-cbf669396707</wsa:MessageID>
   </env:Header>
   <env:Body>
      <ns0:updateProjectPlanDescriptiveFlexfieldsResponse xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/">
         <ns1:result xsi:type="ns0:ProjectForDff" xmlns:ns1="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/types/" xmlns:ns3="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/ProjectDff/" xmlns:ns0="http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ns0:Name>Test Project 102617</ns0:Name>
            <ns0:ProjectId>300100113327432</ns0:ProjectId>
            <ns0:ProjectTaskForDff xmlns:ns2="http://xmlns.oracle.com/apps/flex/projects/projectManagement/projectPlan/model/common/TaskDff/">
               <ns0:ProjElementId>300100113327442</ns0:ProjElementId>
               <ns0:Name>Task 1</ns0:Name>
               <ns0:ProjectId>300100113327432</ns0:ProjectId>
               <ns0:PjtTaskDffVLA xsi:type="ns2:TaskContext1" xmlns:ns1="http://xmlns.oracle.com/adf/svc/types/">
                  <ns2:ProjElementId>300100113327442</ns2:ProjElementId>
                  <ns2:testTextBox xsi:nil="true"/>
                  <ns2:testTextArea xsi:nil="true"/>
                  <ns2:testDropDown xsi:nil="true"/>
                  <ns2:testLov xsi:nil="true"/>
                  <ns2:testPopup xsi:nil="true"/>
                  <ns2:testRadioButton xsi:nil="true"/>
                  <ns2:globalSegmentForTaskDffs>GlobalTask</ns2:globalSegmentForTaskDffs>
                  <ns2:test19 xsi:nil="true"/>
                  <ns2:testdate13 xsi:nil="true"/>
                  <ns2:testnumber xsi:nil="true"/>
                  <ns2:__FLEX_Context>Task Context1</ns2:__FLEX_Context>
                  <ns2:__FLEX_Context_DisplayValue>Task Context1</ns2:__FLEX_Context_DisplayValue>
                  <ns2:_FLEX_NumOfSegments>11</ns2:_FLEX_NumOfSegments>
                  <ns2:contextSensitiveSegment1 xsi:nil="true"/>
               </ns0:PjtTaskDffVLA>
            </ns0:ProjectTaskForDff>
            <ns0:PjtProjectDffVLA xsi:type="ns3:ProjectContext1">
               <ns3:ProjectId>300100113327432</ns3:ProjectId>
               <ns3:textBox>Segment1</ns3:textBox>
               <ns3:yesNo>YES</ns3:yesNo>
               <ns3:globalSegmentForProjectDffs>Global</ns3:globalSegmentForProjectDffs>
               <ns3:__FLEX_Context>Project Context1</ns3:__FLEX_Context>
               <ns3:__FLEX_Context_DisplayValue>Project Context1</ns3:__FLEX_Context_DisplayValue>
               <ns3:_FLEX_NumOfSegments>4</ns3:_FLEX_NumOfSegments>
               <ns3:contextSensitiveSegment1 xsi:nil="true"/>
            </ns0:PjtProjectDffVLA>
         </ns1:result>
      </ns0:updateProjectPlanDescriptiveFlexfieldsResponse>
   </env:Body>
</env:Envelope>