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


TABLE: GL.GL_ACCOUNT_HIERARCHIES

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


GL_ACCOUNT_HIERARCHIES stores lists of the detail accounts associated with each summary account.
When you create a summary account, the list of its detail accounts is stored in this table, one detail account per row. This table stores the list of detail accounts for each summary account.
This table stores the template id in addition to the summary code combination id and is maintained by the Add/Delete Summary Templates program each time you add or delete a summary template. It is also maintained by Posting and various other Oracle General Ledger programs whenever you create a new detail account.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_ACCOUNT_HIERARCHIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUMMARY_CODE_COMBINATION_ID
ColumnDETAIL_CODE_COMBINATION_ID
GL_ACCOUNT_HIERARCHIES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEDGER_ID
ColumnDETAIL_CODE_COMBINATION_ID
ColumnTEMPLATE_ID
ColumnSUMMARY_CODE_COMBINATION_ID
GL_ACCOUNT_HIERARCHIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDETAIL_CODE_COMBINATION_ID
Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (15) Yes Accounting books defining column
SUMMARY_CODE_COMBINATION_ID NUMBER (15) Yes Summary account key flexfield combination defining column
DETAIL_CODE_COMBINATION_ID NUMBER (15) Yes Detail account key flexfield combination defining column
TEMPLATE_ID NUMBER (15) Yes Summary template defining column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
ORDERING_VALUE VARCHAR2 (25) Yes Key flexfield account segment value
Query Text

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


SELECT LEDGER_ID
,      SUMMARY_CODE_COMBINATION_ID
,      DETAIL_CODE_COMBINATION_ID
,      TEMPLATE_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      ORDERING_VALUE
FROM GL.GL_ACCOUNT_HIERARCHIES;

Dependencies

[top of page]

GL.GL_ACCOUNT_HIERARCHIES does not reference any database object

GL.GL_ACCOUNT_HIERARCHIES is referenced by following:

SchemaGL
ViewGL_ACCOUNT_HIERARCHIES#