PJR_ACTUAL_HOURS

PJR_ACTUAL_HOURS table stores the hours that a project enterprise labor resource has actually worked on a project and non project activities.

Details

  • Schema: FUSION

  • Object owner: PJR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJR_ACTUAL_HOURS_PK

TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ID NUMBER 18 Yes Identifier of the actual hours worked record.
ACT_HRS_SRC VARCHAR2 64 Source of actual hours. A value of 'ORA_PJR_PROJECT_COSTING' indicates that the source of actual hours is Oracle Fusion Project Costing Application.'ORA_PJR_SPREADSHEET_IMPORT' indicates that the source is a spreadsheet.
EXPENDITURE_ITEM_ID NUMBER 18 Expenditure Item identifier , imported from PJC_TXN_XFACE_ALL table.
RESOURCE_ID NUMBER 18 Yes Identifier of the project enterprise labor resource who reported the actual hours worked.
PROJECT_ID NUMBER 18 Identifier of the project for which the project enterprise labor resource reported actual hours worked.
TASK_ID NUMBER 18 Identifier of the task for which the project enterprise labor resource reported actual hours worked.
WORK_DATE DATE Yes Date on which the project enterprise labor resource worked.
UTILIZATION_DATE DATE Date that is associated with the actual hours worked for utilization reporting purposes. If no value is specified, then the utilization date is based on the work date.
ACTUAL_HOURS_WK_CATEGORY_CODE VARCHAR2 80 Yes Code for the type of activity that is represented by the actual hours worked.
QUANTITY NUMBER Yes Total actual hours worked that the resource reports for a day. The actual hours worked can be positive or negative with a maximum of two decimal places.
COMMENTS VARCHAR2 240 Information about the actual hours reported.
UTILIZATION_FLAG VARCHAR2 1 Indicates whether the actual hours reported are eligible to be included in utilization calculations for the resource.
BILLING_FLAG VARCHAR2 1 Indicates whether the actual hours reported are eligible to be billed.
ORGNAL_TRANSACTION_REF VARCHAR2 120 Reference to the transaction details in the originating source system.
ADJUSTMENT_FLAG VARCHAR2 1 Indicates if the actual hours reported represent an adjustment to existing actual hours for a resource.
ADJUSTED_TRANSACTION_REF VARCHAR2 120 Reference to the transaction that this transaction adjusts.
ENTERPRISE_ID NUMBER 18 Yes Enterprise identifier that uniquely identifies a tenant in a multi-tenant environment.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
PJR_ACTUAL_HOURS_N1 Non Unique FUSION_TS_TX_IDX RESOURCE_ID
PJR_ACTUAL_HOURS_N2 Non Unique Default EXPENDITURE_ITEM_ID
PJR_ACTUAL_HOURS_U1 Unique FUSION_TS_TX_IDX TRANSACTION_ID