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


TABLE: GL.GL_LEDGER_SEGMENT_VALUES

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


GL_LEDGER_SEGMENT_VALUES stores information about the balancing segment values that are assigned to a ledger. Each row specifies a balancing segment value, the ledger it is assigned to, and the start and end date of the assignment. This table stores the flattened information from the GL_LEDGER_NORM_SEGMENT_VALUES table. Each parent segment values stored in the GL_LEDGER_NORM_SEGMENT_VALUES table will be expanded into detail segment values before it is stored in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_LEDGER_SEGMENT_VALUES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEDGER_ID
ColumnSEGMENT_TYPE_CODE
ColumnSEGMENT_VALUE
Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (15) Yes Ledger defining column
SEGMENT_TYPE_CODE VARCHAR2 (1) Yes Segment type defining column
SEGMENT_VALUE VARCHAR2 (25) Yes Segment value
PARENT_RECORD_ID NUMBER (15) Yes Parent record defining column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
END_DATE DATE

End date
START_DATE DATE

Start date
STATUS_CODE VARCHAR2 (1)
Status code
LEGAL_ENTITY_ID NUMBER (15)
Legal entity defining column
SLA_SEQUENCING_FLAG VARCHAR2 (1)
Subledger architecture sequencing flag
Query Text

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


SELECT LEDGER_ID
,      SEGMENT_TYPE_CODE
,      SEGMENT_VALUE
,      PARENT_RECORD_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      END_DATE
,      START_DATE
,      STATUS_CODE
,      LEGAL_ENTITY_ID
,      SLA_SEQUENCING_FLAG
FROM GL.GL_LEDGER_SEGMENT_VALUES;

Dependencies

[top of page]

GL.GL_LEDGER_SEGMENT_VALUES does not reference any database object

GL.GL_LEDGER_SEGMENT_VALUES is referenced by following:

SchemaGL
ViewGL_LEDGER_SEGMENT_VALUES#