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


VIEW: APPS.EGO_VS_FORMAT_CODES_V

Object Details
Object Name: EGO_VS_FORMAT_CODES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewEGO.EGO_VS_FORMAT_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 format type, which will be referenced from FND_FLEX_VALUE_SETS.FORMAT_TYPE
MEANING VARCHAR2 (80) Yes Contains the display meaning for format 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_FORMAT_CODES_V;

Dependencies

[top of page]

APPS.EGO_VS_FORMAT_CODES_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
APPS.EGO_VS_FORMAT_CODES_V is referenced by following:

SchemaAPPS
Package BodyEGO_USER_ATTRS_COMMON_PVT - show dependent code
ViewEGO_VALUE_SETS_V
ViewEGO_VALUE_SET_VALUES_V
Package BodyENG_IMPL_ITEM_CHANGES_PKG - show dependent code