[Home] [Help]
[Dependency Information]
| Object Name: | HRBV_ORGANIZATION_DESCENDENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HRBV_ORGANIZATION_DESCENDENTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is used as a foundation for
HRFV_ORGANIZATION_DESCENDENTS.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUSINESS_GROUP_ID | NUMBER | (15) | ||
| ORGANIZATION_ID | NUMBER | (15) | Yes | |
| ORG_STRUCTURE_VERSION_ID | NUMBER | Yes | ||
| PARENT_ORGANIZATION_ID | NUMBER | (15) | Yes | |
| ORG_LEVEL | NUMBER |
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;
APPS
HR_BIS
- show dependent code
PER_ORG_STRUCTURE_ELEMENTS
APPS
HRFV_ORGANIZATION_HIERARCHIES
PUBLIC
HRBV_ORGANIZATION_DESCENDENTS
|
|
|
|