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


VIEW: APPS.FII_USER_DEFINED2_V

Object Details
Object Name: FII_USER_DEFINED2_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_USER_DEFINED2_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is based on tables FII_UDD2_HIERARCHIES and FND_FLEX_VALUES_TL. It will contain information about User Defined Dimension 2 Hierarchy.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PARENT_ID NUMBER (15)
Parent User Defined Dimension 2 Identifier
ID NUMBER (15)
User Defined Dimension 2 Identifier
VALUE VARCHAR2 (240)
Value of User Defined Dimension 2 Identifier
Query Text

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


SELECT PARENT_ID
,      ID
,      VALUE
FROM APPS.FII_USER_DEFINED2_V;

Dependencies

[top of page]

APPS.FII_USER_DEFINED2_V references the following:

SchemaAPPS
SynonymFII_UDD2_HIERARCHIES
SynonymFND_FLEX_VALUES_TL

APPS.FII_USER_DEFINED2_V is not referenced by any database object