PJT_TASK_RESOURCES_INT

This is an interface table for PJT Task Resources import

Details

  • Schema: FUSION

  • Object owner: PJT

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PJT_TASK_RESOURCES_INT_PK

TASK_RESOURCE_INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
TASK_RESOURCE_INTERFACE_ID NUMBER 18 Yes Unique Id for each Interface record
PROJECT_NAME VARCHAR2 240 Yes Name of the project.
TASK_NAME VARCHAR2 255 Name of the task.
TASK_NUMBER VARCHAR2 100 Yes Task number from the source application.
SRC_REFERENCE_TASK VARCHAR2 25 Reference to source task
RESOURCE_TYPE VARCHAR2 240 Yes Type of the resource assigned to the task. Valid values are LABOR and EXPENSE.
RESOURCE_NAME VARCHAR2 240 Name of the resource assigned to the task. Required if the Resource Type is EXPENSE.
RESOURCE_EMAIL_ID VARCHAR2 240 E-mail ID of the labor resource assigned to the task. Required if the Resource Type is LABOR.
LABOR_RES_ALLOC_PERCENT NUMBER Allocation percentage for the labor resource assigned to the task.
EXP_PLANNED_COST_AMOUNT NUMBER lanned expense cost for the specific expense resource assigned to the task.
EXP_ACTUAL_COST_AMOUNT NUMBER Actual expense cost for the specific expense resource assigned to the task.
EXP_REMAINING_COST_AMOUNT NUMBER Remaining expense cost for the specific expense resource assigned to the task.
PRIMARY_RESOURCE VARCHAR2 20 Whether the resource is a primary resource of a task.
LOAD_REQUEST_ID NUMBER 18 Identifier of the scheduled process that populates the interface table from user uploaded data.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.
LOAD_STATUS VARCHAR2 30 Status of the record that is transferred from the CSV file to the interface table. Valid values are ON HOLD and COMPLETE.
IMPORT_STATUS VARCHAR2 30 Status of the record load from the interface table to the database. Valid values are SUBMITTED,PROCESSING,SUCCESS and ERROR.
XFACE_FILE_PROCESS_ID NUMBER 18 ID of the process that populated the interface table from a file
XFACE_LAST_PROCESS_ID NUMBER 18 The request ID of the ESS job that populated DB from an interface table
XFACE_LAST_STATUS_CODE VARCHAR2 20 Interface to DB load status code. PROCESSING, SUCCESS, ERROR
XFACE_ELEMENT_ID NUMBER 18 Unique ID of each interface table row, used as a FK to Messages table.

Indexes

Index Uniqueness Tablespace Columns
PJT_TASK_RESOURCES_INT_U1 Unique Default TASK_RESOURCE_INTERFACE_ID