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


TABLE: EGO.EGO_REPORT_LIST_ENTRIES

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


This table is used to store Report List Entries


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_REPORT_LIST_ENTRIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_ENTRY_ID
EGO_REPORT_LIST_ENTRIES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_ID
ColumnREPORT_ID
Columns
Name Datatype Length Mandatory Comments
LIST_ENTRY_ID NUMBER
Yes Unique numeric identifier for the report list entry
LIST_ID NUMBER
Yes Identifier for the report list: foreign key to EGO_REPORT_LISTS_B
REPORT_ID NUMBER
Yes Identifier for the report as the report list entry: foreign key to EGO_REPORTS
CREATED_BY NUMBER
Yes One of the five standard "WHO" columns
CREATION_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATED_BY NUMBER
Yes One of the five standard "WHO" columns
LAST_UPDATE_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATE_LOGIN NUMBER

One of the five standard "WHO" columns
Query Text

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


SELECT LIST_ENTRY_ID
,      LIST_ID
,      REPORT_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_REPORT_LIST_ENTRIES;

Dependencies

[top of page]

EGO.EGO_REPORT_LIST_ENTRIES does not reference any database object

EGO.EGO_REPORT_LIST_ENTRIES is referenced by following:

SchemaAPPS
SynonymEGO_REPORT_LIST_ENTRIES