Search Results per_organization_units
Overview
The PER_ORGANIZATION_UNITS view is an Oracle E-Business Suite (EBS) reporting and integration object owned by the APPS schema and associated with the PER – Human Resources product. Its documented status is VALID, and in ETRM 12.2.2 metadata it is defined with references to the HR_GENERAL package, the HR_ORGANIZATION_INFORMATION synonym, the HR_ORGANIZATION_UNITS view, and the HR_SECURITY package. The view is described simply as “Lists information about Organization Units.”
In practice, the view exposes a filtered, report-friendly projection of the HR organization hierarchy. Because it restricts output to organization units classified as Human Resources organizations, it is commonly used by HRMS reports and integrations that need to enumerate valid HR organizations without embedding the classification logic directly into their SQL.
Underlying Base Objects
The view is defined over the HR organization model and selects from three sources that are joined on ORGANIZATION_ID:
- HR_ORGANIZATION_UNITS O — the primary source of organization unit attributes, including name, dates, internal address, and key flexfield references.
- HR_ORGANIZATION_INFORMATION O2 — joined with an outer join (
(+)) and filtered to theWORK DAY INFORMATIONcontext, supplying work day attributes (start time, end time, working hours, frequency). - HR_ORGANIZATION_INFORMATION O3 — joined to restrict the result set to units classified as HR organizations. The
CLASScontext is filtered whereORG_INFORMATION1 = 'HR_ORG'andORG_INFORMATION2 = 'Y'.
The classification predicate on the O3 join is what makes the view specifically represent HR organizations rather than the full organization hierarchy stored in HR_ORGANIZATION_UNITS.
Key Columns
- ORGANIZATION_ID — primary identifier of the organization unit; the join key to related HR tables.
- BUSINESS_GROUP_ID — the business group to which the organization belongs, used for multi-organization filtering and security.
- NAME — the organization unit name, commonly displayed in reports and lists of values.
- DATE_FROM / DATE_TO — effective dates bounding the unit’s validity.
- INTERNAL_ADDRESS_LINE and COMMENTS — descriptive attributes of the organization unit.
- DEFAULT_START_TIME / DEFAULT_END_TIME / WORKING_HOURS / FREQUENCY — work day attributes sourced from the WORK DAY INFORMATION context.
- INTERNAL_EXTERNAL_FLAG — indicates whether the organization is internal or external.
- TYPE — the organization unit type.
- LOCATION_ID — reference to the associated location.
- COST_ALLOCATION_KEYFLEX_ID / SOFT_CODING_KEYFLEX_ID — key flexfield identifiers used for cost allocation and soft coding.
Common Use Cases and Queries
Typical scenarios include listing valid HR organizations for reporting, validating organization identifiers during data load, and joining organization names to employee or assignment data. Restricting by business group and effective dates is routine to avoid returning expired or out-of-scope organizations. A representative query is:
SELECT organization_id, business_group_id, name, date_from, date_to, internal_external_flag, location_id FROM per_organization_units WHERE business_group_id = :p_business_group_id AND NVL(date_to, SYSDATE) >= TRUNC(SYSDATE) ORDER BY name
Because the view already applies the HR_ORG class filter, consumers can rely on it returning only genuine HR organizations, and can join ORGANIZATION_ID to PER_ALL_PEOPLE_F or PER_ALL_ASSIGNMENTS_F to enrich HR extracts with organization names.
-
View: PER_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORGANIZATION_UNITS, object_name:PER_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Lists information about Organization Units , implementation_dba_data: APPS.PER_ORGANIZATION_UNITS ,
-
View: PER_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORGANIZATION_UNITS, object_name:PER_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Lists information about Organization Units , implementation_dba_data: APPS.PER_ORGANIZATION_UNITS ,
-
SYNONYM: PUBLIC.PER_ORGANIZATION_UNITS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PER_ORGANIZATION_UNITS, status:VALID,
-
VIEW: APPS.ICX_PER_ORGANIZATION_UNITS_V
12.2.2
-
VIEW: APPS.ICX_PER_ORGANIZATION_UNITS_V
12.1.1
-
VIEW: APPS.PER_ORGANIZATION_UNITS_LOV
12.2.2
-
VIEW: APPS.PER_ORGANIZATION_UNITS_LOV
12.1.1
-
VIEW: APPS.PO_POSITIONS_VAL_V
12.1.1
-
VIEW: APPS.PER_POSITION_STRUCTURES_ALL_V
12.2.2
-
VIEW: APPS.PER_POSITION_STRUCTURES_ALL_V
12.1.1
-
VIEW: APPS.PO_POSITIONS_VAL_V
12.2.2
-
APPS.PER_PSO_BUS SQL Statements
12.1.1
-
VIEW: APPS.PA_CUR_EMP_V
12.1.1
-
VIEW: APPS.PA_CUR_EMP_V
12.2.2
-
APPS.PER_PSO_BUS SQL Statements
12.2.2
-
VIEW: APPS.ICX_PO_REQ_DIST_V
12.1.1
-
View: PER_ORGANIZATION_UNITS_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORGANIZATION_UNITS_LOV, object_name:PER_ORGANIZATION_UNITS_LOV, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ORGANIZATION_UNITS_LOV ,
-
VIEW: APPS.ICX_PO_REQ_DIST_V
12.2.2
-
View: PER_POSITION_STRUCTURES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PER_POSITION_STRUCTURES_ALL_V, object_name:PER_POSITION_STRUCTURES_ALL_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PER_POSITION_STRUCTURES_ALL_V ,
-
PACKAGE: APPS.GHR_RIF_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GHR_RIF_PKG, status:VALID,
-
VIEW: APPS.PER_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORGANIZATION_UNITS, object_name:PER_ORGANIZATION_UNITS, status:VALID,
-
PACKAGE: APPS.GHR_RIF_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GHR_RIF_PKG, status:VALID,
-
PACKAGE: APPS.HR_USER_ACCT_EMP_EXTRACT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_USER_ACCT_EMP_EXTRACT, status:VALID,
-
View: ICX_PER_ORGANIZATION_UNITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PER_ORGANIZATION_UNITS_V, object_name:ICX_PER_ORGANIZATION_UNITS_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PER_ORGANIZATION_UNITS_V ,
-
View: PER_ORGANIZATION_UNITS_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORGANIZATION_UNITS_LOV, object_name:PER_ORGANIZATION_UNITS_LOV, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ORGANIZATION_UNITS_LOV ,
-
PACKAGE: APPS.HR_USER_ACCT_EMP_EXTRACT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_USER_ACCT_EMP_EXTRACT, status:VALID,
-
VIEW: APPS.ICX_PO_REQS_BY_USERS_V
12.1.1
-
PACKAGE BODY: APPS.HXC_APPROVAL_REPORT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HXC_APPROVAL_REPORT_PKG, status:VALID,
-
View: PER_POSITION_STRUCTURES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PER_POSITION_STRUCTURES_ALL_V, object_name:PER_POSITION_STRUCTURES_ALL_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PER_POSITION_STRUCTURES_ALL_V ,
-
View: PO_POSITIONS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_POSITIONS_VAL_V, object_name:PO_POSITIONS_VAL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_POSITIONS_VAL_V ,
-
View: ICX_PER_ORGANIZATION_UNITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PER_ORGANIZATION_UNITS_V, object_name:ICX_PER_ORGANIZATION_UNITS_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PER_ORGANIZATION_UNITS_V ,
-
View: PO_POSITIONS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_POSITIONS_VAL_V, object_name:PO_POSITIONS_VAL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_POSITIONS_VAL_V ,
-
VIEW: APPS.ICX_PO_REQS_BY_USERS_V
12.2.2
-
PACKAGE BODY: APPS.GHR_GHRCPDFO_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_GHRCPDFO_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.GHR_GHRCPDFO_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_GHRCPDFO_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.PER_MM_POSITIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PER_MM_POSITIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PER_MM_POSITIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PER_MM_POSITIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GHR_SF52_POS_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_SF52_POS_UPDATE, status:VALID,
-
PACKAGE BODY: APPS.HR_NL_LAW_SAMEN_REPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_NL_LAW_SAMEN_REPORT, status:VALID,
-
PACKAGE BODY: APPS.HR_NL_LAW_SAMEN_REPORT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_NL_LAW_SAMEN_REPORT, status:VALID,
-
View: BIS_ALL_ORGANIZATIONS_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.HXC_APPROVAL_REPORT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HXC_APPROVAL_REPORT_PKG, status:VALID,
-
VIEW: APPS.ICX_PO_OPEN_REQS_BY_USERS_V
12.2.2
-
PACKAGE: APPS.GHR_SF52_POS_UPDATE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GHR_SF52_POS_UPDATE, status:VALID,
-
PACKAGE: APPS.GHR_SF52_POS_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GHR_SF52_POS_UPDATE, status:VALID,
-
View: BIS_ALL_ORGANIZATIONS_V
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GHR_SF52_POS_UPDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_SF52_POS_UPDATE, status:VALID,
-
VIEW: APPS.ICX_PO_OPEN_REQS_BY_USERS_V
12.1.1
-
PACKAGE BODY: APPS.PER_PSO_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PER_PSO_BUS, status:VALID,
-
PACKAGE BODY: APPS.PAY_MONETARY_UNITS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_MONETARY_UNITS_PKG, status:VALID,