CN_PROCESS_AUDITS_ALL
CN_PROCESS_AUDITS contains header information for the log file produced by a Sales Compensation process such as calculation. You need one row for each executed logical process
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CN_PROCESS_AUDITS_ALL_PK |
PROCESS_AUDIT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROCESS_AUDIT_ID | NUMBER | 18 | Yes | Primary key | |
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| PARENT_PROCESS_AUDIT_ID | NUMBER | 18 | Owning process unique identifier | ||
| START_DATE | DATE | Start Date of the process | |||
| END_DATE | DATE | End Date of the process | |||
| PROCESS_TYPE | VARCHAR2 | 30 | Yes | Name of the process for which a log was created | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| 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. | ||
| PARAM_VALUE_1 | VARCHAR2 | 60 | Process parameter value that will be used by its child processes | ||
| PROCESS_CURRENT_PHASE | VARCHAR2 | 60 | Code that indicates the current phase of the process | ||
| INSERTED_RECORDS | NUMBER | For monitoring purposes: indicates the amount of records the process has inserted | |||
| UPDATED_RECORDS | NUMBER | For monitoring purposes: indicates the amount of records the process has updated | |||
| DELETED_RECORDS | NUMBER | For monitoring purposes: indicates the amount of records the process has deleted |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CN_PROCESS_AUDITS_ALL | cn_process_audits_all | PARENT_PROCESS_AUDIT_ID |
| cn_sim_calc_jobs_all | cn_process_audits_all | PROCESS_AUDIT_ID |
| cn_tp_calc_jobs_all | cn_process_audits_all | PROCESS_AUDIT_ID |
| cn_tp_calc_simulation_all | cn_process_audits_all | PROCESS_AUDIT_ID |
| cn_process_audit_lines_all | cn_process_audits_all | PROCESS_AUDIT_ID |
| cn_process_audits_all | cn_process_audits_all | PARENT_PROCESS_AUDIT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_PROCESS_AUDITS_N1 | Non Unique | Default | PARENT_PROCESS_AUDIT_ID |
| CN_PROCESS_AUDITS_N2 | Non Unique | Default | REQUEST_ID |
| CN_PROCESS_AUDITS_N3 | Non Unique | Default | PROCESS_TYPE, START_DATE, END_DATE |
| CN_PROCESS_AUDITS_U1 | Unique | Default | PROCESS_AUDIT_ID |