XLA_INTERNAL_PROCESSING_TASKS

This table contains a record of all the Oracle Fusion Subledger Accounting maintenance tasks run in the system.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

XLA_INTERNAL_PROCESSING_T_PK

TASK_ID

Columns

Name Datatype Length Precision Not-null Comments
TASK_ID NUMBER 18 Yes Unique identifier of the internal processing task.
TASK_CATEGORY_CODE VARCHAR2 30 Yes Task category. Some potential values are: BACKUP, MAINTENANCE, RECOVERY, LOGGING, INFO.
TASK_EXECUTOR_CODE VARCHAR2 30 Yes Task type. Some potential values are TRANSACTION_PURGE, SETUP_PURGE, TAB_PACKAGE_PURGE.
APPLICATION_ID NUMBER 18 Yes Application identifier related to the task.
STORAGE_TYPE_CODE VARCHAR2 30 Yes Indicates the content storage type. Valid values are BLOB, CLOB, NONE.
CONTENTS_BLOB BLOB Backup of task related file contents.
CONTENTS_CLOB CLOB Backup of task related file contents.
LEDGER_ID NUMBER 18 Ledger identifier related to the task.
INFO1 VARCHAR2 30 Generic column used to record any additional information related to the task.
INFO2 VARCHAR2 30 Generic column used to record any additional information related to the task.
INFO3 VARCHAR2 30 Generic column used to record any additional information related to the task.
INFO4 VARCHAR2 30 Generic column used to record any additional information related to the task.
INFO5 VARCHAR2 30 Generic column used to record any additional information related to the task.
INFO6 VARCHAR2 100 Generic column used to record any additional information related to the task.
INFO7 VARCHAR2 100 Generic column used to record any additional information related to the task.
INFO8 VARCHAR2 100 Generic column used to record any additional information related to the task.
INFO9 VARCHAR2 100 Generic column used to record any additional information related to the task.
INFO10 VARCHAR2 100 Generic column used to record any additional information related to the task.
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.
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.
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_INT_PROC_TASKS_U1 Unique Default TASK_ID