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


TABLE: EGO.EGO_REPORT_LISTS_B

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


This table is used to store Report List information


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_REPORT_LISTS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_ID
EGO_REPORT_LISTS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_ID
ColumnREPORT_APPLICATION_ID
ColumnREPORT_REGION_CODE
Columns
Name Datatype Length Mandatory Comments
LIST_ID NUMBER
Yes Unique numeric identifier for the report list
USER_ID NUMBER
Yes Identifier for the user who owns the report list
REPORT_APPLICATION_ID NUMBER
Yes Identifier for the application of the report
REPORT_REGION_CODE VARCHAR2 (30) Yes Report region code for the report
DEFAULT_FLAG VARCHAR2 (1)
The flag indicates the default report list
CUSTOMIZATION_LEVEL_ID NUMBER

Identifier for the report list customization level
CLASSIFICATION1 VARCHAR2 (50)
First identifier to classifiy the report list
CLASSIFICATION2 VARCHAR2 (50)
Second identifier to classifiy the report list
CLASSIFICATION3 VARCHAR2 (50)
Third identifier to classifiy the report list
ORGANIZATION_ID NUMBER

The organization ID of the report
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_ID
,      USER_ID
,      REPORT_APPLICATION_ID
,      REPORT_REGION_CODE
,      DEFAULT_FLAG
,      CUSTOMIZATION_LEVEL_ID
,      CLASSIFICATION1
,      CLASSIFICATION2
,      CLASSIFICATION3
,      ORGANIZATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_REPORT_LISTS_B;

Dependencies

[top of page]

EGO.EGO_REPORT_LISTS_B does not reference any database object

EGO.EGO_REPORT_LISTS_B is referenced by following:

SchemaEGO
ViewEGO_REPORT_LISTS_B#