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


VIEW: APPS.EGO_FP_DATA_TYPES_V

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

View Type

A Business Intelligence System view


View EGO_FP_DATA_TYPES_V provides the information about the type of parameters defined for functions. Each row of this view provides the data type meaning (e.g. Number, Varchar, Date, etc) and parameter code type (e.g. N, V, D respectively) for a given function (FUNCTION_ID).


[View Source]

Columns
Name Datatype Length Mandatory Comments
FUNCTION_ID NUMBER (15) Yes Identifier for the Function
DATA_TYPE_MEANING VARCHAR2 (80) Yes Data type of the parameter ( N,V,..)
DATA_TYPE_CODE VARCHAR2 (30) Yes Data type meaning (Number, Varchar, ..)
Query Text

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


SELECT FUNCTION_ID
,      DATA_TYPE_MEANING
,      DATA_TYPE_CODE
FROM APPS.EGO_FP_DATA_TYPES_V;

Dependencies

[top of page]

APPS.EGO_FP_DATA_TYPES_V references the following:

SchemaAPPS
SynonymEGO_FUNCTIONS_B
SynonymFND_LOOKUP_VALUES

APPS.EGO_FP_DATA_TYPES_V is not referenced by any database object