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


TABLE: XLA.XLA_AE_SEGMENT_VALUES

Object Details
Object Name: XLA_AE_SEGMENT_VALUES
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_AE_SEGMENT_VALUES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XLA_AE_SEGMENT_VALUES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAE_HEADER_ID
ColumnSEGMENT_TYPE_CODE
ColumnSEGMENT_VALUE
Columns
Name Datatype Length Mandatory Comments
AE_HEADER_ID NUMBER (15) Yes Subledger journal entry header Id
SEGMENT_TYPE_CODE VARCHAR2 (1) Yes Indicates the segment type. The segment type can have values B or M. (B)-Balancing Segment, (M)- Management Segment
SEGMENT_VALUE VARCHAR2 (30) Yes Indicates the value of the balancing or the management segment.
AE_LINES_COUNT NUMBER (38)
Indicates the number of journal lines associated with the segment value.
UPG_BATCH_ID NUMBER (15)
Upgrade batch identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT AE_HEADER_ID
,      SEGMENT_TYPE_CODE
,      SEGMENT_VALUE
,      AE_LINES_COUNT
,      UPG_BATCH_ID
FROM XLA.XLA_AE_SEGMENT_VALUES;

Dependencies

[top of page]

XLA.XLA_AE_SEGMENT_VALUES does not reference any database object

XLA.XLA_AE_SEGMENT_VALUES is referenced by following:

SchemaXLA
ViewXLA_AE_SEGMENT_VALUES#