PJE_CR_TASK_IMPACTS_B
This table is used to store change request task impacts.
Details
-
Schema: FUSION
-
Object owner: PJE
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
PJE_CR_TASK_IMPACTS_B_PK |
CR_TASK_IMPACT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CR_TASK_IMPACT_ID | NUMBER | 18 | Yes | Unique identifier of the change request task impact. | |
| CHANGE_REQUEST_ID | NUMBER | 18 | Yes | Identifier of the change request. | |
| AREA_CODE | VARCHAR2 | 30 | Yes | Area of the change request task impact. (Lookup Type: ORA_PJE_CR_IMPACT_AREA) | |
| STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the change request task impact. | |
| 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. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| CHANGE_DOCUMENT_ID | NUMBER | 18 | Identifier of the change order, if any, the change request task impact is added to. | ||
| CHANGE_IMPACT_ID | NUMBER | 18 | Identifier of the change order impact, if any, the change request task impact is added to. | ||
| IMPACT_ELEM_DETAILS_ID | NUMBER | 18 | Identifier of the change order impact element detail, if any, the change request task impact is associated to. | ||
| PROJECT_ID | NUMBER | 18 | Identifier of the project the change request is associated to. | ||
| ELEMENT_ACTION_CODE | VARCHAR2 | 10 | Indicates the action being performed on the task. (Lookup Type: ORA_PJE_ELEM_ACTION_CODE) | ||
| PROJ_ELEMENT_ID | NUMBER | 18 | Identifier of the task that is impacted by the change request task impact. | ||
| ELEMENT_NUMBER | VARCHAR2 | 100 | User-defined number that uniquely identifies the task within the project. | ||
| PARENT_PROJ_ELEMENT_ID | NUMBER | 18 | Identifier of the task that's the parent of the task in the project. | ||
| MILESTONE_FLAG | VARCHAR2 | 1 | Flag that indicates if the task is a milestone. | ||
| START_DATE | DATE | Start date of the change request task impact. | |||
| FINISH_DATE | DATE | Finish date of the change request task impact. | |||
| APPROVER_PERSON_ID | NUMBER | 18 | Identifier of the person who approved or rejected the change request task impact. | ||
| APPROVAL_DATE | DATE | Date when the change request task impact was approved or rejected. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PJE_CR_TASK_IMPACTS_B_N1 | Non Unique | FUSION_TS_TX_IDX | CHANGE_REQUEST_ID, STATUS_CODE |
| PJE_CR_TASK_IMPACTS_B_N2 | Non Unique | FUSION_TS_TX_IDX | PROJECT_ID, ELEMENT_NUMBER |
| PJE_CR_TASK_IMPACTS_B_N3 | Non Unique | FUSION_TS_TX_IDX | CHANGE_REQUEST_ID, PARENT_PROJ_ELEMENT_ID, PROJ_ELEMENT_ID |
| PJE_CR_TASK_IMPACTS_B_U1 | Unique | FUSION_TS_TX_IDX | CR_TASK_IMPACT_ID |
| PJE_CR_TASK_IMPACTS_B_U2 | Unique | FUSION_TS_TX_IDX | CHANGE_DOCUMENT_ID, CHANGE_IMPACT_ID, IMPACT_ELEM_DETAILS_ID |