XLA_SELF_CORRECTIONS
This backup table stores records updated by the self correction process.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
xla_self_corrections_PK |
AUDIT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
AUDIT_ID | NUMBER | 18 | Yes | Audit Identifier for every self correction action. | |
SOURCE_TABLE_NAME | VARCHAR2 | 30 | Yes | Name of the table being updated. | |
SOURCE_TABLE_PK_NUM_1 | NUMBER | Yes | First numeric primary key of the table being updated. | ||
SOURCE_TABLE_PK_NUM_2 | NUMBER | Second numeric primary key of the table being updated. | |||
SOURCE_TABLE_PK_NUM_3 | NUMBER | Third numeric primary key of the table being updated. | |||
SOURCE_TABLE_PK_NUM_4 | NUMBER | Fourth numeric primary key of the table being updated. | |||
SOURCE_TABLE_PK_CHAR_1 | VARCHAR2 | 100 | First text primary key of the table being updated. | ||
SOURCE_TABLE_PK_CHAR_2 | VARCHAR2 | 100 | Second text primary key of the table being updated. | ||
SOURCE_TABLE_PK_CHAR_3 | VARCHAR2 | 100 | Third text primary key of the table being updated. | ||
SOURCE_TABLE_PK_CHAR_4 | VARCHAR2 | 100 | Fourth text primary key of the table being updated.. | ||
OPERATION_CODE | VARCHAR2 | 30 | Action that is performed on the table. For example, update. | ||
COLUMN_NAME_1 | VARCHAR2 | 30 | Name of the first column being modified. | ||
OLD_VALUE_1 | VARCHAR2 | 1000 | Original value in the first column before the modification. | ||
NEW_VALUE_1 | VARCHAR2 | 1000 | New value in the first column after the modification. | ||
COLUMN_NAME_2 | VARCHAR2 | 30 | Name of the second column being modified. | ||
OLD_VALUE_2 | VARCHAR2 | 1000 | Original value in the second column before the modification. | ||
NEW_VALUE_2 | VARCHAR2 | 1000 | New value in the second column after the modification. | ||
COLUMN_NAME_3 | VARCHAR2 | 30 | Name of the third column being modified. | ||
OLD_VALUE_3 | VARCHAR2 | 1000 | Original value in the third column before the modification. | ||
NEW_VALUE_3 | VARCHAR2 | 1000 | New value in the third column after the modification. | ||
COLUMN_NAME_4 | VARCHAR2 | 30 | Name of the fourth column being modified. | ||
OLD_VALUE_4 | VARCHAR2 | 1000 | Original value in the fourth column before the modification. | ||
NEW_VALUE_4 | VARCHAR2 | 1000 | New value in the fourth column after the modification. | ||
COLUMN_NAME_5 | VARCHAR2 | 30 | Name of the fifth column being modified. | ||
OLD_VALUE_5 | VARCHAR2 | 1000 | Original value in the fifth column before the modification. | ||
NEW_VALUE_5 | VARCHAR2 | 1000 | New value in the fifth column after the modification. | ||
PROCESSED_FLAG | VARCHAR2 | 1 | Indicates whether the modification has been processed. Valid values are Y or N. | ||
REASON | VARCHAR2 | 1000 | Reason why the record cannot be updated. | ||
REFERENCE_NUM_1 | NUMBER | Not currently used. | |||
REFERENCE_NUM_2 | NUMBER | Not currently used. | |||
REFERENCE_CHAR_1 | VARCHAR2 | 240 | Not currently used. | ||
REFERENCE_CHAR_2 | VARCHAR2 | 240 | Not currently used. | ||
REFERENCE_DATE_1 | DATE | Not currently used. | |||
REFERENCE_DATE_2 | DATE | Not currently used. | |||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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. | ||
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. | ||
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 |
---|---|---|---|
XLA_SELF_CORRECTIONS_N1 | Non Unique | FUSION_TS_TX_DATA | REQUEST_ID |
XLA_SELF_CORRECTIONS_U1 | Unique | FUSION_TS_TX_DATA | AUDIT_ID |