Search Results per_addresses
The PER_ADDRESSES
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component of the Human Resources (HR) module, serving as the primary repository for storing address-related information for employees, contingent workers, applicants, and other person types. This table is part of the Oracle HRMS (Human Resource Management System) data model and is extensively used in core HR, payroll, and talent management processes. Below is a detailed technical and functional overview of the PER_ADDRESSES
table.
Table Structure and Key Columns
ThePER_ADDRESSES
table stores address details with the following key columns:
- ADDRESS_ID: Primary key, uniquely identifying each address record.
- PERSON_ID: Foreign key linking to
PER_ALL_PEOPLE_F
, associating the address with a person. - DATE_FROM and DATE_TO: Define the validity period of the address (effective-dated structure).
- ADDRESS_TYPE: Categorizes the address (e.g., HOME, WORK, MAILING).
- ADDRESS_LINE1 to ADDRESS_LINE4: Street or location details.
- TOWN_OR_CITY, REGION_1 (County/State), POSTAL_CODE, COUNTRY: Geographic identifiers.
- PRIMARY_FLAG: Indicates if the address is the primary address for the person.
- STYLE: Defines the address format (e.g., US, UK, JP).
- TELEPHONE_NUMBER, FAX_NUMBER: Contact details associated with the address.
Functional Role in Oracle EBS
ThePER_ADDRESSES
table supports multiple business processes:
- Employee Data Management: Stores residential, mailing, and work addresses for HR records.
- Payroll and Tax Compliance: Used for tax jurisdiction determination and statutory reporting (e.g., W-2 forms in the US).
- Global Localization: Address styles ensure compliance with regional formatting requirements.
- Integration: Interfaces with third-party systems (e.g., payroll vendors, background check providers).
Technical Considerations
- Effective Dating: Addresses are time-sensitive, allowing historical tracking and future-dated changes.
- Indexing: Key columns like
PERSON_ID
andADDRESS_ID
are indexed for performance. - Validation: Country-specific validation rules are enforced via Oracle HRMS flexfields or APIs.
- APIs: The
HR_ADDRESS_API
package provides programmatic access for CRUD operations.
Integration Points
The table interacts with:PER_ALL_PEOPLE_F
: Core person table.PER_PERIODS_OF_SERVICE
: Links addresses to employment periods.- Oracle Payroll (
PAY_ASSIGNMENTS_F
) for tax calculations. - Oracle Self-Service HR (SSHR) for employee address updates.
Customization and Extensions
Organizations often extend the table via:- Descriptive Flexfields (DFFs) for additional attributes.
- Triggers or workflows to enforce business rules (e.g., mandatory home address for remote workers).
- Custom APIs for bulk address imports or geocoding.
Best Practices
- Use Oracle-delivered APIs instead of direct DML to maintain data integrity.
- Leverage
PRIMARY_FLAG
to avoid duplicate primary addresses. - Archive obsolete addresses rather than deleting them for audit trails.
PER_ADDRESSES
table is a foundational element in Oracle EBS HRMS, enabling accurate person data management, compliance, and integration across modules. Its effective-dated structure and localization features make it adaptable to global deployments while maintaining data consistency.
-
Table: PER_ADDRESSES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ADDRESSES, object_name:PER_ADDRESSES, status:VALID, product: PER - Human Resources , description: Address information for people. , implementation_dba_data: HR.PER_ADDRESSES ,
-
Table: PER_ADDRESSES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ADDRESSES, object_name:PER_ADDRESSES, status:VALID, product: PER - Human Resources , description: Address information for people. , implementation_dba_data: HR.PER_ADDRESSES ,
-
View: PER_JP_ADDRESS_CHANGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_ADDRESS_CHANGES_V, object_name:PER_JP_ADDRESS_CHANGES_V, status:VALID, product: PER - Human Resources , description: This view is used by Japanese statutory report (Notification for Address Change of National Pension Type 3 Insured). , implementation_dba_data: APPS.PER_JP_ADDRESS_CHANGES_V ,
-
View: PER_JP_ADDRESS_CHANGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_JP_ADDRESS_CHANGES_V, object_name:PER_JP_ADDRESS_CHANGES_V, status:VALID, product: PER - Human Resources , description: This view is used by Japanese statutory report (Notification for Address Change of National Pension Type 3 Insured). , implementation_dba_data: APPS.PER_JP_ADDRESS_CHANGES_V ,
-
Table: IRC_NOTIFICATION_PREFERENCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_NOTIFICATION_PREFERENCES, object_name:IRC_NOTIFICATION_PREFERENCES, status:VALID, product: PER - Human Resources , description: Stores an applicants preferences to do with being contacted by the customer. , implementation_dba_data: HR.IRC_NOTIFICATION_PREFERENCES ,
-
Table: IRC_NOTIFICATION_PREFERENCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_NOTIFICATION_PREFERENCES, object_name:IRC_NOTIFICATION_PREFERENCES, status:VALID, product: PER - Human Resources , description: Stores an applicants preferences to do with being contacted by the customer. , implementation_dba_data: HR.IRC_NOTIFICATION_PREFERENCES ,
-
Table: IRC_OFFERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_OFFERS, object_name:IRC_OFFERS, status:VALID, product: PER - Human Resources , description: Table to maintain details of iRecruitment Offers , implementation_dba_data: HR.IRC_OFFERS ,
-
Table: IRC_OFFERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.IRC_OFFERS, object_name:IRC_OFFERS, status:VALID, product: PER - Human Resources , description: Table to maintain details of iRecruitment Offers , implementation_dba_data: HR.IRC_OFFERS ,
-
View: HR_H2PI_ADDRESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_ADDRESSES_V, object_name:HR_H2PI_ADDRESSES_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) addresses , implementation_dba_data: APPS.HR_H2PI_ADDRESSES_V ,
-
View: HR_ATH_EMPLOYEE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ATH_EMPLOYEE_V, object_name:HR_ATH_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: View to support Authoria Integration , implementation_dba_data: APPS.HR_ATH_EMPLOYEE_V ,
-
View: HR_H2PI_ADDRESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_H2PI_ADDRESSES_V, object_name:HR_H2PI_ADDRESSES_V, status:VALID, product: PER - Human Resources , description: Contains data related to Oracle HR to Oracle Payroll Interface (H2PI) addresses , implementation_dba_data: APPS.HR_H2PI_ADDRESSES_V ,
-
View: HR_ATH_EMPLOYEE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ATH_EMPLOYEE_V, object_name:HR_ATH_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: View to support Authoria Integration , implementation_dba_data: APPS.HR_ATH_EMPLOYEE_V ,
-
View: HRFV_GB_ADDRESSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_ADDRESSES, object_name:HRFV_GB_ADDRESSES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_ADDRESSES ,
-
View: HRFV_GB_ADDRESSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_GB_ADDRESSES, object_name:HRFV_GB_ADDRESSES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_GB_ADDRESSES ,
-
View: HRFV_ADDRESSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ADDRESSES, object_name:HRFV_ADDRESSES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ADDRESSES ,
-
View: HRFV_US_ADDRESSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_ADDRESSES, object_name:HRFV_US_ADDRESSES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_ADDRESSES ,
-
View: HRFV_US_ADDRESSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_ADDRESSES, object_name:HRFV_US_ADDRESSES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_ADDRESSES ,
-
View: HRFV_ADDRESSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_ADDRESSES, object_name:HRFV_ADDRESSES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_ADDRESSES ,
-
View: PER_ADDRESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ADDRESSES_V, object_name:PER_ADDRESSES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ADDRESSES_V ,
-
View: PER_ADDRESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ADDRESSES_V, object_name:PER_ADDRESSES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ADDRESSES_V ,
-
View: HR_ADP_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_ADDRESS_V, object_name:HR_ADP_ADDRESS_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_ADDRESS_V ,
-
View: HR_ADP_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_ADDRESS_V, object_name:HR_ADP_ADDRESS_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_ADDRESS_V ,
-
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_EMPLOYEE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_EMPLOYEE_V, object_name:HR_CERIDIAN_500_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_EMPLOYEE_V ,
-
View: HR_CERIDIAN_500_EMPLOYEE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_EMPLOYEE_V, object_name:HR_CERIDIAN_500_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_EMPLOYEE_V ,
-
View: HR_CERIDIAN_ASSIGNMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_ASSIGNMENT_V, object_name:HR_CERIDIAN_ASSIGNMENT_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 100 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_ASSIGNMENT_V ,
-
View: HR_CERIDIAN_ASSIGNMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_ASSIGNMENT_V, object_name:HR_CERIDIAN_ASSIGNMENT_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 100 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_ASSIGNMENT_V ,
-
View: HR_CERIDIAN_RESIDENT_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_RESIDENT_TAX_V, object_name:HR_CERIDIAN_RESIDENT_TAX_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 100 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_RESIDENT_TAX_V ,
-
View: HR_CERIDIAN_RESIDENT_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_RESIDENT_TAX_V, object_name:HR_CERIDIAN_RESIDENT_TAX_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 100 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_RESIDENT_TAX_V ,
-
View: HR_ADP_EMPLOYEE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_EMPLOYEE_V, object_name:HR_ADP_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_EMPLOYEE_V ,
-
View: HR_CERIDIAN_500_RESIDENT_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_RESIDENT_TAX_V, object_name:HR_CERIDIAN_500_RESIDENT_TAX_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_RESIDENT_TAX_V ,
-
View: HR_CERIDIAN_EMPLOYEE_ONLY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_EMPLOYEE_ONLY_V, object_name:HR_CERIDIAN_EMPLOYEE_ONLY_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 100 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_EMPLOYEE_ONLY_V ,
-
View: HR_CERIDIAN_EMPLOYEE_ONLY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_EMPLOYEE_ONLY_V, object_name:HR_CERIDIAN_EMPLOYEE_ONLY_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 100 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_EMPLOYEE_ONLY_V ,
-
View: HR_ADP_EMPLOYEE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_EMPLOYEE_V, object_name:HR_ADP_EMPLOYEE_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_EMPLOYEE_V ,
-
View: HR_CERIDIAN_500_RESIDENT_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_RESIDENT_TAX_V, object_name:HR_CERIDIAN_500_RESIDENT_TAX_V, status:VALID, product: PER - Human Resources , description: Ceridian Source 500 payroll interface view , implementation_dba_data: APPS.HR_CERIDIAN_500_RESIDENT_TAX_V ,
-
View: HR_ADP_STATE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_STATE_TAX_V, object_name:HR_ADP_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_STATE_TAX_V ,
-
View: HR_ADP_STATE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_STATE_TAX_V, object_name:HR_ADP_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_STATE_TAX_V ,
-
View: HR_ADP_CITY_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_CITY_TAX_V, object_name:HR_ADP_CITY_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_CITY_TAX_V ,
-
View: HR_ADP_CITY_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_CITY_TAX_V, object_name:HR_ADP_CITY_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_CITY_TAX_V ,
-
View: PER_PEOPLE_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_V3, object_name:PER_PEOPLE_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_PEOPLE_V3 ,
-
View: PER_PEOPLE_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_V3, object_name:PER_PEOPLE_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_PEOPLE_V3 ,
-
View: HR_ADP_WORK_STATE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_WORK_STATE_TAX_V, object_name:HR_ADP_WORK_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_WORK_STATE_TAX_V ,
-
View: HR_ADP_WORK_STATE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_WORK_STATE_TAX_V, object_name:HR_ADP_WORK_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_WORK_STATE_TAX_V ,
-
View: HR_ADP_RESIDENT_STATE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_RESIDENT_STATE_TAX_V, object_name:HR_ADP_RESIDENT_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_RESIDENT_STATE_TAX_V ,
-
View: HR_ADP_RESIDENT_STATE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_RESIDENT_STATE_TAX_V, object_name:HR_ADP_RESIDENT_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_RESIDENT_STATE_TAX_V ,
-
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 ,