[Home] [Help]
[Dependency Information]
| Object Name: | XLA_MERGE_SEG_MAPS_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| Subobject Name: | |
| Status: | VALID |
Global temp table to Store the segment mapping for third party merge.
XLA.XLA_MERGE_SEG_MAPS_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_MERGE_SEG_MAPS_GT_U1 | NORMAL | UNIQUE |
|
APPLICATION_ID
LEDGER_ID
SEGMENT_CODE
FROM_VALUE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | This is the application 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) | This is the chart of accounts identifier for which the segment mapping happen. |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, LEDGER_ID
, SEGMENT_CODE
, FROM_VALUE
, TO_VALUE
, CHART_OF_ACCOUNTS_ID
FROM XLA.XLA_MERGE_SEG_MAPS_GT;
XLA.XLA_MERGE_SEG_MAPS_GT does not reference any database object
XLA.XLA_MERGE_SEG_MAPS_GT is referenced by following:
APPS
XLA_MERGE_SEG_MAPS_GT
|
|
|
|