PJR_SUM_ACT_ROLLUP
The PJR_SUM_ACT_ROLLUP table contains the actual hours data that is aggregated up the resource pool hierarchy. 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_ACT_ROLLUP_PK |
RESOURCE_POOL_ID, RESOURCE_ID, PROJECT_ID, EVENT_ID, QUARTER_FLAG, 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. | |
EVENT_ID | NUMBER | 18 | Yes | A project or nonproject event for which the project enterprise labor resource has actual hours. A value of 1 indicates project work, 2 is training, 3 is paid time off, and 4 is other. If no event, the application stores a value of -1. | |
QUARTER_FLAG | VARCHAR2 | 1 | Yes | Indicates the quarter that contains the transaction date. A value of 0 is the current quarter, 1 is prior quarter, 2 is two quarters ago, 3 is three quarters ago, 4 is four quarters ago, and 5 is last year. If more than one value applies to a date, the application uses the most recent quarter. | |
ROLLUP_ID | NUMBER | 18 | Yes | Distinguishes rows with the same attributes that are inserted concurrently by different process instances. | |
AVAILABLE_HOURS | NUMBER | Hours that a resource is available to work on project assignments and nonproject events. Determined by the availability cache for a resource. | |||
TARGET_HOURS | NUMBER | Target hours that a resource is expected to work. Calculated by multiplying target utilization by available hours. | |||
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. | |||
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. | ||
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. | |
BILLABLE_ACTUAL_HOURS | NUMBER | Number of hours the resource has actually worked on billable project assignments. | |||
BILLABLE_PROJECTED_HOURS | NUMBER | Number of hours the resource is projected to work on billable project assignments. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJR_SUM_ACT_ROLLUP_U1 | Unique | Default | RESOURCE_POOL_ID, RESOURCE_ID, PROJECT_ID, EVENT_ID, QUARTER_FLAG, ROLLUP_ID |