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


TABLE: GL.GL_LE_VALUE_SETS

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


GL_LE_VALUE_SETS stores balancing segment value sets assigned to a legal entity.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_LE_VALUE_SETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEGAL_ENTITY_ID
ColumnFLEX_VALUE_SET_ID
Columns
Name Datatype Length Mandatory Comments
LEGAL_ENTITY_ID NUMBER (15) Yes Legal entity defining column
FLEX_VALUE_SET_ID NUMBER (15) Yes Key flexfield segment value set 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
Query Text

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


SELECT LEGAL_ENTITY_ID
,      FLEX_VALUE_SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM GL.GL_LE_VALUE_SETS;

Dependencies

[top of page]

GL.GL_LE_VALUE_SETS does not reference any database object

GL.GL_LE_VALUE_SETS is referenced by following:

SchemaGL
ViewGL_LE_VALUE_SETS#