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


TABLE: GL.GL_CONS_FLEX_HIERARCHIES

Object Details
Object Name: GL_CONS_FLEX_HIERARCHIES
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_CONS_FLEX_HIERARCHIES
Subobject Name:
Status: VALID


GL_CONS_FLEX_HIERARCHIES stores the subsidiary segment ranges that you define in the Subsidiary Segment Ranges section of the Segment Rules window of the Consolidation Mappings form. You need one row for each range that you define. Each row contains a range of child segment values and the parent segment value they map to. There is a one-to-many relationship between a row in the GL_CONS_SEGMENT_MAP table and the rows in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_CONS_FLEX_HIERARCHIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEGMENT_MAP_ID
ColumnPARENT_FLEX_VALUE
Columns
Name Datatype Length Mandatory Comments
SEGMENT_MAP_ID NUMBER
Yes Subsidiary segment map defining column
PARENT_FLEX_VALUE VARCHAR2 (25) Yes Parent segment value
CHILD_FLEX_VALUE_LOW VARCHAR2 (25) Yes Subsidiary segment low range value
CHILD_FLEX_VALUE_HIGH VARCHAR2 (25) Yes Subsidiary segment high range value
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
CONTEXT VARCHAR2 (150)
Descriptive flexfield context
Query Text

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


SELECT SEGMENT_MAP_ID
,      PARENT_FLEX_VALUE
,      CHILD_FLEX_VALUE_LOW
,      CHILD_FLEX_VALUE_HIGH
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      CONTEXT
FROM GL.GL_CONS_FLEX_HIERARCHIES;

Dependencies

[top of page]

GL.GL_CONS_FLEX_HIERARCHIES does not reference any database object

GL.GL_CONS_FLEX_HIERARCHIES is referenced by following:

SchemaGL
ViewGL_CONS_FLEX_HIERARCHIES#