HRY_PI_RTI_PROCESS_LOG
To store the custom logs generated by RTI for a single person for troubleshooting purposes.
Details
-
Schema: FUSION
-
Object owner: HRY
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
hry_pi_rti_process_log_PK |
PROCESS_LOG_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PROCESS_LOG_ID | NUMBER | 18 | Yes | Primary key to the table hry_pi_rti_process_log | |
THREAD_ID | VARCHAR2 | 60 | ID of the worker thread which processed the newhire | ||
JOB_ID | NUMBER | 18 | ID of the ESS Job run which processed the newhire | ||
PERSON_ID | NUMBER | 18 | Foreign key to the table per_all_people_f | ||
FEED_ENTRY_ID | VARCHAR2 | 50 | ID of the feed which comes as a response to the ATOM API call | ||
LOG_TYPE | VARCHAR2 | 30 | Determines the type of log file | ||
LOG_DATA | VARCHAR2 | 4000 | Stores the entire log data for one of the log types (refer to LOG_TYPE column) for a single person identified by PERSON_ID | ||
START_TIME | TIMESTAMP | Indicates the start time of processing of the corresponding module for a newhire | |||
END_TIME | TIMESTAMP | Indicates the end time of processing of the corresponding module for a newhire | |||
STATUS | VARCHAR2 | 30 | Indicates the status of the person in RTI cycle with respect to the LOG_TYPE | ||
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 |
---|---|---|---|
HRY_PI_RTI_PROCESS_LOG_PK | Unique | Default | PROCESS_LOG_ID |