Search Results HR_ALL_ORGANIZATION_UNITS
Overview
The HR_ALL_ORGANIZATION_UNITS table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically under the Sales Foundation module. As indicated by its "Retrofitted" description, it is a foundational table that has been adapted for broader use across the application suite. Its primary role is to serve as the master repository for all organizational unit definitions within the enterprise. An organizational unit is a flexible entity representing any logical grouping within a business, such as departments, divisions, cost centers, sales offices, or project teams. This table enables the structural modeling of the enterprise hierarchy, which is critical for security profiles (e.g., Security Groups in Oracle HRMS), reporting, workflow routing, and transactional data segregation across various EBS modules.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, based on its standard function and naming convention, the table typically stores metadata that defines each unique organizational entity. Key columns generally include:
- ORGANIZATION_ID: The primary key, unique identifier for the organizational unit.
- NAME: The descriptive name of the organization (e.g., "Northwest Sales Division").
- TYPE: A code classifying the organization (e.g., DEPARTMENT, COMPANY, LINE_OF_BUSINESS).
- DATE_FROM / DATE_TO: Columns defining the active date range of the organization, supporting effective-dated structures.
- LOCATION_ID: Foreign key to the HR_LOCATIONS table, linking the organization to a physical address.
- INTERNAL_EXTERNAL_FLAG: Designates if the organization is internal to the enterprise or an external entity.
This structure supports complex, time-aware organizational hierarchies managed via the HR_ORGANIZATION_UNITS table and its associated APIs.
Common Use Cases and Queries
This table is central to organizational reporting and data security. A common use case is generating a current list of all active internal departments for a management report. Another critical use is within Security Profiles, where the ORGANIZATION_ID is used to restrict user access to data. A typical query pattern involves joining to related tables for descriptive information.
Sample Query: List Active Organizations
SELECT ORGANIZATION_ID, NAME, TYPE
FROM HR_ALL_ORGANIZATION_UNITS
WHERE SYSDATE BETWEEN DATE_FROM AND NVL(DATE_TO, SYSDATE)
AND INTERNAL_EXTERNAL_FLAG = 'INTERNAL'
ORDER BY NAME;
For reporting in Oracle Reports or BI Publisher, this table is often the primary source for organization parameters and descriptive flexfield data related to organizational structures.
Related Objects
HR_ALL_ORGANIZATION_UNITS is intrinsically linked to numerous other EBS objects. The primary related table is HR_ORGANIZATION_UNITS, which holds the effective-dated history and hierarchical relationships (via PARENT_ORGANIZATION_ID). The PER_ALL_PEOPLE_F table links assignments to organizations. Key APIs, such as HR_ORGANIZATION_API, are used to create and maintain records in this table programmatically. From a reporting perspective, it is commonly joined to HR_LOCATIONS for address data and referenced by views like PER_ORG_STRUCTURE_VERSIONS for hierarchy analysis. Its central role in the Sales Foundation module also implies integration with objects in Order Management and CRM.
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: PER_ALL_ASSIGNMENTS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_F, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID, product: PER - Human Resources , description: Employee and applicant assignment details. , implementation_dba_data: HR.PER_ALL_ASSIGNMENTS_F ,
-
Table: PER_ALL_ASSIGNMENTS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_ASSIGNMENTS_F, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID, product: PER - Human Resources , description: Employee and applicant assignment details. , implementation_dba_data: HR.PER_ALL_ASSIGNMENTS_F ,
-
Table: PER_COLLECTIVE_AGREEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COLLECTIVE_AGREEMENTS, object_name:PER_COLLECTIVE_AGREEMENTS, status:VALID, product: PER - Human Resources , description: Collective agreement information. , implementation_dba_data: HR.PER_COLLECTIVE_AGREEMENTS ,
-
View: HR_FR_ESTABLISHMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTABLISHMENTS_V, object_name:HR_FR_ESTABLISHMENTS_V, status:VALID, product: PER - Human Resources , description: HR_FR_ESTABLISHMENTS_V lists the French organizations which have been identified as Establishments. , implementation_dba_data: APPS.HR_FR_ESTABLISHMENTS_V ,
-
View: HR_FR_ESTABLISHMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTABLISHMENTS_V, object_name:HR_FR_ESTABLISHMENTS_V, status:VALID, product: PER - Human Resources , description: HR_FR_ESTABLISHMENTS_V lists the French organizations which have been identified as Establishments. , implementation_dba_data: APPS.HR_FR_ESTABLISHMENTS_V ,
-
Table: PER_COLLECTIVE_AGREEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COLLECTIVE_AGREEMENTS, object_name:PER_COLLECTIVE_AGREEMENTS, status:VALID, product: PER - Human Resources , description: Collective agreement information. , implementation_dba_data: HR.PER_COLLECTIVE_AGREEMENTS ,
-
Table: PER_ORG_STRUCTURE_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ORG_STRUCTURE_ELEMENTS, object_name:PER_ORG_STRUCTURE_ELEMENTS, status:VALID, product: PER - Human Resources , description: Organization hierarchy details showing parent-child reporting relationships between organizations. , implementation_dba_data: HR.PER_ORG_STRUCTURE_ELEMENTS ,
-
Table: PER_ORG_STRUCTURE_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ORG_STRUCTURE_ELEMENTS, object_name:PER_ORG_STRUCTURE_ELEMENTS, status:VALID, product: PER - Human Resources , description: Organization hierarchy details showing parent-child reporting relationships between organizations. , implementation_dba_data: HR.PER_ORG_STRUCTURE_ELEMENTS ,
-
Table: PER_COMPETENCE_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS, object_name:PER_COMPETENCE_ELEMENTS, status:VALID, product: PER - Human Resources , description: A competence element is used to record an individual competence and an evaluation rating. , implementation_dba_data: HR.PER_COMPETENCE_ELEMENTS ,
-
Table: PER_COMPETENCE_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS, object_name:PER_COMPETENCE_ELEMENTS, status:VALID, product: PER - Human Resources , description: A competence element is used to record an individual competence and an evaluation rating. , implementation_dba_data: HR.PER_COMPETENCE_ELEMENTS ,
-
View: HR_FR_COMPANIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMPANIES_V, object_name:HR_FR_COMPANIES_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMPANIES_V ,
-
View: EDWBV_HR_OPERATING_UNITS_LCV
12.1.1
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_HR_OPERATING_UNITS_LCV
12.2.2
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: HR_FR_COMPANIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMPANIES_V, object_name:HR_FR_COMPANIES_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMPANIES_V ,
-
Table: PER_ELECTIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ELECTIONS, object_name:PER_ELECTIONS, status:VALID, product: PER - Human Resources , description: Holds election related information. , implementation_dba_data: HR.PER_ELECTIONS ,
-
Table: HR_DE_ORGANIZATION_LINKS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DE_ORGANIZATION_LINKS, object_name:HR_DE_ORGANIZATION_LINKS, status:VALID, product: PER - Human Resources , description: Holds extra information for Organizations links with External Orgs , implementation_dba_data: HR.HR_DE_ORGANIZATION_LINKS ,
-
Table: HR_SOFT_CODING_KEYFLEX
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SOFT_CODING_KEYFLEX, object_name:HR_SOFT_CODING_KEYFLEX, status:VALID, product: PER - Human Resources , description: Legislation specific information for payrolls, organizations and assignments. , implementation_dba_data: HR.HR_SOFT_CODING_KEYFLEX ,
-
View: HR_SUMMARY_KEY_VALUES_ESTAB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_VALUES_ESTAB_V, object_name:HR_SUMMARY_KEY_VALUES_ESTAB_V, status:VALID, product: PER - Human Resources , description: View based on HR_SUMMARY_KEY_VALUE, HR_SUMMARY_KEY_TYPE and hr_all_organization_units. , implementation_dba_data: APPS.HR_SUMMARY_KEY_VALUES_ESTAB_V ,
-
View: HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.HR_ORGANIZATION_UNITS ,
-
Table: PER_EVENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_EVENTS, object_name:PER_EVENTS, status:VALID, product: PER - Human Resources , description: Record of events such as interviews and appraisals for applicants and employees. , implementation_dba_data: HR.PER_EVENTS ,
-
Table: PER_EVENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_EVENTS, object_name:PER_EVENTS, status:VALID, product: PER - Human Resources , description: Record of events such as interviews and appraisals for applicants and employees. , implementation_dba_data: HR.PER_EVENTS ,
-
View: HR_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.HR_ORGANIZATION_UNITS ,
-
Table: HR_SOFT_CODING_KEYFLEX
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_SOFT_CODING_KEYFLEX, object_name:HR_SOFT_CODING_KEYFLEX, status:VALID, product: PER - Human Resources , description: Legislation specific information for payrolls, organizations and assignments. , implementation_dba_data: HR.HR_SOFT_CODING_KEYFLEX ,
-
Table: PER_ELECTIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ELECTIONS, object_name:PER_ELECTIONS, status:VALID, product: PER - Human Resources , description: Holds election related information. , implementation_dba_data: HR.PER_ELECTIONS ,
-
Table: PER_BUDGET_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_BUDGET_ELEMENTS, object_name:PER_BUDGET_ELEMENTS, status:VALID, product: PER - Human Resources , description: Combinations of organization, grade, job, and position used to define detailed budget values. , implementation_dba_data: HR.PER_BUDGET_ELEMENTS ,
-
Table: HR_DE_ORGANIZATION_LINKS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DE_ORGANIZATION_LINKS, object_name:HR_DE_ORGANIZATION_LINKS, status:VALID, product: PER - Human Resources , description: Holds extra information for Organizations links with External Orgs , implementation_dba_data: HR.HR_DE_ORGANIZATION_LINKS ,
-
View: HR_HIER_ORG_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ORG_PEOPLE_V, object_name:HR_HIER_ORG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ORG_PEOPLE_V ,
-
Table: PER_RECRUITMENT_ACTIVITIES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES, object_name:PER_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Recruitment activities and costs. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITIES ,
-
Table: HR_ALL_POSITIONS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_POSITIONS_F, object_name:HR_ALL_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Position definition information. , implementation_dba_data: HR.HR_ALL_POSITIONS_F ,
-
Table: HR_ALL_POSITIONS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_POSITIONS_F, object_name:HR_ALL_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Position definition information. , implementation_dba_data: HR.HR_ALL_POSITIONS_F ,
-
View: HR_SUMMARY_KEY_VALUES_ESTAB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_SUMMARY_KEY_VALUES_ESTAB_V, object_name:HR_SUMMARY_KEY_VALUES_ESTAB_V, status:VALID, product: PER - Human Resources , description: View based on HR_SUMMARY_KEY_VALUE, HR_SUMMARY_KEY_TYPE and hr_all_organization_units. , implementation_dba_data: APPS.HR_SUMMARY_KEY_VALUES_ESTAB_V ,
-
Table: PER_SALARY_SURVEY_MAPPINGS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SALARY_SURVEY_MAPPINGS, object_name:PER_SALARY_SURVEY_MAPPINGS, status:VALID, product: PER - Human Resources , description: Mapping information for a salary survey line. , implementation_dba_data: HR.PER_SALARY_SURVEY_MAPPINGS ,
-
View: EDWBV_ORGANIZATION_LCV
12.1.1
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
View: HR_HIER_ORG_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ORG_PEOPLE_V, object_name:HR_HIER_ORG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ORG_PEOPLE_V ,
-
Table: PER_RECRUITMENT_ACTIVITIES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_RECRUITMENT_ACTIVITIES, object_name:PER_RECRUITMENT_ACTIVITIES, status:VALID, product: PER - Human Resources , description: Recruitment activities and costs. , implementation_dba_data: HR.PER_RECRUITMENT_ACTIVITIES ,
-
Table: PER_SALARY_SURVEY_MAPPINGS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SALARY_SURVEY_MAPPINGS, object_name:PER_SALARY_SURVEY_MAPPINGS, status:VALID, product: PER - Human Resources , description: Mapping information for a salary survey line. , implementation_dba_data: HR.PER_SALARY_SURVEY_MAPPINGS ,
-
Table: PER_BUDGET_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_BUDGET_ELEMENTS, object_name:PER_BUDGET_ELEMENTS, status:VALID, product: PER - Human Resources , description: Combinations of organization, grade, job, and position used to define detailed budget values. , implementation_dba_data: HR.PER_BUDGET_ELEMENTS ,
-
View: EDWBV_ORGANIZATION_LCV
12.2.2
product: PER - Human Resources , implementation_dba_data: Not implemented in this database ,
-
Table: PER_ALL_VACANCIES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_VACANCIES, object_name:PER_ALL_VACANCIES, status:VALID, product: PER - Human Resources , description: Vacancies within a specific requisition. , implementation_dba_data: HR.PER_ALL_VACANCIES ,
-
Table: PER_ALL_VACANCIES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_VACANCIES, object_name:PER_ALL_VACANCIES, status:VALID, product: PER - Human Resources , description: Vacancies within a specific requisition. , implementation_dba_data: HR.PER_ALL_VACANCIES ,
-
Table: PER_SECURITY_PROFILES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SECURITY_PROFILES, object_name:PER_SECURITY_PROFILES, status:VALID, product: PER - Human Resources , description: Security profile definitions to restrict user access to specific HRMS records. , implementation_dba_data: HR.PER_SECURITY_PROFILES ,
-
Table: PER_SECURITY_PROFILES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SECURITY_PROFILES, object_name:PER_SECURITY_PROFILES, status:VALID, product: PER - Human Resources , description: Security profile definitions to restrict user access to specific HRMS records. , implementation_dba_data: HR.PER_SECURITY_PROFILES ,
-
View: HR_FR_ESTAB_INSURANCE_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTAB_INSURANCE_PRVS_V, object_name:HR_FR_ESTAB_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_ESTAB_INSURANCE_PRVS_V ,
-
View: HR_FR_COMP_PENSION_PRVS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_COMP_PENSION_PRVS_V, object_name:HR_FR_COMP_PENSION_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_COMP_PENSION_PRVS_V ,
-
View: HR_FR_ESTAB_INSURANCE_PRVS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FR_ESTAB_INSURANCE_PRVS_V, object_name:HR_FR_ESTAB_INSURANCE_PRVS_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_FR_ESTAB_INSURANCE_PRVS_V ,
-
View: PER_ORG_STRUCTURE_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ORG_STRUCTURE_ELEMENTS_V, object_name:PER_ORG_STRUCTURE_ELEMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ORG_STRUCTURE_ELEMENTS_V ,
-
View: HR_HIER_POS_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID, product: PER - Human Resources , description: People with position details and place in position hierarchy , implementation_dba_data: APPS.HR_HIER_POS_PEOPLE_V ,
-
View: HR_HIER_POS_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID, product: PER - Human Resources , description: People with position details and place in position hierarchy , implementation_dba_data: APPS.HR_HIER_POS_PEOPLE_V ,