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


VIEW: APPS.EGO_VS_DISPLAY_CODES_V

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

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
LOOKUP_CODE VARCHAR2 (30) Yes Contains the code for display type, which will be referenced from FND_FLEX_VALUE_SETS.LONGLIST_FLAG
MEANING VARCHAR2 (80) Yes Contains the display meaning for display type
ENABLED_FLAG VARCHAR2 (1) Yes Describes whether the value is enabled for usage
START_DATE DATE

Describes the date from which the value is active
END_DATE DATE

Describes the date till which the value is active
Query Text

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


SELECT LOOKUP_CODE
,      MEANING
,      ENABLED_FLAG
,      START_DATE
,      END_DATE
FROM APPS.EGO_VS_DISPLAY_CODES_V;

Dependencies

[top of page]

APPS.EGO_VS_DISPLAY_CODES_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
APPS.EGO_VS_DISPLAY_CODES_V is referenced by following:

SchemaAPPS
ViewEGO_VALUE_SETS_V
ViewEGO_VALUE_SET_VALUES_V