[Home] [Help]
[Dependency Information]
Object Name: | HRFV_ORGANIZATION_ROLLUP |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This view shows the emulated rollup capabilities of BIS Reports. Run the concurrent process "BIS Load Organization Hierarchy Table" before using this folder
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUSINESS_GROUP_NAME | VARCHAR2 | (240) | Yes | |
ORGANIZATION_HIERARCHY | VARCHAR2 | (30) | Yes | |
PRIMARY_FLAG | VARCHAR2 | (4000) | ||
TOP_ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
GROUP_BY_ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
INCLUDE_SUBORDINATES | VARCHAR2 | (4000) | ||
ROLLUP | VARCHAR2 | (4000) | ||
BUSINESS_GROUP_ID | NUMBER | (15) | ||
TOP_ORG_ID | NUMBER | (15) | Yes | |
ROLLUP_ORG_ID | NUMBER | (15) | Yes | |
ORG_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_NAME
, ORGANIZATION_HIERARCHY
, PRIMARY_FLAG
, TOP_ORGANIZATION_NAME
, GROUP_BY_ORGANIZATION_NAME
, ORGANIZATION_NAME
, INCLUDE_SUBORDINATES
, ROLLUP
, BUSINESS_GROUP_ID
, TOP_ORG_ID
, ROLLUP_ORG_ID
, ORG_ID
FROM APPS.HRFV_ORGANIZATION_ROLLUP;
|
|
|