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


VIEW: APPS.PQH_PC_ORG_HIERARCHIES_V

Object Details
Object Name: PQH_PC_ORG_HIERARCHIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPQH.PQH_PC_ORG_HIERARCHIES_V
Subobject Name:
Status: VALID

View Type

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


Position Control Organization Hierarchy view for reports


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_NUMBER NUMBER

Row Number
ORGANIZATION_HIERARCHY_LEVEL NUMBER

Hierarchy Level
BUSINESS_GROUP_NAME VARCHAR2 (4000)
Business Group Name
BUSINESS_GROUP_ID NUMBER (15)
Business Group Identifier
ORGANIZATION_NAME VARCHAR2 (4000)
Organization Name
ORGANIZATION_ID NUMBER (15)
Organization Identifier
POSITION_CONTROL_ENABLED_FLAG VARCHAR2 (4000)
Position Control Enable Indicator
Query Text

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


SELECT ROW_NUMBER
,      ORGANIZATION_HIERARCHY_LEVEL
,      BUSINESS_GROUP_NAME
,      BUSINESS_GROUP_ID
,      ORGANIZATION_NAME
,      ORGANIZATION_ID
,      POSITION_CONTROL_ENABLED_FLAG
FROM APPS.PQH_PC_ORG_HIERARCHIES_V;

Dependencies

[top of page]

APPS.PQH_PC_ORG_HIERARCHIES_V references the following:

SchemaAPPS
SynonymFND_SESSIONS
PL/SQL PackageHR_GENERAL - show dependent code
SynonymPER_ORGANIZATION_STRUCTURES
SynonymPER_ORG_STRUCTURE_ELEMENTS
SynonymPER_ORG_STRUCTURE_VERSIONS
PL/SQL PackagePQH_PSF_BUS - show dependent code
APPS.PQH_PC_ORG_HIERARCHIES_V is referenced by following:

SchemaPUBLIC
SynonymPQH_PC_ORG_HIERARCHIES_V