XLA_TRANSACTION_HEADERS_INT

This table contains raw Oracle Fusion Accounting Hub transaction data. Once the data successfully passes validation, it will be transformed and moved to XLA_TRANSACTION_HEADERS so that it can be accounted.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

XLA_TRANSACTION_HEADERS_INT_PK

APPLICATION_SHORT_NAME, TRANSACTION_NUMBER, TRANSACTION_REVERSAL_FLAG

Columns

Name Datatype Length Precision Not-null Comments
APPLICATION_SHORT_NAME VARCHAR2 15 Yes Application of the transaction.
TRANSACTION_NUMBER VARCHAR2 30 Yes Alphanumeric transaction number that uniquely identifies this transaction within the application.
EVENT_TYPE_CODE VARCHAR2 30 Yes Type of event that needs to be accounted for the transaction.
LEDGER_NAME VARCHAR2 30 Yes Primary ledger of the transaction.
TRANSACTION_DATE DATE Yes Date on which the transaction occurred.
TRANSACTION_REVERSAL_FLAG VARCHAR2 1 Yes Indicates whether the record is for transaction reversal.
STATUS_CODE VARCHAR2 30 Yes Indicates the status of this row. Potential statuses are NEW, ERROR, RELATED_ROW_ERROR, and PROCESSED.
ENTITY_ID NUMBER 18 Oracle internal use only.
EVENT_ID NUMBER 18 Oracle internal use only.
LONG_CHAR1 VARCHAR2 1000 Customer specified alphanumeric data.
LONG_CHAR2 VARCHAR2 1000 Customer specified alphanumeric data.
LONG_CHAR3 VARCHAR2 1000 Customer specified alphanumeric data.
LONG_CHAR4 VARCHAR2 1000 Customer specified alphanumeric data.
LONG_CHAR5 VARCHAR2 1000 Customer specified alphanumeric data.
CHAR1 VARCHAR2 100 Customer specified alphanumeric data.
CHAR2 VARCHAR2 100 Customer specified alphanumeric data.
CHAR3 VARCHAR2 100 Customer specified alphanumeric data.
CHAR4 VARCHAR2 100 Customer specified alphanumeric data.
CHAR5 VARCHAR2 100 Customer specified alphanumeric data.
CHAR6 VARCHAR2 100 Customer specified alphanumeric data.
CHAR7 VARCHAR2 100 Customer specified alphanumeric data.
CHAR8 VARCHAR2 100 Customer specified alphanumeric data.
CHAR9 VARCHAR2 100 Customer specified alphanumeric data.
CHAR10 VARCHAR2 100 Customer specified alphanumeric data.
CHAR11 VARCHAR2 100 Customer specified alphanumeric data.
CHAR12 VARCHAR2 100 Customer specified alphanumeric data.
CHAR13 VARCHAR2 100 Customer specified alphanumeric data.
CHAR14 VARCHAR2 100 Customer specified alphanumeric data.
CHAR15 VARCHAR2 100 Customer specified alphanumeric data.
CHAR16 VARCHAR2 100 Customer specified alphanumeric data.
CHAR17 VARCHAR2 100 Customer specified alphanumeric data.
CHAR18 VARCHAR2 100 Customer specified alphanumeric data.
CHAR19 VARCHAR2 100 Customer specified alphanumeric data.
CHAR20 VARCHAR2 100 Customer specified alphanumeric data.
CHAR21 VARCHAR2 100 Customer specified alphanumeric data.
CHAR22 VARCHAR2 100 Customer specified alphanumeric data.
CHAR23 VARCHAR2 100 Customer specified alphanumeric data.
CHAR24 VARCHAR2 100 Customer specified alphanumeric data.
CHAR25 VARCHAR2 100 Customer specified alphanumeric data.
CHAR26 VARCHAR2 100 Customer specified alphanumeric data.
CHAR27 VARCHAR2 100 Customer specified alphanumeric data.
CHAR28 VARCHAR2 100 Customer specified alphanumeric data.
CHAR29 VARCHAR2 100 Customer specified alphanumeric data.
CHAR30 VARCHAR2 100 Customer specified alphanumeric data.
CHAR31 VARCHAR2 100 Customer specified alphanumeric data.
CHAR32 VARCHAR2 100 Customer specified alphanumeric data.
CHAR33 VARCHAR2 100 Customer specified alphanumeric data.
CHAR34 VARCHAR2 100 Customer specified alphanumeric data.
CHAR35 VARCHAR2 100 Customer specified alphanumeric data.
CHAR36 VARCHAR2 100 Customer specified alphanumeric data.
CHAR37 VARCHAR2 100 Customer specified alphanumeric data.
CHAR38 VARCHAR2 100 Customer specified alphanumeric data.
CHAR39 VARCHAR2 100 Customer specified alphanumeric data.
CHAR40 VARCHAR2 100 Customer specified alphanumeric data.
CHAR41 VARCHAR2 100 Customer specified alphanumeric data.
CHAR42 VARCHAR2 100 Customer specified alphanumeric data.
CHAR43 VARCHAR2 100 Customer specified alphanumeric data.
CHAR44 VARCHAR2 100 Customer specified alphanumeric data.
CHAR45 VARCHAR2 100 Customer specified alphanumeric data.
CHAR46 VARCHAR2 100 Customer specified alphanumeric data.
CHAR47 VARCHAR2 100 Customer specified alphanumeric data.
CHAR48 VARCHAR2 100 Customer specified alphanumeric data.
CHAR49 VARCHAR2 100 Customer specified alphanumeric data.
CHAR50 VARCHAR2 100 Customer specified alphanumeric data.
NUMBER1 NUMBER Customer specified numeric data.
NUMBER2 NUMBER Customer specified numeric data.
NUMBER3 NUMBER Customer specified numeric data.
NUMBER4 NUMBER Customer specified numeric data.
NUMBER5 NUMBER Customer specified numeric data.
NUMBER6 NUMBER Customer specified numeric data.
NUMBER7 NUMBER Customer specified numeric data.
NUMBER8 NUMBER Customer specified numeric data.
NUMBER9 NUMBER Customer specified numeric data.
NUMBER10 NUMBER Customer specified numeric data.
DATE1 DATE Customer specified date and time data.
DATE2 DATE Customer specified date and time data.
DATE3 DATE Customer specified date and time data.
DATE4 DATE Customer specified date and time data.
DATE5 DATE Customer specified date and time data.
DATE6 DATE Customer specified date and time data.
DATE7 DATE Customer specified date and time data.
DATE8 DATE Customer specified date and time data.
DATE9 DATE Customer specified date and time data.
DATE10 DATE Customer specified date and time data.
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 Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 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.
LOAD_REQUEST_ID NUMBER 18 Indicates the request ID of the job that created or last updated the row.
FILE_IDENTIFIER VARCHAR2 1000 File Name or OCI object storage identifier of the data file using which the transaction is created.

Indexes

Index Uniqueness Tablespace Columns
XLA_TRANSACTION_HEADERS_INT_U1 Unique Default APPLICATION_SHORT_NAME, TRANSACTION_NUMBER, TRANSACTION_REVERSAL_FLAG