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


TABLE: GL.GL_SEGMENT_FREQUENCIES

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


GL_SEGMENT_FREQUENCIES stores statistical information about the data in the GL_CODE_COMBINATIONS and the GL_BALANCES tables. When you run the GL Optimizer program, that program first deletes all the rows in this table and then re-populates this table based on the current contents of GL_CODE_COMBINATIONS and GL_BALANCES. This table stores the number of rows in GL_BALANCES associated with each accounting period. It also stores the number of rows in GL_CODE_COMBINATIONS for each segment and segment value.
You should run the GL Optimizer program at least once per accounting period to keep the data in this table current. The Oracle General Ledger application's Financial Statement Generator uses the information in this table to generate your financial reports as efficiently as possible. Other Oracle General Ledger programs also use this table to improve performance.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_SEGMENT_FREQUENCIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEGMENT_NAME
ColumnSEGMENT_VALUE
Columns
Name Datatype Length Mandatory Comments
STRUCTURE_ID NUMBER (15) Yes Not currently used
SEGMENT_NAME VARCHAR2 (60) Yes Segment name (either a segment column name, 'PERIOD', or 'PERIODAB')
SEGMENT_VALUE VARCHAR2 (60) Yes Segment value or period name
ROWS_THIS_VALUE NUMBER (15) Yes Number of rows with this segment value or period name
Query Text

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


SELECT STRUCTURE_ID
,      SEGMENT_NAME
,      SEGMENT_VALUE
,      ROWS_THIS_VALUE
FROM GL.GL_SEGMENT_FREQUENCIES;

Dependencies

[top of page]

GL.GL_SEGMENT_FREQUENCIES does not reference any database object

GL.GL_SEGMENT_FREQUENCIES is referenced by following:

SchemaGL
ViewGL_SEGMENT_FREQUENCIES#