PJR_SUM_OTBI_UTIL
The PJR_SUM_OTBI_UTIL table contains the projected hours and actual hours that are aggregated up the resource pool hierarchy for use by Oracle Transactional Business Intelligence. The PJR_RESOURCE_POOLS_B table contains the parent child hierarchy. The PJR_RESOURCE_POOL_ASSIGNMENTS table contains the resource pool structure node for each resource.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJR_SUM_OTBI_UTIL_PK |
RESOURCE_POOL_ID, RESOURCE_ID, PROJECT_ID, ACTUAL_HOURS_WK_CATEGORY_CODE, ASSIGNMENT_ID, TXN_DATE, ROLLUP_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RESOURCE_POOL_ID | NUMBER | 18 | Yes | A particular node in the resource pool structure. | |
RESOURCE_ID | NUMBER | 18 | Yes | A resource associated to a resource pool structure node. | |
PROJECT_ID | NUMBER | 18 | Yes | A project for which the project enterprise labor resource has actual hours worked. If no project, the application stores a value of -1. | |
ACTUAL_HOURS_WK_CATEGORY_CODE | VARCHAR2 | 18 | Yes | A project or nonproject event for which the project enterprise labor resource has actual hours. A value of PROJECT_WORK indicates project work, TRAINING is training, PTO is paid time off, and OTHER is other. If no event, the application stores a value of NONE. | |
ASSIGNMENT_ID | NUMBER | 18 | Yes | Assignment of a resource who is associated with a resource pool structure node. | |
TXN_DATE | DATE | Yes | A date on which a resource has projected hours, actual hours, or both. | ||
ROLLUP_ID | NUMBER | 18 | Yes | Distinguishes rows with the same attributes that are inserted concurrently by different process instances. | |
PROJECTED_HOURS | NUMBER | Hours that a resource is assigned to project work in the future. Determined by the project resource assignments for a resource. | |||
ACTUAL_HOURS | NUMBER | Hours actually worked by a resource. Determined by time entered for a resource. | |||
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. | |
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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_SUM_OTBI_UTIL_U1 | Unique | Default | RESOURCE_POOL_ID, RESOURCE_ID, PROJECT_ID, ACTUAL_HOURS_WK_CATEGORY_CODE, ASSIGNMENT_ID, TXN_DATE, ROLLUP_ID |