Search Results subord_primary_asg_flag_code
Overview
HRIBV_SUPV_HRCHY_ROLLUP_X is a read-only Oracle EBS view owned by the APPS schema and delivered as part of the HRI (Human Resources Intelligence) product family. It exposes the supervisor-to-subordinate hierarchical rollup used by HR Intelligence reporting, collapsing the multi-level supervisory chain into a single denormalized result set. The view is defined with the WITH READ ONLY clause, confirming it is intended strictly for query and reporting consumption rather than DML.
The view answers the recurring question of "who reports into whom, and at what supervisor level," which is why it surfaces the SUPERVISOR_LEVEL column directly. In 12.1.1 and 12.2.2 it is a reporting convenience layer over the HRI supervisor hierarchy summary, joined to person and organization lookups so that names and business group labels are already resolved for the consumer.
Underlying Base Objects
The documented definition draws from the HRI supervisor hierarchy summary table (HRI_SUPV_HRCHY_SUMMARY), self-joined as SVL and SSVL to associate each supervisor/subordinate pair with its reporting-organization relationship. Supporting lookups and descriptive entities are joined as follows:
HR_ALL_ORGANIZATION_UNITS_TL(outer-joined,LANGUAGE = USERENV('LANG')) supplies the supervisor business group name.PER_PEOPLE_X(joined twice as PER and PER2) supplies the supervisor and subordinate full names.HR_GENERALprovides theDECODE_LOOKUP('YES_NO', ...)translation of the subordinate primary assignment flag.
ETRM 12.2.2 additionally records referenced base objects HRI_CS_SUPH_X_V, HR_BIS, HR_PERSON_NAME and HR_SECURITY. HR_SECURITY is significant because HR Intelligence views typically enforce row-level security so that a user only sees hierarchy data they are authorized to view.
Key Columns
SUPERVISOR_BUSINESS_GROUP/SUPERVISOR_PERSON_NAME— the supervisor's business group and person name.SUPERVISOR_LEVEL— the level of the supervisor within the rolled-up hierarchy; this is the column most frequently referenced in supervisor_level searches.SUBORDINATE_PERSON_NAME,SUBORDINATE_LEVEL,SUB_RO_LEVEL— the subordinate's name, subordinate level and reporting-organization level.SUBORDINATE_PRIMARY_ASG_FLAG— decoded YES/NO form of the subordinate primary assignment flag.SUBORD_PRIMARY_ASG_FLAG_CODE— the underlying code value for the same flag.- ID columns — supervisor, subordinate and sub-RO business group, person and assignment identifiers, joinable back to HR and PER entities.
Common Use Cases and Queries
Typical scenarios include supervisor rollup reports, span-of-control analysis, headcount-by-supervisor extracts and feeding downstream HR dashboards. Because the view is read-only and already resolved, it is well suited to ad hoc SQL and BI Publisher data models. A representative query:
SELECT supervisor_person_name, supervisor_level, subordinate_person_name, subordinate_level FROM apps.hribv_supv_hrchy_rollup_x WHERE supervisor_level = :p_level ORDER BY supervisor_person_name, subordinate_level;- Filtering by
supervisor_business_groupfor a specific legal entity or business group. - Restricting results with HR security by querying as an application user rather than a privileged schema.
Consumers should treat the view as reporting-only and expect its result set to be governed by HR_SECURITY.
-
View: HRIBV_SUPV_HRCHY_ROLLUP_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_ROLLUP_X, object_name:HRIBV_SUPV_HRCHY_ROLLUP_X, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRIBV_SUPV_HRCHY_ROLLUP_X ,
-
View: HRIBV_SUPV_HRCHY_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_X, object_name:HRIBV_SUPV_HRCHY_X, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRIBV_SUPV_HRCHY_X ,
-
VIEW: APPS.HRIBV_SUPV_HRCHY_X
12.1.1
-
VIEW: APPS.HRIBV_SUPV_HRCHY_X
12.2.2
-
View: HRIBV_SUPV_HRCHY_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_X, object_name:HRIBV_SUPV_HRCHY_X, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRIBV_SUPV_HRCHY_X ,
-
View: HRIBV_SUPV_HRCHY_ROLLUP_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_ROLLUP_X, object_name:HRIBV_SUPV_HRCHY_ROLLUP_X, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRIBV_SUPV_HRCHY_ROLLUP_X ,
-
VIEW: APPS.HRIBV_SUPV_HRCHY_ROLLUP_X
12.1.1
-
VIEW: APPS.HRIBV_SUPV_HRCHY_ROLLUP_X
12.2.2
-
VIEW: APPS.HRIBV_SUPV_HRCHY_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_X, object_name:HRIBV_SUPV_HRCHY_X, status:VALID,
-
VIEW: APPS.HRIBV_SUPV_HRCHY_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_X, object_name:HRIBV_SUPV_HRCHY_X, status:VALID,
-
VIEW: APPS.HRIBV_SUPV_HRCHY_ROLLUP_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_ROLLUP_X, object_name:HRIBV_SUPV_HRCHY_ROLLUP_X, status:VALID,
-
VIEW: APPS.HRIBV_SUPV_HRCHY_ROLLUP_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_SUPV_HRCHY_ROLLUP_X, object_name:HRIBV_SUPV_HRCHY_ROLLUP_X, status:VALID,
-
eTRM - HRI Tables and Views
12.2.2
description: Supervisor Hierarchy Summary Table ,
-
eTRM - HRI Tables and Views
12.1.1