XLA_TRANSACTION_ENTITIES

This table contains a row for each transaction for which events have been raised in Subledger Accounting.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

XLA_TRANSACTION_ENTITIES_PK

ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTITY_ID NUMBER 18 Yes Identifies subledger transactions associated with the accounting events.
APPLICATION_ID NUMBER 18 Yes Identifier of a functional area within a software suite of products. For example: Financials, or Payroll.
LEGAL_ENTITY_ID NUMBER 18 Identifier of a recognized party with given rights and responsibilities by legislation.
ENTITY_CODE VARCHAR2 30 Yes Unique abbreviated name assigned to an entity and used for reporting or in reference to an option.
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.
SOURCE_ID_INT_1 NUMBER 38 Flexible source identifier (Integer).
SOURCE_ID_CHAR_1 VARCHAR2 30 Flexible source identifier (Character).
SECURITY_ID_INT_1 NUMBER 38 Flexible security identifier (Integer).
SECURITY_ID_INT_2 NUMBER 38 Flexible security identifier (Integer).
SECURITY_ID_INT_3 NUMBER 38 Flexible security identifier (Integer).
SECURITY_ID_CHAR_1 VARCHAR2 30 Flexible security identifier (Character).
SECURITY_ID_CHAR_2 VARCHAR2 30 Flexible security identifier (Character).
SECURITY_ID_CHAR_3 VARCHAR2 30 Flexible security identifier (Character).
SOURCE_ID_INT_2 NUMBER 38 Flexible source identifier (Integer).
SOURCE_ID_CHAR_2 VARCHAR2 30 Flexible source identifier (Character).
SOURCE_ID_INT_3 NUMBER 38 Flexible source identifier (Integer).
SOURCE_ID_CHAR_3 VARCHAR2 30 Flexible source identifier (Character).
SOURCE_ID_INT_4 NUMBER 38 Flexible source identifier (Integer).
SOURCE_ID_CHAR_4 VARCHAR2 30 Flexible source identifier (Character).
TRANSACTION_NUMBER VARCHAR2 240 Identifier of a business relationship involving one or more parties and products, such as a change in the ownership, location or status of a product.
LEDGER_ID NUMBER 18 Yes Identifier of a self-contained accounting information set for single or multiple legal or management entities.
VALUATION_METHOD VARCHAR2 30 Valuation of an underlying accounting event that can be valued with a different monetary value and accounted differently.
SOURCE_APPLICATION_ID NUMBER 18 Yes Identifier of the source application.
UPG_BATCH_ID NUMBER 18 Identifier of the upgrade batch.
UPG_SOURCE_APPLICATION_ID NUMBER 18 Internal identifier of the upgrading application.
UPG_VALID_FLAG VARCHAR2 1 Flag to indicate if validation was successfully run for the batch.
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.
PARTITION_GROUP_CODE VARCHAR2 15 Partition grouping information, when combined with the period, determines the database partition in which this journal will be stored.
PERIOD_NAME VARCHAR2 15 Period name of the transaction date. It is used only for archive and purge process. It may not be the same as the accounting entry period name for this event.
ORIGINAL_TRANSACTION_NUMBER VARCHAR2 240 Original transaction number from the Accounting Hub transaction data file.

Indexes

Index Uniqueness Tablespace Columns Status
XLA_TRANSACTION_ENTITIES_N1 Non Unique Default APPLICATION_ID, LEDGER_ID, ENTITY_CODE, NVL("SOURCE_ID_INT_1",(-99)), NVL("SOURCE_ID_INT_2",(-99)), NVL("SOURCE_ID_INT_3",(-99)), NVL("SOURCE_ID_INT_4",(-99)), NVL("SOURCE_ID_CHAR_1",' '), NVL("SOURCE_ID_CHAR_2",' '), NVL("SOURCE_ID_CHAR_3",' '), NVL("SOURCE_ID_CHAR_4",' ')
XLA_TRANSACTION_ENTITIES_N2 Non Unique Default UPG_BATCH_ID
XLA_TRANSACTION_ENTITIES_U1 Unique Default ENTITY_ID
XLA_TRANSACTION_ENTITIES_U2 Unique Default ENTITY_ID, APPLICATION_ID Obsolete