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


VIEW: APPS.PQH_POSN_CTL_HIERARCHY_V

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

View Type

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


View for Reporting purposes


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_NUM NUMBER

Row Number
HIERARCHY_LEVEL NUMBER

Level within the hierarchy
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
PC_ENABLED_FLAG VARCHAR2 (4000)
Position Control Enabled Identifying flag
Query Text

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


SELECT ROW_NUM
,      HIERARCHY_LEVEL
,      BUSINESS_GROUP_NAME
,      BUSINESS_GROUP_ID
,      ORGANIZATION_NAME
,      ORGANIZATION_ID
,      PC_ENABLED_FLAG
FROM APPS.PQH_POSN_CTL_HIERARCHY_V;

Dependencies

[top of page]

APPS.PQH_POSN_CTL_HIERARCHY_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymHR_ALL_ORGANIZATION_UNITS
PL/SQL PackageHR_GENERAL - show dependent code
SynonymPER_ORG_STRUCTURE_ELEMENTS
PL/SQL PackagePQH_PSF_BUS - show dependent code
APPS.PQH_POSN_CTL_HIERARCHY_V is referenced by following:

SchemaAPPS
ViewPQH_PC_ORG_SUMMARY_V