Jeopardy Priorities
The Jeopardy Priorities view object that extracts the definition of jeopardy priorities. Jeopardy priority indicates the severity of a delay of a task in an orchestration process.
Data Store Key : FscmTopModelAM.ScmExtractAM.DooBiccExtractAM.JeopardyPriorityExtractPVO
Primary Keys : JeopardyPriorityId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
Name | Description |
---|---|
CreatedBy | User who created the jeopardy priority row. |
CreationDate | Date when the jeopardy priority row was created. |
JeopardyPriorityCode | Code that indicates the level of risk associated with the delay of a task. A list of accepted values is defined in the lookup type DOO_JEOPARDY_PRIORITY_CODE. |
JeopardyPriorityId | Value that uniquely identifies the jeopardy priority row. This is the primary key of the Jeopardy Priorities view object. |
LastUpdateDate | Date when the jeopardy priority row was last updated. |
LastUpdateLogin | Session login associated to the user who most recently updated the jeopardy priority row. |
LastUpdatedBy | User who most recently updated the jeopardy priority row. |
MaximumScore | The upper limit of the range of given jeopardy priority. |
MinimumScore | The lower limit of the range of given jeopardy priority. |
ObjectVersionNumber | Number of times the jeopardy priority row has been updated. |
OrchestrationApplicationId | Value that identifies the orchestration application associated to the jeopardy priority row. This is a foreign key to the DOO_ORCHESTRATION_APPLICATIONS table. |