[Home] [Help]
[Dependency Information]
Object Name: | GL_ACCOUNT_HIERARCHIES |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_ACCOUNT_HIERARCHIES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
GL_ACCOUNT_HIERARCHIES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
GL_ACCOUNT_HIERARCHIES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
GL.GL_ACCOUNT_HIERARCHIES does not reference any database object
GL.GL_ACCOUNT_HIERARCHIES is referenced by following:
|
|
|