PJT_TEAM_MEMBER_PROG_INT
This is an interface table for PJT Team Member Progress import
Details
-
Schema: FUSION
-
Object owner: PJT
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
PJT_TEAM_MEMBER_PROG_INT_PK |
INTERFACE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INTERFACE_ID | NUMBER | 18 | Yes | Unique Id for each Interface record | |
PROJECT_NAME | VARCHAR2 | 240 | Yes | Name of the project. | |
TASK_NUMBER | VARCHAR2 | 100 | Yes | Task number from the source application. | |
SRC_TASK_REF | VARCHAR2 | 25 | Reference to Source Task | ||
TASK_NAME | VARCHAR2 | 255 | Name of the task | ||
ACTUAL_START_DATE | DATE | Actual Start Date of the task | |||
ACTUAL_FINISH_DATE | DATE | Actual Finish Date of the task | |||
EFFORT | NUMBER | 18 | Effort of the assigned resource | ||
REMAINING_EFFORT | NUMBER | 18 | Remaining Effort of the assigned resource | ||
PERCENT_COMPLETE | NUMBER | Percentage Completion of task | |||
PHY_PERCENT_COMPLETE | NUMBER | Physical Percentage Completion of 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_TEAM_MEMBER_PROG_INT_U1 | Unique | Default | INTERFACE_ID |