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


VIEW: APPS.FII_OU_V

Object Details
Object Name: FII_OU_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFII.FII_OU_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 hr_organization_information and hr_all_organization_units_tl. It will contain information about the Operating Units.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER (15) Yes Operating Unit Identifier
VALUE VARCHAR2 (240) Yes Operating Unit Name
Query Text

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


SELECT ID
,      VALUE
FROM APPS.FII_OU_V;

Dependencies

[top of page]

APPS.FII_OU_V references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
SynonymHR_ORGANIZATION_INFORMATION

APPS.FII_OU_V is not referenced by any database object