Search Results hr_organization_units_v
Overview
HR_ORGANIZATION_UNITS_V is an Oracle E-Business Suite view owned by the APPS schema and is a component of the PER (Human Resources) product family. The ETRM metadata records its status as VALID in both Release 12.1.1 and 12.2.2, and describes its purpose succinctly as "used to support user interface." In practice, the view presents organization unit definitions — the internal and external organizations, business groups, and reporting units that form the backbone of the HR and Payroll organizational hierarchy — in a denormalized, user-friendly form suitable for forms, concurrent programs, and ad hoc reporting. It resolves the raw foreign-key identifiers held on the base organization table into descriptive lookup meanings and location address attributes, sparing developers and report authors the effort of joining the lookup and location tables themselves. Because it is a view rather than a table, it holds no data of its own and instead projects a consistent, join-resolved image of the underlying organization records at query time.
Underlying Base Objects
The documented view text defines HR_ORGANIZATION_UNITS_V over four principal objects. HR_ORGANIZATION_UNITS is the driving table, supplying the organization identifier, name, dates, type, internal/external flag, comments, internal address line, and the full set of descriptive flexfield (DFF) attribute columns. HR_LOCATIONS_NO_JOIN supplies the location attributes, including location code, address lines, regions, telephone numbers, postal code, town or city, and the LOC_INFORMATION13 through LOC_INFORMATION20 segments. Two instances of HR_LOOKUPS are joined to translate coded values: lookup type ORG_TYPE decodes the organization TYPE column, and lookup type INTL_EXTL decodes the INTERNAL_EXTERNAL_FLAG column. All three joins are outer joins, so organization rows are retained even when no matching lookup meaning or location exists. The wider ETRM metadata additionally lists HR_API, HR_GENERAL, and HR_SECURITY packages together with HR_LOCATIONS_ALL_V and HR_ORGANIZATION_UNITS as referenced objects, reflecting the view's integration with HR security profiles and its exposure through the standard HR location view.
Key Columns
- ORGANIZATION_ID — Primary identifier of the organization unit, and the value used throughout HR, Payroll, and inventory-related modules as the organization key.
- BUSINESS_GROUP_ID — Identifies the business group to which the organization belongs, establishing the legislative and security context.
- NAME — The user-visible name of the organization unit.
- TYPE and its lookup MEANING — The organization classification code and the corresponding decoded meaning from lookup type ORG_TYPE.
- INTERNAL_EXTERNAL_FLAG and its lookup MEANING — Indicates whether the organization is internal or external, decoded through lookup type INTL_EXTL.
- DATE_FROM / DATE_TO — Effective dating that governs when the organization unit is active.
- LOCATION_ID and address columns — Location code, address lines, region, postal code, town or city, and telephone numbers sourced from the location definition.
- ATTRIBUTE1 through ATTRIBUTE20 and ATTRIBUTE_CATEGORY — Descriptive flexfield columns available for customer-defined organization information.
- Audit columns — REQUEST_ID, PROGRAM_ID, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, and LAST_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include reporting on active organization structures, validating organization identifiers during conversions, and driving LOV queries in custom forms. The following sample retrieves active internal organizations for a given business group:
SELECT organization_id, name, type, meaning internal_external FROM hr_organization_units_v WHERE business_group_id = :p_business_group_id AND internal_external_flag = 'Y' AND SYSDATE BETWEEN NVL(date_from, SYSDATE) AND NVL(date_to, SYSDATE + 1);SELECT organization_id, name, town_or_city, postal_code FROM hr_organization_units_v WHERE location_id IS NOT NULL ORDER BY name;
Because the view is secured through HR security profiles, query results are constrained by the MO: Security Profile and MO: Business Group profile options of the session, which should be considered when the view is used in integrations or data extracts.
-
View: HR_ORGANIZATION_UNITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS_V, object_name:HR_ORGANIZATION_UNITS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_ORGANIZATION_UNITS_V ,
-
View: HR_ORGANIZATION_UNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS_V, object_name:HR_ORGANIZATION_UNITS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_ORGANIZATION_UNITS_V ,
-
VIEW: APPS.ICX_HR_ORGS_LOV_V
12.2.2
-
VIEW: APPS.ICX_HR_ORGS_LOV_V
12.1.1
-
SYNONYM: PUBLIC.HR_ORGANIZATION_UNITS_V
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HR_ORGANIZATION_UNITS_V, status:VALID,
-
VIEW: APPS.BEN_ELIG_ORG_UNIT_PRTE_D
12.1.1
-
VIEW: APPS.BEN_ELIG_ORG_UNIT_PRTE_D
12.2.2
-
VIEW: APPS.BEN_ELIG_LGL_ENTY_PRTE_D
12.1.1
-
APPS.PQH_PQHEEO5_XMLP_PKG SQL Statements
12.1.1
-
APPS.PQH_PQHEEO5_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.BEN_ELIG_LGL_ENTY_PRTE_D
12.2.2
-
VIEW: APPS.PO_ECX_LINE_LOC_ARCH_V
12.1.1
-
VIEW: APPS.PO_CXML_LINE_LOC_ARCH_V
12.2.2
-
VIEW: APPS.PO_ECX_LINE_LOC_V
12.2.2
-
VIEW: APPS.PO_ECX_LINE_LOC_V
12.1.1
-
VIEW: APPS.PO_CXML_LINE_LOC_ARCH_V
12.1.1
-
VIEW: APPS.PO_ECX_LINE_LOC_ARCH_V
12.2.2
-
View: ICX_HR_ORGS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_HR_ORGS_LOV_V, object_name:ICX_HR_ORGS_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_HR_ORGS_LOV_V ,
-
View: ICX_HR_ORGS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_HR_ORGS_LOV_V, object_name:ICX_HR_ORGS_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_HR_ORGS_LOV_V ,
-
PACKAGE BODY: APPS.PQH_PQHEEO5_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_PQHEEO5_XMLP_PKG, status:VALID,
-
View: BEN_ELIG_ORG_UNIT_PRTE_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ORG_UNIT_PRTE_D, object_name:BEN_ELIG_ORG_UNIT_PRTE_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_ORG_UNIT_PRTE_D ,
-
VIEW: APPS.ITG_PO_LINE_LOC_ARCH_V
12.1.1
-
View: BEN_ELIG_ORG_UNIT_PRTE_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ORG_UNIT_PRTE_D, object_name:BEN_ELIG_ORG_UNIT_PRTE_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_ORG_UNIT_PRTE_D ,
-
View: BEN_ELIG_LGL_ENTY_PRTE_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_LGL_ENTY_PRTE_D, object_name:BEN_ELIG_LGL_ENTY_PRTE_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_LGL_ENTY_PRTE_D ,
-
PACKAGE BODY: APPS.JA_JAINDTBR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINDTBR_XMLP_PKG, status:VALID,
-
VIEW: APPS.ITG_PO_LINE_LOC_ARCH_V
12.2.2
-
PACKAGE BODY: APPS.PER_US_EEO5_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PER_US_EEO5_PKG, status:VALID,
-
VIEW: APPS.ITG_UPDEL_HEADERS_V
12.2.2
-
PACKAGE BODY: APPS.PER_US_EEO5_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PER_US_EEO5_PKG, status:VALID,
-
PACKAGE BODY: APPS.PQH_PQHEEO5_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_PQHEEO5_XMLP_PKG, status:VALID,
-
PACKAGE: APPS.PQH_BDGT_REALLOC_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PQH_BDGT_REALLOC_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.INV_ONHAND_BALANCE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_ONHAND_BALANCE, status:VALID,
-
VIEW: APPS.ITG_UPDEL_HEADERS_V
12.1.1
-
PACKAGE BODY: APPS.JA_JAINDTBR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINDTBR_XMLP_PKG, status:VALID,
-
View: BEN_ELIG_LGL_ENTY_PRTE_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_LGL_ENTY_PRTE_D, object_name:BEN_ELIG_LGL_ENTY_PRTE_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_LGL_ENTY_PRTE_D ,
-
PACKAGE BODY: APPS.PER_CA_EE_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PER_CA_EE_EXTRACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.PER_CA_EE_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PER_CA_EE_EXTRACT_PKG, status:VALID,
-
PACKAGE: APPS.PQH_BDGT_REALLOC_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PQH_BDGT_REALLOC_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.JA_JAINARDR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINARDR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.RCV_TRANSACTIONS_UTIL2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:RCV_TRANSACTIONS_UTIL2, status:VALID,
-
PACKAGE BODY: APPS.JA_JAINARDR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINARDR_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.INV_TRANSACTIONS_UTIL2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_TRANSACTIONS_UTIL2, status:VALID,
-
PACKAGE BODY: APPS.CST_MGD_MSTR_BOOK_RPT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_MGD_MSTR_BOOK_RPT, status:VALID,
-
PACKAGE: APPS.PQP_GB_TP_PENSION_EXTRACTS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PQP_GB_TP_PENSION_EXTRACTS, status:VALID,
-
PACKAGE: APPS.PQP_GB_TP_PENSION_EXTRACTS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PQP_GB_TP_PENSION_EXTRACTS, status:VALID,
-
PACKAGE BODY: APPS.HXT_RETRO_PA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HXT_RETRO_PA, status:VALID,
-
PACKAGE BODY: APPS.HXT_TRAN_PA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HXT_TRAN_PA, status:VALID,
-
PACKAGE BODY: APPS.HXT_TRAN_PA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HXT_TRAN_PA, status:VALID,
-
VIEW: APPS.RCV_OPSM_MANUFACT_ADDRESS_V
12.2.2
-
PACKAGE BODY: APPS.PQP_PENSION_PROVIDERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQP_PENSION_PROVIDERS, status:VALID,