[Home] [Help]
[Dependency Information]
| Object Name: | XLA_AE_SEGMENT_VALUES |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_AE_SEGMENT_VALUES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_AE_SEGMENT_VALUES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AE_HEADER_ID
SEGMENT_TYPE_CODE
SEGMENT_VALUE
|
| 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 |
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;
XLA.XLA_AE_SEGMENT_VALUES does not reference any database object
XLA.XLA_AE_SEGMENT_VALUES is referenced by following:
XLA
XLA_AE_SEGMENT_VALUES#
|
|
|
|