[Home] [Help]
[Dependency Information]
| Object Name: | PQH_PC_ORG_HIERARCHIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PQH.PQH_PC_ORG_HIERARCHIES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Position Control Organization Hierarchy view for reports
| 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 |
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;
APPS
FND_SESSIONS
HR_GENERAL
- show dependent code
PER_ORGANIZATION_STRUCTURES
PER_ORG_STRUCTURE_ELEMENTS
PER_ORG_STRUCTURE_VERSIONS
PQH_PSF_BUS
- show dependent code
APPS.PQH_PC_ORG_HIERARCHIES_V is not referenced by any database object
|
|
|
|