PJE_CR_RESOURCE_IMPACTS_B
This table is used to store change request resource impacts.
Details
-
Schema: FUSION
-
Object owner: PJE
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
PJE_CR_RESOURCE_IMPACTS_B_PK |
CR_RESOURCE_IMPACT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CR_RESOURCE_IMPACT_ID | NUMBER | 18 | Yes | Unique identifier of the change request resource impact. | |
| CHANGE_REQUEST_ID | NUMBER | 18 | Yes | Identifier of the change request. | |
| AREA_CODE | VARCHAR2 | 30 | Yes | Area of the change request resource impact. (Lookup Type: ORA_PJE_CR_IMPACT_AREA) | |
| STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the change request resource 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 resource impact is added to. | ||
| CHANGE_IMPACT_ID | NUMBER | 18 | Identifier of the change order impact, if any, the change request resource impact is added to. | ||
| IMPACT_DETAILS_ID | NUMBER | 18 | Identifier of the change order impact detail, if any, the change request resource impact is associated to. | ||
| PROJECT_ID | NUMBER | 18 | Identifier of the project the change request is associated to. | ||
| PROJ_ELEMENT_ID | NUMBER | 18 | Identifier of the task that is impacted by the change request resource impact. | ||
| RBS_ELEMENT_ID | NUMBER | 18 | Identifier of the resource that is impacted by the change request resource impact. | ||
| START_DATE | DATE | Start date of the change request resource impact. | |||
| FINISH_DATE | DATE | Finish date of the change request resource impact. | |||
| TXN_CURRENCY_CODE | VARCHAR2 | 15 | Currency code for the change request resource impact in transaction currency. | ||
| QUANTITY | NUMBER | Amount of change for the quantity. | |||
| UNIT_OF_MEASURE | VARCHAR2 | 30 | Unit to measure the quantity such as hours or tons. | ||
| TC_RAW_COST | NUMBER | Amount of change to the raw cost in transaction currency. | |||
| TC_BURDENED_COST | NUMBER | Amount of change to the burdened cost in transaction currency. | |||
| TC_REVENUE | NUMBER | Amount of change to the revenue in transaction currency. | |||
| PC_RAW_COST | NUMBER | Amount of change to the raw cost in project currency. | |||
| PC_BURDENED_COST | NUMBER | Amount of change to the burdened cost in project currency. | |||
| PC_REVENUE | NUMBER | Amount of change to the revenue in project currency. | |||
| PFC_RAW_COST | NUMBER | Amount of change to the raw cost in project ledger currency. | |||
| PFC_BURDENED_COST | NUMBER | Amount of change to the burdened cost in project ledger currency. | |||
| PFC_REVENUE | NUMBER | Amount of change to the revenue in project ledger currency. | |||
| APPROVER_PERSON_ID | NUMBER | 18 | Identifier of the person who approved or rejected the change request resource impact. | ||
| APPROVAL_DATE | DATE | Date when the change request resource impact was approved or rejected. | |||
| IMPACT_TO | VARCHAR2 | 30 | The detail of the impacted object such as a cost budget or revenue budget. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PJE_CR_RESOURCE_IMPACTS_B_N1 | Non Unique | FUSION_TS_TX_IDX | CHANGE_REQUEST_ID, STATUS_CODE |
| PJE_CR_RESOURCE_IMPACTS_B_U1 | Unique | FUSION_TS_TX_IDX | CR_RESOURCE_IMPACT_ID |
| PJE_CR_RESOURCE_IMPACTS_B_U2 | Unique | FUSION_TS_TX_IDX | CHANGE_DOCUMENT_ID, CHANGE_IMPACT_ID, IMPACT_DETAILS_ID |