Task Statuses
The Task Statuses view object that extracts the list of statuses that can be used on a task type.
Data Store Key : FscmTopModelAM.ScmExtractAM.DooBiccExtractAM.TaskStatusExtractPVO
Primary Keys : TaskStatusTaskStatusId
Initial Extract Date : TaskStatusCreationDate
Incremental Extract Date : TaskStatusLastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
Name | Description |
---|---|
TaskStatusCreatedBy | User who created the task status row. |
TaskStatusCreationDate | Date when the task status row was created. |
TaskStatusLastUpdateDate | Date when the task status row was last updated. |
TaskStatusLastUpdateLogin | Session login associated to the user who most recently updated the task status row. |
TaskStatusLastUpdatedBy | User who most recently updated the task status row. |
TaskStatusObjectVersionNumber | Number of times the task status row has been updated. |
TaskStatusOrchestrationApplicationId | Value that identifies the orchestration application associated to the task status row. This is a foreign key to the DOO_ORCHESTRATION_APPLICATIONS table. |
TaskStatusSeededFlag | Indicates whether the task status row was predefined by the Oracle Fusion application. A list of accepted values is defined in the lookup type YES_NO. |
TaskStatusSplitPriority | Ranking of the task status that's used to determine the proper status to assign to a task type in case a line is split. |
TaskStatusStatusCode | Code that uniquely identifies the status that can be used on a task type. |
TaskStatusTaskStatusId | Value that uniquely identifies the task status row. This is the primary key of the Task Statuses view object. |
TaskStatusTaskTypeId | Value that uniquely identifies the task type row. This is the foreign key to the Task Types view object. |