[Home] [Help]
[Dependency Information]
| Object Name: | PQH_POSN_CTL_HIERARCHY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PQH.PQH_POSN_CTL_HIERARCHY_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for Reporting purposes
| 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 |
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;
APPS
FND_PROFILE
- show dependent code
HR_ALL_ORGANIZATION_UNITS
HR_GENERAL
- show dependent code
PER_ORG_STRUCTURE_ELEMENTS
PQH_PSF_BUS
- show dependent code
APPS
PQH_PC_ORG_SUMMARY_V
PUBLIC
PQH_POSN_CTL_HIERARCHY_V
|
|
|
|