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


VIEW: APPS.EGO_REPORT_LISTS_VL

Object Details
Object Name: EGO_REPORT_LISTS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEGO.EGO_REPORT_LISTS_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)

[View Source]

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 classify the report list
CLASSIFICATION2 VARCHAR2 (50)
Second identifier to classify the report list
CLASSIFICATION3 VARCHAR2 (50)
Third identifier to classify the report list
ORGANIZATION_ID NUMBER

The organization ID of the report
LIST_NAME VARCHAR2 (240) Yes Name of the report list
LIST_DESCRIPTION VARCHAR2 (4000)
Description of the report list
CREATED_BY NUMBER
Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
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
,      LIST_NAME
,      LIST_DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.EGO_REPORT_LISTS_VL;

Dependencies

[top of page]

APPS.EGO_REPORT_LISTS_VL references the following:

SchemaAPPS
SynonymEGO_REPORT_LISTS_B
SynonymEGO_REPORT_LISTS_TL

APPS.EGO_REPORT_LISTS_VL is not referenced by any database object