Project Work Plan Task Version 2
A service data object that captures task-related information such as planned dates, resource assignment, and effort.
QName: {http://xmlns.oracle.com/apps/projects/projectManagement/common/projectServiceV2/}ProjectTask
Relationships
The following table describes how this service data object is related to other service data objects or business object services.
| Relationship Type | Object or Service |
|---|---|
|
Contains |
|
|
Contains |
|
|
Contained by |
|
|
Handled by |
Attributes
The following table describes attributes in the service data object.
| Name | Type | Description |
|---|---|---|
|
ActualFinishDate |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Actual finish date of the task. |
|
ActualQuantity |
{http://xmlns.oracle.com/adf/svc/types/}MeasureType |
Actual effort spent on the task. |
|
ActualStartDate |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Actual start date of the task. |
|
BaselineAllocation |
decimal |
Baseline resource allocation for the task. |
|
BaselineDuration |
decimal |
Baseline duration of the task. |
|
BaselineFinishDate |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Baseline finish date of the task. |
|
BaselineQuantity |
{http://xmlns.oracle.com/adf/svc/types/}MeasureType |
Baseline effort required to complete the task. |
|
BaselineStartDate |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Baseline start date of the task. |
|
CustomFields |
User-defined attributes of the task. |
|
|
Description |
string |
Description of the task. |
|
Duration |
decimal |
Number of calendar days from the task start date to the task finish date. |
|
ElementType |
string |
Task type with values as either EXECUTION or FINANCIAL. |
|
ElementVersionId |
string |
Identifier of the task version. |
|
ExpenseResources |
List of expense resources assigned to a specific task in projet work plan. |
|
|
ExternalId |
string |
Identifier of the task from the source application.
|
|
ExternalProjectId |
string |
Identifier of the project from the source application. |
|
FinishDate |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Planned finish date of the task. |
|
GateIndicator |
string |
Determines if the task is a gate. |
|
HealthStatus |
string |
Status indicating the health of the task. Valid values are ON_TRACK, AT_RISK, or IN_TROUBLE. |
|
ITDQuantity |
{http://xmlns.oracle.com/adf/svc/types/}MeasureType |
Actual effort spent to date on the task. |
|
IsIntegrated |
string |
Indicates whether the task is integrated with corresponding financial system. |
|
LastSyncDate |
{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp |
Indicates date and time when this task was last synced with corresponding financial system. |
|
MilestoneIndicator |
string |
Determines if the task is a milestone. |
|
Name |
string |
Name of the task. |
|
ParentExternalId |
string |
Identifier of the summary task from the source application |
|
PercentComplete |
decimal |
Percent complete value for the task. |
|
PhysicalPercentComplete |
decimal |
Percentage of physical work completed on the task. |
|
Priority |
decimal |
Priority of the task. |
|
ProgressStatusCode |
string |
Progress status of the task. Valid values are NOT_STARTED, IN_PROGRESS, and COMPLETED. |
|
Quantity |
{http://xmlns.oracle.com/adf/svc/types/}MeasureType |
Planned effort for the task. |
|
QuantityUnit |
string |
Unit of measure for effort. |
|
RemainingQuantity |
{http://xmlns.oracle.com/adf/svc/types/}MeasureType |
Effort remaining on the task. |
|
ResourceAllocationPercent |
decimal |
Allocation percentage for the resource on the task. |
|
ResourceEmailId |
string |
E-mail address of the resource assigned to the task. |
|
ResourceId |
long |
Identifier of the resource assigned to the task. |
|
SprintName |
string |
Sprint in which the task is completed or expected to be complete. Valid values are configured during application setup. |
|
StartDate |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Planned start date of the task. |
|
TaskNumber |
string |
Task number from the source application. |
|
TaskSequence |
long |
The sequence in which tasks are created. For example, the sequence number of subtasks must be greater than the sequence number of related summary tasks. |