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


TABLE: GL.GL_SUMMARY_HIERARCHIES

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


GL_SUMMARY_HIERARCHIES contains child value ranges for summary templates. Each row is associated with a single summary template and accounting flexfield segment, and contains a parent segment value and a range of child segment values that rollup to that parent.
These ranges are used to shield the processes that maintain summary accounts from any changes in the segment value hierarchy. They are used by the Incremental Add/Delete Summary Templates program to determine what changes have occurred.
When the Incremental Add/Delete Summary Templates program is run, it will update the segment value hierarchy in this table to match the current segment value hierarchy.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_SUMMARY_HIERARCHIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
ColumnSEGMENT_POS
ColumnFLEX_VALUE_SET_ID
ColumnPARENT_FLEX_VALUE
ColumnCHILD_FLEX_VALUE_LOW
ColumnCHILD_FLEX_VALUE_HIGH
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_ID NUMBER (15) Yes Summary template defining column
SEGMENT_POS NUMBER (15) Yes Segment position which the range belongs to
FLEX_VALUE_SET_ID NUMBER (10) Yes Flexfield value set defining column
PARENT_FLEX_VALUE VARCHAR2 (60) Yes Parent value to which the range belongs
CHILD_FLEX_VALUE_LOW VARCHAR2 (60) Yes Low value of the range of child values
CHILD_FLEX_VALUE_HIGH VARCHAR2 (60) Yes High value of the range of child values
STATUS_CODE VARCHAR2 (1) Yes Status column used internally by summarization program
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

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


SELECT TEMPLATE_ID
,      SEGMENT_POS
,      FLEX_VALUE_SET_ID
,      PARENT_FLEX_VALUE
,      CHILD_FLEX_VALUE_LOW
,      CHILD_FLEX_VALUE_HIGH
,      STATUS_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GL.GL_SUMMARY_HIERARCHIES;

Dependencies

[top of page]

GL.GL_SUMMARY_HIERARCHIES does not reference any database object

GL.GL_SUMMARY_HIERARCHIES is referenced by following:

SchemaAPPS
SynonymGL_SUMMARY_HIERARCHIES