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


TABLE: EGO.EGO_FND_FLX_VAL_STS_EXT

Object Details
Object Name: EGO_FND_FLX_VAL_STS_EXT
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_FND_FLX_VAL_STS_EXT
Subobject Name:
Status: VALID


To identify the Value sets created by EGO team


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_FND_FLX_VAL_STS_EXT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFLEX_VALUE_SET_ID
Columns
Name Datatype Length Mandatory Comments
FLEX_VALUE_SET_ID NUMBER (10) Yes Identifier for the Value Set (foreign key to FND_FLEX_VALUE_SETS)
CREATED_PROCESS VARCHAR2 (30) Yes Not currently used (records who created the Value Set, but all current entries are created by PLM)
LAST_UPDATE_PROCESS VARCHAR2 (30)
Not currently used (records who last updated the Value Set, but all current entries are updated by PLM)
CREATED_BY NUMBER (15) Yes One of the five standard "WHO" columns
CREATION_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATED_BY NUMBER (15) Yes One of the five standard "WHO" columns
LAST_UPDATE_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATE_LOGIN NUMBER (15)
One of the five standard "WHO" columns
Query Text

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


SELECT FLEX_VALUE_SET_ID
,      CREATED_PROCESS
,      LAST_UPDATE_PROCESS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_FND_FLX_VAL_STS_EXT;

Dependencies

[top of page]

EGO.EGO_FND_FLX_VAL_STS_EXT does not reference any database object

EGO.EGO_FND_FLX_VAL_STS_EXT is referenced by following:

SchemaEGO
ViewEGO_FND_FLX_VAL_STS_EXT#