Search Results sub_absolute_level
Overview
HRI_CL_ORG_CC_MGR_SUPH_V is an APPS-owned database view within the Oracle EBS Human Resources Intelligence (HRI) product family. It exposes organizational cost-center hierarchy data joined to supervisor/supervisee (line-manager) relationships derived from HRMS security and hierarchy structures. The view is primarily consumed by HRI analytical dashboards, HR workforce reporting, and integration extracts that require a flattened, query-ready representation of manager-to-subordinate chains scoped by organization cost centers.
Its design supports Oracle EBS 12.1.1 and 12.2.2, where HRI views serve as semantic layers over the HRMS base schema, hiding multi-table joins from end-user reporting tools such as Oracle BI, Discoverer, and custom BI Publisher reports. The view carries effective-dated supervisor relationships, enabling point-in-time workforce analysis.
Underlying Base Objects
The view is defined over three referenced objects:
- HRI_CL_ORG_CC_V CL_CC — a cost-center/organization classification view supplying ID and VALUE for the organizational unit.
- HR_ORGANIZATION_INFORMATION O_MGR — filtered on ORG_INFORMATION_CONTEXT = 'ORGANIZATION NAME ALIAS', it links the organization ID to a person via ORG_INFORMATION2.
- HRI_CS_SUPH_V CS_SUP — a supervisor hierarchy view supplying effective-dated manager/subordinate pairs (SUP_PERSON_ID, SUB_PERSON_ID) along with hierarchy depth measures.
The join predicates connect cost centers to the organization alias person and then to the supervisor hierarchy, producing a manager-scoped cost-center hierarchy. No further base tables are documented in the ETRM metadata.
Key Columns
- ID — cost-center/organization identifier from the CC view.
- VALUE — descriptive name or code of the cost center.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — validity window of the supervisor relationship.
- SUP_PERSON_ID — the supervising (manager) person's identifier.
- SUB_PERSON_ID — the subordinate person's identifier.
- SUB_RELATIVE_LEVEL — relative depth of the subordinate within its reporting line.
- SUB_ABSOLUTE_LEVEL — absolute depth of the subordinate within the full supervisor hierarchy, independent of the selected root. This column matches the search term "sub_absolute_level" and is typically used to distinguish top-level managers (low values) from deep-line reports (higher values) for filtering or aggregation.
Common Use Cases and Queries
Typical uses include headcount-by-manager reporting, cost-center roll-ups, span-of-control analysis, and effective-dated organizational snapshots.
List managers at a specific absolute level:
SELECT id, value, sup_person_id, sub_person_id, sub_absolute_level
FROM apps.hri_cl_org_cc_mgr_suph_v
WHERE sub_absolute_level = 1
AND sysdate BETWEEN effective_start_date AND effective_end_date;
Count direct reports per cost center:
SELECT value, COUNT(DISTINCT sub_person_id) headcount
FROM apps.hri_cl_org_cc_mgr_suph_v
WHERE sysdate BETWEEN effective_start_date AND effective_end_date
GROUP BY value;
Trace a subordinate's reporting depth:
SELECT sup_person_id, sub_person_id, sub_relative_level, sub_absolute_level
FROM apps.hri_cl_org_cc_mgr_suph_v
WHERE sub_person_id = :p_person_id;
When querying, always apply the effective-date window to avoid double-counting records across overlapping supervisor versions.
-
View: HRI_CL_ORG_CC_MGR_SUPH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_ORG_CC_MGR_SUPH_V, object_name:HRI_CL_ORG_CC_MGR_SUPH_V, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRI_CL_ORG_CC_MGR_SUPH_V ,
-
VIEW: APPS.HRI_CL_PER_CCMGR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_PER_CCMGR_V, object_name:HRI_CL_PER_CCMGR_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPH_X_V
12.2.2
-
View: HRI_CL_ORG_CC_MGR_SUPH_V
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HRI_CS_SUPH_V
12.1.1
-
VIEW: APPS.HRI_CL_ORG_CC_MGR_SUPH_V
12.1.1
-
VIEW: APPS.HRI_CS_POSH_V
12.2.2
-
VIEW: APPS.HRI_CS_SUPH_X_V
12.1.1
-
VIEW: APPS.HRI_CS_POSH_V
12.1.1
-
VIEW: APPS.HRI_CS_SUPH_V
12.2.2
-
VIEW: APPS.HRI_CS_POSH_X_V
12.2.2
-
VIEW: APPS.HRI_CS_POSH_X_V
12.1.1
-
VIEW: APPS.HRI_CS_POSHRO_X_V
12.1.1
-
VIEW: APPS.HRI_CS_POSHRO_X_V
12.2.2
-
View: FII_CS_SUPHRO_V1
12.1.1
product: FII - Financial Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: FII_CS_SUPHRO_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HRI_CS_POSHRO_V
12.2.2
-
VIEW: APPS.HRI_CS_POSHRO_V
12.1.1
-
VIEW: APPS.PJI_DIS_SUP_ROHRCHY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_SUP_ROHRCHY_V, object_name:PJI_DIS_SUP_ROHRCHY_V, status:VALID,
-
VIEW: APPS.HRI_CL_ORG_CC_MGR_SUPH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_ORG_CC_MGR_SUPH_V, object_name:HRI_CL_ORG_CC_MGR_SUPH_V, status:VALID,
-
VIEW: APPS.HRI_CS_POSH_X_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSH_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_POSH_X_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSH_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPHRO_X_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPHRO_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_POSHRO_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSHRO_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPH_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPH_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPHRO_V
12.1.1
-
VIEW: APPS.HRI_CS_POSH_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSH_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPH_X_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPH_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPH_X_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPH_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPHRO_X_V
12.1.1
-
VIEW: APPS.HRI_CS_POSHRO_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSHRO_V, status:VALID,
-
VIEW: APPS.HRI_CS_POSH_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSH_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPHRO_V
12.2.2
-
VIEW: APPS.HRI_CS_SUPHRO_X_V
12.2.2
-
VIEW: APPS.HRI_CS_POSHRO_X_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSHRO_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_POSHRO_X_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_POSHRO_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPHRO_X_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPHRO_X_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPHRO_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPHRO_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPHRO_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPHRO_V, status:VALID,
-
VIEW: APPS.HRI_CS_SUPH_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRI_CS_SUPH_V, status:VALID,
-
VIEW: APPS.PJI_DIS_SUP_HRCHY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_SUP_HRCHY_V, object_name:PJI_DIS_SUP_HRCHY_V, status:VALID,
-
View: PJI_DIS_SUP_HRCHY_V
12.2.2
product: PJI - Project Intelligence(Obsolete) , description: Discoverer view of resource hierarchy data. , implementation_dba_data: Not implemented in this database ,
-
View: PJI_DIS_SUP_HRCHY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_SUP_HRCHY_V, object_name:PJI_DIS_SUP_HRCHY_V, status:VALID, product: PJI - Project Intelligence , description: Discoverer view of resource hierarchy data. , implementation_dba_data: APPS.PJI_DIS_SUP_HRCHY_V ,
-
View: PJI_DIS_SUP_ROHRCHY_V
12.2.2
product: PJI - Project Intelligence(Obsolete) , description: Discoverer view of resource hierarchy data with subordinate rollup data. , implementation_dba_data: Not implemented in this database ,
-
View: PJI_DIS_SUP_ROHRCHY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_SUP_ROHRCHY_V, object_name:PJI_DIS_SUP_ROHRCHY_V, status:VALID, product: PJI - Project Intelligence , description: Discoverer view of resource hierarchy data with subordinate rollup data. , implementation_dba_data: APPS.PJI_DIS_SUP_ROHRCHY_V ,
-
eTRM - PJI Tables and Views
12.1.1
-
eTRM - HRI Tables and Views
12.1.1