Search Results hr_locations_all
The HR_LOCATIONS_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a foundational repository for storing physical location data within the Human Resources (HR) module. This table is integral to managing address information, enabling organizations to define and maintain locations associated with employees, departments, facilities, and other business entities. Below is a detailed analysis of its structure, functionality, and significance in Oracle EBS implementations.
Table Structure and Key Columns
TheHR_LOCATIONS_ALL
table contains columns that capture comprehensive address details, including geographic and administrative attributes. Key columns include:
- LOCATION_ID: A unique identifier for each location record, serving as the primary key.
- LOCATION_CODE: A user-defined code for easy reference and reporting.
- DESCRIPTION: A textual description of the location.
- ADDRESS_LINE_1 to ADDRESS_LINE_5: Fields for storing street addresses or other address components.
- TOWN_OR_CITY, REGION_1, REGION_2, REGION_3: Columns for city, state/province, and additional regional subdivisions.
- COUNTRY: Stores the country code (e.g., US, IN) using the
FND_TERRITORIES
standard. - POSTAL_CODE: The postal or ZIP code associated with the location.
- TELEPHONE_NUMBER_1 to TELEPHONE_NUMBER_3: Contact numbers linked to the location.
- ORG_ID: Supports multi-org functionality by associating locations with specific operating units.
Functional Role in Oracle EBS
TheHR_LOCATIONS_ALL
table is central to several HR and enterprise-wide processes:
- Employee Assignments: Locations are linked to employee records (via
PER_ALL_ASSIGNMENTS
) to track work sites, home bases, or remote work addresses. - Department and Organization Management: Departments (
HR_ALL_ORGANIZATION_UNITS
) reference locations to define physical offices or facilities. - Payroll and Taxation: Used in tax jurisdiction determination and compliance reporting, especially for locations spanning multiple tax regions.
- Integration with Other Modules: Shared with Procurement (e.g., supplier sites), Projects (project locations), and Assets (physical asset locations).
Technical Considerations
- Multi-Org Support: The
_ALL
suffix indicates the table is partitioned byORG_ID
, enabling data segregation in multi-org environments. - Flexfield Integration: Supports Descriptive Flexfields (DFFs) for custom attribute extensions.
- Audit and Security: Changes to location data may trigger audit trails, and access is controlled via HR security profiles.
- Indexing: Indexes on
LOCATION_ID
,LOCATION_CODE
, andORG_ID
optimize query performance.
Customization and Extensions
Organizations often extend the table's functionality by:- Adding custom columns via DFFs to capture location-specific attributes (e.g., building codes, floor numbers).
- Developing workflows for location approval or validation against third-party address verification services.
- Integrating with GIS systems for spatial analysis or mapping.
Conclusion
TheHR_LOCATIONS_ALL
table is a critical component of Oracle EBS, providing a standardized yet flexible framework for location management. Its design supports global deployments, regulatory compliance, and cross-module integration, making it indispensable for HR and enterprise operations. Proper configuration and maintenance of this table ensure accurate address data flows across the application ecosystem, underpinning key business processes.
-
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: 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 ,
-
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: 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_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_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 ,
-
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.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_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_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_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 ,
-
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 ,
-
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.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 ,
-
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_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 ,
-
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.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_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_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.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_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: 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.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: 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_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.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_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.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 ,
-
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 ,