CN_PROCESS_LOGS_ALL
Contains log messages produced by some Incentive Compensation processes. The logs are translated in the language of the user who submitted the process. The last entry for a given request ID or process audit ID indicates the latest known status of the process.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
cn_process_logs_PK |
PROCESS_LOG_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROCESS_LOG_ID | NUMBER | 18 | Yes | Primary key | |
| PROCESS_AUDIT_ID | NUMBER | 18 | Yes | Process audit identifier related to the job | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| MESSAGE_TEXT | VARCHAR2 | 2000 | Text which indicates an event in the process being run. This text is translated in the language of the person who submitted the process | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_PROCESS_LOGS_N1 | Non Unique | Default | PROCESS_AUDIT_ID, PROCESS_LOG_ID |
| CN_PROCESS_LOGS_N2 | Non Unique | Default | REQUEST_ID, PROCESS_LOG_ID |
| CN_PROCESS_LOGS_U1 | Unique | Default | PROCESS_LOG_ID |