Search Results hr_locations_all
Overview
The HR_LOCATIONS_ALL table is a core master data table within the Oracle E-Business Suite (EBS) Human Resources (HRMS) module. It serves as the central repository for defining and storing all physical work location addresses used across the enterprise. Its role extends far beyond the HRMS module, acting as a critical reference point for numerous other EBS applications, including Financials, Supply Chain, and Projects. The table supports multi-organization architecture through its BUSINESS_GROUP_ID column, allowing location definitions to be partitioned and secured by business group. As a foundational "T" table in the Application Object Library's data model, it provides a standardized, reusable definition for any place of business, which is then referenced by other entities like departments, positions, and organizations.
Key Information Stored
The table stores comprehensive address and descriptive information for each work location. The primary identifier is the system-generated LOCATION_ID. A unique combination of LOCATION_CODE and BUSINESS_GROUP_ID forms an alternate key, ensuring location codes are unique within a business group. Key descriptive columns include LOCATION_CODE (a short identifier), DESCRIPTION, and a full set of address fields (ADDRESS_LINE_1 through ADDRESS_LINE_3, TOWN_OR_CITY, COUNTRY, POSTAL_CODE, and REGION_1/2). The table also includes standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for auditing and the BUSINESS_GROUP_ID for security and partitioning.
Common Use Cases and Queries
This table is integral for reporting, data validation, and integration tasks. Common use cases include generating master lists of all company locations, validating address data for compliance, and supporting operational reports for headcount or asset distribution by location. A typical query to retrieve active locations for a specific business group would be:
- SELECT location_code, description, address_line_1, town_or_city, country FROM hr_locations_all WHERE business_group_id = &bg_id ORDER BY location_code;
For integration or data migration, developers often query this table to obtain the LOCATION_ID for use in populating foreign key columns in dependent tables, such as HR_ALL_POSITIONS_F or HR_ALL_ORGANIZATION_UNITS. It is also frequently joined with HR_ORGANIZATION_UNITS to map organizations to their physical addresses.
Related Objects
As indicated by the extensive foreign key relationships in the metadata, HR_LOCATIONS_ALL is a highly referenced table. Key related objects include:
- HR Objects: HR_ALL_POSITIONS_F (assigns a location to a position), HR_ALL_ORGANIZATION_UNITS (assigns a location to a department or business unit), and HR_LOCATION_EXTRA_INFO (stores flexible extra descriptive information).
- Financials Objects: AP_SYSTEM_PARAMETERS_ALL (default location for Payables), FINANCIALS_SYSTEM_PARAMS_ALL (Bill-To and Ship-To locations), and AR_TAX_EXTRACT_DCL_ITF (legal entity location).
- Supply Chain & Manufacturing Objects: BOM_DEPARTMENTS, CSI_A_LOCATIONS, and JAI_CMN_INVENTORY_ORGS.
- Common APIs: For programmatic access and validation, the HR_LOCATION API (HR_LOCATION_API) is the supported interface for creating, updating, and deleting location records, rather than direct DML on the table.
-
Table: HR_LOCATIONS_ALL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
Table: HR_LOCATIONS_ALL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
Table: HR_LOCATION_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_EXTRA_INFO, object_name:HR_LOCATION_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a location. , implementation_dba_data: HR.HR_LOCATION_EXTRA_INFO ,
-
Table: HR_LOCATION_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATION_EXTRA_INFO, object_name:HR_LOCATION_EXTRA_INFO, status:VALID, product: PER - Human Resources , description: Extra information for a location. , implementation_dba_data: HR.HR_LOCATION_EXTRA_INFO ,
-
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 ,
-
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 ,
-
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: 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: HR_DM_EXP_HR_LOC_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_V, object_name:HR_DM_EXP_HR_LOC_ALL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_V ,
-
View: HR_DM_EXP_HR_LOC_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_HR_LOC_ALL_V, object_name:HR_DM_EXP_HR_LOC_ALL_V, status:VALID, product: PER - Human Resources , description: View to export hr_locations_all , implementation_dba_data: APPS.HR_DM_EXP_HR_LOC_ALL_V ,
-
View: HR_FEDREP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FEDREP_V, object_name:HR_FEDREP_V, status:VALID, product: PER - Human Resources , description: View for VETS/EEO on Generic Hierarchy , implementation_dba_data: APPS.HR_FEDREP_V ,
-
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 ,
-
View: HR_FEDREP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_FEDREP_V, object_name:HR_FEDREP_V, status:VALID, product: PER - Human Resources , description: View for VETS/EEO on Generic Hierarchy , implementation_dba_data: APPS.HR_FEDREP_V ,
-
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_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 ,
-
View: HR_LOCATIONS_ALL_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_LOV_V, object_name:HR_LOCATIONS_ALL_LOV_V, status:VALID, product: PER - Human Resources , description: HR Web Offers Location list of values view. , implementation_dba_data: APPS.HR_LOCATIONS_ALL_LOV_V ,
-
View: HR_LOCATIONS_ALL_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_LOV_V, object_name:HR_LOCATIONS_ALL_LOV_V, status:VALID, product: PER - Human Resources , description: HR Web Offers Location list of values view. , implementation_dba_data: APPS.HR_LOCATIONS_ALL_LOV_V ,
-
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 ,
-
View: HR_H2PI_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_LOCATIONS_V, object_name:HR_H2PI_LOCATIONS_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for locations , implementation_dba_data: APPS.HR_H2PI_LOCATIONS_V ,
-
Table: PER_ALL_POSITIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_POSITIONS, object_name:PER_ALL_POSITIONS, status:VALID, product: PER - Human Resources , description: Dual-maintained position definition information. , implementation_dba_data: HR.PER_ALL_POSITIONS ,
-
Table: PER_ALL_POSITIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ALL_POSITIONS, object_name:PER_ALL_POSITIONS, status:VALID, product: PER - Human Resources , description: Dual-maintained position definition information. , implementation_dba_data: HR.PER_ALL_POSITIONS ,
-
View: HR_HIER_ASG_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ASG_PEOPLE_V ,
-
View: HR_H2PI_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_LOCATIONS_V, object_name:HR_H2PI_LOCATIONS_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) for locations , implementation_dba_data: APPS.HR_H2PI_LOCATIONS_V ,
-
View: HR_HIER_ASG_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_ASG_PEOPLE_V, object_name:HR_HIER_ASG_PEOPLE_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_HIER_ASG_PEOPLE_V ,
-
View: HRFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_LOCATIONS, object_name:HRFV_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_LOCATIONS ,
-
View: HRFV_GB_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_LOCATIONS, object_name:HRFV_GB_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_LOCATIONS ,
-
View: HRFV_GB_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_LOCATIONS, object_name:HRFV_GB_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_LOCATIONS ,
-
View: HRFV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_LOCATIONS, object_name:HRFV_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_LOCATIONS ,
-
View: HR_LOCATIONS_NO_JOIN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_NO_JOIN, object_name:HR_LOCATIONS_NO_JOIN, status:VALID, product: PER - Human Resources , description: USed to support user interface. , implementation_dba_data: APPS.HR_LOCATIONS_NO_JOIN ,
-
View: HRFV_US_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_LOCATIONS, object_name:HRFV_US_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_LOCATIONS ,
-
View: HR_LOCATIONS_NO_JOIN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_NO_JOIN, object_name:HR_LOCATIONS_NO_JOIN, status:VALID, product: PER - Human Resources , description: USed to support user interface. , implementation_dba_data: APPS.HR_LOCATIONS_NO_JOIN ,
-
View: HRFV_US_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_LOCATIONS, object_name:HRFV_US_LOCATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_LOCATIONS ,
-
View: HR_ADP_WORKERS_COMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_WORKERS_COMP_V, object_name:HR_ADP_WORKERS_COMP_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_WORKERS_COMP_V ,
-
View: HR_ADP_WORKERS_COMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_WORKERS_COMP_V, object_name:HR_ADP_WORKERS_COMP_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_WORKERS_COMP_V ,
-
View: HR_LOCATIONS_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_VL, object_name:HR_LOCATIONS_ALL_VL, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_LOCATIONS_ALL_VL ,
-
View: HR_LOCATIONS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_V, object_name:HR_LOCATIONS_ALL_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_LOCATIONS_ALL_V ,
-
View: HR_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID, product: PER - Human Resources , description: HRMS Locations , implementation_dba_data: APPS.HR_LOCATIONS ,
-
View: HR_LOCATIONS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_VL, object_name:HR_LOCATIONS_ALL_VL, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_LOCATIONS_ALL_VL ,
-
View: HR_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS, object_name:HR_LOCATIONS, status:VALID, product: PER - Human Resources , description: HRMS Locations , implementation_dba_data: APPS.HR_LOCATIONS ,
-
View: HR_LOCATIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_ALL_V, object_name:HR_LOCATIONS_ALL_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_LOCATIONS_ALL_V ,
-
View: HR_DE_WORK_INCIDENTS_REPORT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DE_WORK_INCIDENTS_REPORT, object_name:HR_DE_WORK_INCIDENTS_REPORT, status:VALID, product: PER - Human Resources , description: View for German Work Incidents reporting based on PER_WORK_INCIDENTS and server side functions , implementation_dba_data: APPS.HR_DE_WORK_INCIDENTS_REPORT ,
-
View: HR_DE_WORK_INCIDENTS_REPORT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DE_WORK_INCIDENTS_REPORT, object_name:HR_DE_WORK_INCIDENTS_REPORT, status:VALID, product: PER - Human Resources , description: View for German Work Incidents reporting based on PER_WORK_INCIDENTS and server side functions , implementation_dba_data: APPS.HR_DE_WORK_INCIDENTS_REPORT ,
-
View: HR_ADP_FED_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_FED_TAX_V, object_name:HR_ADP_FED_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_FED_TAX_V ,
-
View: HR_ADP_FED_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_FED_TAX_V, object_name:HR_ADP_FED_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_FED_TAX_V ,
-
View: HR_CERIDIAN_500_MISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_MISC_V, object_name:HR_CERIDIAN_500_MISC_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_MISC_V ,
-
View: HR_CERIDIAN_500_MISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_MISC_V, object_name:HR_CERIDIAN_500_MISC_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_MISC_V ,
-
View: HR_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_V, object_name:HR_LOCATIONS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_LOCATIONS_V ,
-
View: HR_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOCATIONS_V, object_name:HR_LOCATIONS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.HR_LOCATIONS_V ,