[Home] [Help]
[Dependency Information]
| Object Name: | XLA_PARTIAL_MERGE_TXNS |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_PARTIAL_MERGE_TXNS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the transactions for a partial third party merge. The partial third party merge event will only process the transaction stored in the table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | This is the application id. |
| MERGE_EVENT_ID | NUMBER | (15) | Yes | This is the third party merge event id. |
| ENTITY_ID | NUMBER | (15) | Yes | This is the entity id for the transaction. |
| ENTITY_CODE | VARCHAR2 | (30) | Yes | This is the entity code for the transaction. |
| SOURCE_ID_INT_1 | NUMBER | This is the first source identifier for the transaction. | ||
| SOURCE_ID_INT_2 | NUMBER | This is the second source identifier for the transaction. | ||
| SOURCE_ID_INT_3 | NUMBER | This is the third source identifier for the transaction. | ||
| SOURCE_ID_INT_4 | NUMBER | This is the forth source identifier for the transaction. | ||
| SOURCE_ID_CHAR_1 | VARCHAR2 | (30) | This is the first source identifier for the transaction. | |
| SOURCE_ID_CHAR_2 | VARCHAR2 | (30) | This is the second source identifier for the transaction. | |
| SOURCE_ID_CHAR_3 | VARCHAR2 | (30) | This is the third source identifier for the transaction. | |
| SOURCE_ID_CHAR_4 | VARCHAR2 | (30) | This is the forth source identifier for the transaction. | |
| VALUATION_METHOD | VARCHAR2 | (30) | This is the valuation method for the transaction. | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, MERGE_EVENT_ID
, ENTITY_ID
, ENTITY_CODE
, SOURCE_ID_INT_1
, SOURCE_ID_INT_2
, SOURCE_ID_INT_3
, SOURCE_ID_INT_4
, SOURCE_ID_CHAR_1
, SOURCE_ID_CHAR_2
, SOURCE_ID_CHAR_3
, SOURCE_ID_CHAR_4
, VALUATION_METHOD
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_UPDATE_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
FROM XLA.XLA_PARTIAL_MERGE_TXNS;
XLA.XLA_PARTIAL_MERGE_TXNS does not reference any database object
XLA.XLA_PARTIAL_MERGE_TXNS is referenced by following:
APPS
XLA_PARTIAL_MERGE_TXNS
|
|
|
|