XLA_DIAG_SOURCES

This table is used to contain the source values retrieved from the transaction objects by the Diagnostic Framework.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

XLA_DIAG_SOURCES_PK

EVENT_ID, LEDGER_ID, SOURCE_APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE, LINE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
EVENT_ID NUMBER 18 Yes Accounting event internal identifier.
LEDGER_ID NUMBER 18 Yes Identifier of a self-contained accounting information set for single or multiple legal or management entities.
SOURCE_APPLICATION_ID NUMBER 18 Yes Short name of the transaction information that is used to create journal entries.
SOURCE_TYPE_CODE VARCHAR2 1 Yes Indicates whether the source is predefined by subledger application.
SOURCE_CODE VARCHAR2 30 Yes Internal identifier of the source application.
SOURCE_ORIGIN_CODE VARCHAR2 1 Indicates whether the subledger source or formula is predefined.
LINE_NUMBER NUMBER 18 Yes Transaction object line number.
SLA_LEDGER_ID NUMBER 18 Subledger accounting ledger internal identifier.
DESCRIPTION_LANGUAGE VARCHAR2 15 Abbreviated name associated with description language.
OBJECT_NAME VARCHAR2 30 Name of transaction object or reference object that contains a specific source.
OBJECT_TYPE_CODE VARCHAR2 30 Owner of the transaction object.
SOURCE_VALUE VARCHAR2 1996 Actual value that is passed to the transaction object columns.
SOURCE_MEANING VARCHAR2 200 Contains the meaning of the lookup code if the source is associated with a lookup. If the source is not associated with any lookup type, then this column is left blank.
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_DIAG_SOURCES_U1 Unique Default EVENT_ID, LEDGER_ID, SOURCE_APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE, LINE_NUMBER