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


VIEW: APPS.HRFV_ORGANIZATION_ROLLUP

Object Details
Object Name: HRFV_ORGANIZATION_ROLLUP
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HRFV_ORGANIZATION_ROLLUP
Subobject Name:
Status: VALID

View Type

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


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.HRFV_ORGANIZATION_ROLLUP references the following:

SchemaAPPS
SynonymHRI_ORG_PARAMS
SynonymHRI_ORG_PARAM_LIST
SynonymHR_ALL_ORGANIZATION_UNITS_TL
PL/SQL PackageHR_BIS - show dependent code
SynonymPER_ORGANIZATION_STRUCTURES

APPS.HRFV_ORGANIZATION_ROLLUP is not referenced by any database object