DBA Data[Home] [Help] [Dependency Information]


TABLE: XLA.XLA_MERGE_SEG_MAPS_GT

Object Details
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.

Temporary Table Details

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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
XLA_MERGE_SEG_MAPS_GT_U1 NORMAL UNIQUE Tablespace ColumnAPPLICATION_ID
ColumnLEDGER_ID
ColumnSEGMENT_CODE
ColumnFROM_VALUE
Columns
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.
Query Text

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;

Dependencies

[top of page]

XLA.XLA_MERGE_SEG_MAPS_GT does not reference any database object

XLA.XLA_MERGE_SEG_MAPS_GT is referenced by following:

SchemaAPPS
SynonymXLA_MERGE_SEG_MAPS_GT