PJF_PROJ_ELEMENT_VERSION
PA_PROJ_ELEMENT_VERSIONS stores the common versioned information related to tasks and structures. - For future use
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_PROJ_ELEMENT_VERSION_PK |
ELEMENT_VERSION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ELEMENT_VERSION_ID | NUMBER | 18 | Yes | The unique identifier for the element version | |
FINANCIAL_TASK_FLAG | VARCHAR2 | 1 | To indicate a task can be used for financial management. | ||
CREATED_FROM_SOURCE_ID | NUMBER | 18 | CREATED_FROM_SOURCE_ID ***** | ||
PROJ_ELEMENT_ID | NUMBER | 18 | Yes | The identifier of the project element (structure or task) to which the element version belongs | |
OBJECT_TYPE | VARCHAR2 | 30 | Yes | The type of the object for the element. The value can be TASK or STRUCTURE. | |
PROJECT_ID | NUMBER | 18 | Yes | The identifier of the project to which the structure version or task version belongs | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
PARENT_STRUCTURE_VERSION_ID | NUMBER | 18 | The identifier of the structure version to which the task version belongs | ||
DISPLAY_SEQUENCE | NUMBER | 18 | Identifies the display order of the task version within a structure version. This is a task-specific attribute. | ||
WBS_LEVEL | NUMBER | 3 | Identifies the hierarchical level of the task version within a structure version. This is a task-specific attribute. | ||
WBS_NUMBER | VARCHAR2 | 240 | System-generated formatted number for a task version, which indicates the exact position of a task version in a structure version. This is a task-specific attribute. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
PARENT_ELEMENT_VERSION_ID | NUMBER | 18 | PARENT_ELEMENT_VERSION_ID ***** | ||
PARENT_PROJ_ELEMENT_ID | NUMBER | 18 | PARENT_PROJ_ELEMENT_ID ***** | ||
PARENT_OBJECT_TYPE | VARCHAR2 | 30 | The type of the parent object for the element. The value can be TASK or STRUCTURE. ***** | ||
EXECUTION_LEAF | VARCHAR2 | 1 | Y indicates this is a leaf node task in EXECUTION project | ||
MANUAL_SCHEDULE | VARCHAR2 | 1 | Indicates if the task is scheduled manually (Y) and is not part of auto-scheduling process | ||
EXECUTION_DISPLAY_SEQUENCE | NUMBER | 18 | Identifies the display order of the task within an execution project.This is a task-specific attribute. | ||
ELEMENT_VERSION_ID_META | NUMBER | 18 | This is a Meta column that is used while data processing | ||
ELEMENT_TYPE | VARCHAR2 | 30 | Yes | Identifies the element type. FINANCIAL, EXECUTION or FIN_EXEC |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJF_PROJ_ELEMENT_VERSION | pjf_proj_elements_b | PROJ_ELEMENT_ID |
pjf_proj_elem_ver_struct | pjf_proj_element_version | ELEMENT_VERSION_ID |
pjt_proj_constraints | pjf_proj_element_version | ELEMENT_VERSION_ID |
pjo_project_progress | pjf_proj_element_version | ELEMENT_VERSION_ID |
pjt_task_dependencies | pjf_proj_element_version | PRED_ELEMENT_VERSION_ID |
pjt_task_dependency_links | pjf_proj_element_version | PRED_ELEMENT_VERSION_ID |
pjt_task_dependency_links | pjf_proj_element_version | SUCC_ELEMENT_VERSION_ID |
pjt_task_dependency_links | pjf_proj_element_version | LINKED_ELEMENT_VERSION_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_PROJ_ELEMENT_VERSION_N1 | Non Unique | Default | PROJ_ELEMENT_ID |
PJF_PROJ_ELEMENT_VERSION_N2 | Non Unique | Default | PARENT_STRUCTURE_VERSION_ID |
PJF_PROJ_ELEMENT_VERSION_N3 | Non Unique | Default | PROJECT_ID, ELEMENT_VERSION_ID_META |
PJF_PROJ_ELEMENT_VERSION_N4 | Non Unique | Default | ATTRIBUTE15 |
PJF_PROJ_ELEMENT_VERSION_N5 | Non Unique | Default | OBJECT_TYPE |
PJF_PROJ_ELEMENT_VERSION_N6 | Non Unique | Default | WBS_NUMBER |
PJF_PROJ_ELEMENT_VERSION_N7 | Non Unique | Default | PARENT_ELEMENT_VERSION_ID |
PJF_PROJ_ELEMENT_VERSION_U1 | Unique | Default | ELEMENT_VERSION_ID |