PJT_TASK_DEPENDENCIES_INT
This is an interface table for PJT Task Dependencies import
Details
-
Schema: FUSION
-
Object owner: PJT
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
Name | Columns |
---|---|
PJT_TASK_DEPENDENCIES_INT_PK |
PROJ_TKDEP_INTERFACE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PROJ_TKDEP_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 | ||
PRED_TASK_NAME | VARCHAR2 | 255 | Name of the predecessor task | ||
PRED_TASK_NUMBER | VARCHAR2 | 100 | Yes | Predecessor Task Number from the source application | |
PRED_SRC_TASK_REF | VARCHAR2 | 25 | Reference to predecessor source task | ||
DEPENDENCY_TYPE | VARCHAR2 | 100 | Dependency Type specifies the dependency between tasks | ||
DEPENDENCY_LAG | NUMBER | Dependency Lag specifies the amount of lag between the dependent tasks | |||
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_DEPENDENCIES_INT_U1 | Unique | Default | PROJ_TKDEP_INTERFACE_ID |