PJR_UTILIZATION_PERCENTAGE
Create and maintain enterprise target utilization percentages.
Details
-
Schema: FUSION
-
Object owner: PJR
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
PJR_UTILIZATION_PERCENTAGE_PK |
TARGET_UTILIZATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
ENTERPRISE_ID | NUMBER | 18 | Yes | Enterprise identifier of a target utilization percentage that determines the utilization percentage for resources that overrides the enterprise-level target utilization percentage. | Active | |
TARGET_UTILIZATION_ID | NUMBER | 18 | Yes | Automatically-generated unique identifier of a target utilization percentage override. | Active | |
JOB_ID | NUMBER | 18 | Yes | Identifier of a job for a target utilization percentage override. The override percentage applies to resources with this job in their primary HCM assignment. | Active | |
UTILIZATION_PERCENTAGE | NUMBER | Yes | Percentage from 0 to 100 that defines the target utilization percentage for an override. The override can be for a job, business unit, or combination of job and business unit. | Active | ||
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. | Active | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
PJR_UTILIZATION_PERCENTAGE_U1 | Unique | FUSION_TS_TX_IDX | TARGET_UTILIZATION_ID | Active |