[Home] [Help]
[Dependency Information]
| Object Name: | XLA_MERGE_SEG_MAPS |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_MERGE_SEG_MAPS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the segment mapping for third party merge.
| 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. |
| EVENT_ID | NUMBER | (15) | Yes | This is the third party merge event id. |
| LEDGER_ID | NUMBER | (15) | Yes | This is the ledger identifier for which the segment mapping happens. |
| SEGMENT_CODE | VARCHAR2 | (30) | Yes | This is the segment code name for which the segment mapping happens. |
| FROM_VALUE | VARCHAR2 | (25) | Yes | This is the original value of the mapping segment code before mapping. |
| TO_VALUE | VARCHAR2 | (25) | Yes | This is the new value of the mapping segment code after mapping. |
| CHART_OF_ACCOUNTS_ID | NUMBER | (15) | Yes | This is the chart of accounts identifier for which the segment mapping happen. |
| 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
, EVENT_ID
, LEDGER_ID
, SEGMENT_CODE
, FROM_VALUE
, TO_VALUE
, CHART_OF_ACCOUNTS_ID
, 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_MERGE_SEG_MAPS;
XLA.XLA_MERGE_SEG_MAPS does not reference any database object
XLA.XLA_MERGE_SEG_MAPS is referenced by following:
XLA
XLA_MERGE_SEG_MAPS#
|
|
|
|