XLA_PARTIAL_MERGE_TXNS
This table contains the transactions for a partial third party merge. The partial third party merge event will only process the transaction stored in the table.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
XLA_PARTIAL_MERGE_TXNS_PK |
MERGE_EVENT_ID, APPLICATION_ID, ENTITY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
APPLICATION_ID | NUMBER | 18 | Yes | Functional area within a software suite of products. For example, Financials or Payroll. | |
MERGE_EVENT_ID | NUMBER | 18 | Yes | Identifier of the third party merge event. | |
ENTITY_ID | NUMBER | 18 | Yes | Entity identifier for the transaction. | |
ENTITY_CODE | VARCHAR2 | 30 | Yes | Entity code for the transaction. | |
SOURCE_ID_INT_1 | NUMBER | First source identifier for the transaction. | |||
SOURCE_ID_INT_2 | NUMBER | Second source identifier for the transaction. | |||
SOURCE_ID_INT_3 | NUMBER | Third source identifier for the transaction. | |||
SOURCE_ID_INT_4 | NUMBER | Forth source identifier for the transaction. | |||
SOURCE_ID_CHAR_1 | VARCHAR2 | 30 | First source identifier for the transaction. | ||
SOURCE_ID_CHAR_2 | VARCHAR2 | 30 | Second source identifier for the transaction. | ||
SOURCE_ID_CHAR_3 | VARCHAR2 | 30 | Third source identifier for the transaction. | ||
SOURCE_ID_CHAR_4 | VARCHAR2 | 30 | Forth source identifier for the transaction. | ||
VALUATION_METHOD | VARCHAR2 | 30 | Valuation method for the transaction. | ||
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_PARTIAL_MERGE_TXNS_U1 | Unique | Default | MERGE_EVENT_ID, APPLICATION_ID, ENTITY_ID |