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


VIEW: APPS.HR_ORG_OU_V

Object Details
Object Name: HR_ORG_OU_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


HR Org Operating Unit Upload


[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (240) Yes Name of organization
ORGANIZATION_ID NUMBER (15) Yes Organization Id
DATE_FROM DATE
Yes Date From
DATE_TO DATE

Date to
INTERNAL_EXTERNAL_FLAG VARCHAR2 (30)
Internal or External Flag for Organization
OPERATING_UNIT VARCHAR2 (240)
Operating Unit
Query Text

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


SELECT NAME
,      ORGANIZATION_ID
,      DATE_FROM
,      DATE_TO
,      INTERNAL_EXTERNAL_FLAG
,      OPERATING_UNIT
FROM APPS.HR_ORG_OU_V;

Dependencies

[top of page]

APPS.HR_ORG_OU_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
PL/SQL PackageHR_GENERAL - show dependent code
SynonymHR_ORGANIZATION_INFORMATION
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code

APPS.HR_ORG_OU_V is not referenced by any database object