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


VIEW: APPS.EGO_FUNCTIONS_V

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

View Type

A Business Intelligence System view


View EGO_FUNCTIONS_V provides the metadata information associated with user-defined functions, including translatable information (TL). Each row provides information such as display name, description, type, and names of procedures and/or packages to be executed for a given function


[View Source]

Columns
Name Datatype Length Mandatory Comments
FUNCTION_ID NUMBER (15) Yes Unique Id of a Function
INTERNAL_NAME VARCHAR2 (60) Yes Internal Name for a Function
DISPLAY_NAME VARCHAR2 (150) Yes Display Name for a Function
DESCRIPTION VARCHAR2 (240)
Description of the Function
FUNC_TYPE_CODE VARCHAR2 (30) Yes Whether the function is Java, PL/SQL, or a URL
FUNC_TYPE_MEANING VARCHAR2 (80) Yes Meaning of the Function (Ex: PL/SQL �)
FUNCTION_INFO_1 VARCHAR2 (2048)
In the Java or PL/SQL case, the function package; in the URL case, the URL itself
FUNCTION_INFO_2 VARCHAR2 (150)
Either the Java class name or PL/SQL procedure name (not used in URL case)
Query Text

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


SELECT FUNCTION_ID
,      INTERNAL_NAME
,      DISPLAY_NAME
,      DESCRIPTION
,      FUNC_TYPE_CODE
,      FUNC_TYPE_MEANING
,      FUNCTION_INFO_1
,      FUNCTION_INFO_2
FROM APPS.EGO_FUNCTIONS_V;

Dependencies

[top of page]

APPS.EGO_FUNCTIONS_V references the following:

SchemaAPPS
SynonymEGO_FUNCTIONS_B
SynonymEGO_FUNCTIONS_TL
SynonymFND_LOOKUP_VALUES
APPS.EGO_FUNCTIONS_V is referenced by following:

SchemaAPPS
ViewEGO_ACTION_DISPLAYS_V