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


VIEW: APPS.HRBV_ORGANIZATION_DESCENDENTS

Object Details
Object Name: HRBV_ORGANIZATION_DESCENDENTS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HRBV_ORGANIZATION_DESCENDENTS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This is used as a foundation for
HRFV_ORGANIZATION_DESCENDENTS.


[View Source]

Columns
Name Datatype Length Mandatory Comments
BUSINESS_GROUP_ID NUMBER (15)

ORGANIZATION_ID NUMBER (15)

ORG_STRUCTURE_VERSION_ID NUMBER


PARENT_ORGANIZATION_ID NUMBER (15)

ORG_LEVEL NUMBER


Query Text

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


SELECT BUSINESS_GROUP_ID
,      ORGANIZATION_ID
,      ORG_STRUCTURE_VERSION_ID
,      PARENT_ORGANIZATION_ID
,      ORG_LEVEL
FROM APPS.HRBV_ORGANIZATION_DESCENDENTS;

Dependencies

[top of page]

APPS.HRBV_ORGANIZATION_DESCENDENTS references the following:

SchemaAPPS
PL/SQL PackageHR_BIS - show dependent code
SynonymPER_ORG_STRUCTURE_ELEMENTS
APPS.HRBV_ORGANIZATION_DESCENDENTS is referenced by following:

SchemaAPPS
ViewHRFV_ORGANIZATION_HIERARCHIES