[Home] [Help]
[Dependency Information]
| Object Name: | EGO_FUNCTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EGO.EGO_FUNCTIONS_V
|
| Subobject Name: | |
| Status: | VALID |
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
| 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) |
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;
APPS
EGO_FUNCTIONS_B
EGO_FUNCTIONS_TL
FND_LOOKUP_VALUES
APPS
EGO_ACTION_DISPLAYS_V
|
|
|
|