XLA_SRC_TRX_SPLIT_DETAILS
This table contains the association between the Accounting Hub transaction data file, original transaction number and the system-generated transaction number when the source data splitting option is enabled.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
XLA_SRC_TRX_SPLIT_DETAILS_PK |
ENTITY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ENTITY_ID | NUMBER | 18 | Yes | Identifier of the subledger transaction associated with the accounting entry. | |
APPLICATION_ID | NUMBER | 18 | Yes | Identifier of the subledger application for which the accounting entry is created. | |
FILE_ID | NUMBER | 18 | Unique identifier of the incoming Accounting Hub transaction data file. | ||
LEDGER_ID | NUMBER | 18 | Yes | Identifier of the ledger for which the accounting entry is created. | |
ORIGINAL_TRANSACTION_NUMBER | VARCHAR2 | 240 | Yes | Original transaction number from the Accounting Hub transaction data file. | |
SYSTEM_TRANSACTION_NUMBER | VARCHAR2 | 240 | Transaction number of the transaction created by the system. | ||
PROCESS_STATUS_CODE | VARCHAR2 | 30 | Yes | Store the status of the transaction in its life cycle till posting to general ledger. Possible values can be New, Accounted, Posted. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation 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. | |
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. | ||
PARTITION_GROUP_CODE | VARCHAR2 | 15 | Yes | Partition grouping information, which when combined with the period, determines the database partition in which the transaction will be stored. | |
PERIOD_NAME | VARCHAR2 | 15 | Yes | Period name corresponding to the transaction date. It's used only for archive and purge process. It may not be the same as the accounting entry period name for this transaction. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_SRC_TRX_SPLIT_DETAILS_N1 | Non Unique | Default | FILE_ID, ORIGINAL_TRANSACTION_NUMBER |
XLA_SRC_TRX_SPLIT_DETAILS_N2 | Non Unique | Default | ORIGINAL_TRANSACTION_NUMBER |
XLA_SRC_TRX_SPLIT_DETAILS_N3 | Non Unique | Default | UPPER("ORIGINAL_TRANSACTION_NUMBER") |
XLA_SRC_TRX_SPLIT_DETAILS_N4 | Non Unique | Default | SYSTEM_TRANSACTION_NUMBER |
XLA_SRC_TRX_SPLIT_DETAILS_N5 | Non Unique | Default | PROCESS_STATUS_CODE, ORIGINAL_TRANSACTION_NUMBER |
XLA_SRC_TRX_SPLIT_DETAILS_N6 | Non Unique | Default | REQUEST_ID |
XLA_SRC_TRX_SPLIT_DETAILS_U1 | Unique | Default | ENTITY_ID |