Search Results per_contact_relationships
Overview
The PER_CONTACT_RELATIONSHIPS table is a core data repository within the Oracle E-Business Suite Human Resources (PER) module, specifically for versions 12.1.1 and 12.2.2. It serves as the central table for storing and managing an employee's personal contacts and their associated relationships. The table's primary role is to maintain structured information about individuals connected to an employee, such as dependents, beneficiaries, emergency contacts, and parents. This data is critical for downstream business processes in benefits administration, legal compliance, and internal reporting, forming a foundational link between an employee's personal network and the organization's HR systems.
Key Information Stored
The table's primary key is CONTACT_RELATIONSHIP_ID, which uniquely identifies each contact relationship record. As indicated by its foreign key constraints, a critical column is BUSINESS_GROUP_ID, which links the contact to the specific HR business group for security and data partitioning. While the full column list is not detailed in the provided metadata, based on its description and standard HRMS design, the table typically stores the PERSON_ID of the employee, the PERSON_ID or details of the contact person, and a RELATIONSHIP_TYPE (e.g., 'SPOUSE', 'CHILD', 'EMERGENCY_CONTACT'). It also commonly holds attributes like start and end dates for the relationship, primary contact flags, and dependency statuses required for benefits eligibility.
Common Use Cases and Queries
This table is directly queried for generating emergency contact lists, validating dependent eligibility for benefits enrollment, and producing census reports for insurance carriers. A typical reporting query involves joining PER_CONTACT_RELATIONSHIPS with the PER_ALL_PEOPLE_F table to retrieve employee and contact names for a specific relationship type. For example, to list all emergency contacts, a SQL pattern would be: SELECT papf.full_name employee_name, pcr.relationship_type, cp.full_name contact_name FROM per_contact_relationships pcr, per_all_people_f papf, per_all_people_f cp WHERE pcr.person_id = papf.person_id AND pcr.contact_person_id = cp.person_id AND pcr.relationship_type = 'EMERGENCY_CONTACT' AND SYSDATE BETWEEN papf.effective_start_date AND papf.effective_end_date. Data from this table is also essential for COBRA administration and benefits coverage life events.
Related Objects
PER_CONTACT_RELATIONSHIPS has integral relationships with several other EBS objects. It is referenced by key tables in the Benefits (BEN) module, such as BEN_COVERED_DEPENDENTS_F, which links dependents to specific benefit enrollments. Within the HR module, PER_CONTACT_EXTRA_INFO_F stores additional descriptive flexfield information for each contact relationship. For compliance, it is linked to PER_COBRA_COV_ENROLLMENTS and PER_COBRA_DEPENDENTS_F. The table's primary foreign key relationship to HR_ALL_ORGANIZATION_UNITS via BUSINESS_GROUP_ID enforces multi-org security. These dependencies underscore that PER_CONTACT_RELATIONSHIPS is not a standalone entity but a pivotal hub in a wider data model supporting HR and benefits functionality.
-
Table: PER_CONTACT_RELATIONSHIPS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_CONTACT_RELATIONSHIPS, object_name:PER_CONTACT_RELATIONSHIPS, status:VALID, product: PER - Human Resources , description: Contacts and relationship details for dependents, beneficiaries, emergency contacts, parents etc. , implementation_dba_data: HR.PER_CONTACT_RELATIONSHIPS ,
-
Table: PER_CONTACT_RELATIONSHIPS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_CONTACT_RELATIONSHIPS, object_name:PER_CONTACT_RELATIONSHIPS, status:VALID, product: PER - Human Resources , description: Contacts and relationship details for dependents, beneficiaries, emergency contacts, parents etc. , implementation_dba_data: HR.PER_CONTACT_RELATIONSHIPS ,
-
APPS.BENUTILS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_GENERATE_DPNT_COMM dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_RU_CON_INFO dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_EXT_ELIG_DPNT dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_IRC_UTIL dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_JP_CTR_UTILITY_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.HR_PERSON_DELETE dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PAY_IN_EOY_ARCHIVE dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_REI_SHD dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.GHR_MTO_INT dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_JP_DEPENDENT_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_CEL_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_ADD_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_KR_CONTACT_RULES dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_EXT_CONTACT dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_DETERMINE_ELIGIBILITY3 dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_CARRY_FORWARD_ITEMS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_EXT_CHLG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_EXT_DPNT dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_EVALUATE_DPNT_ELG_PROFILES dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.HR_PERSON_RECORD dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_PDP_BUS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PAY_PYUCSLIS_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_DB_PER_ADDITIONAL dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.HR_PERSON_RECORD dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PAY_NO_ABS_VALIDATION dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.GHR_MTO_INT dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_MNG_DPNT_BNF dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_NL_ABP_ARCHIVE dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_PERSON_RECORD dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_DELETE dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_PL_CONTACT_REL_API dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_DELETE_ORPHAN_ROWS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_SECURITY_INTERNAL dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_BPL_ALERT_ADDRESS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_FI_UTILITY dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_PDC_BUS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_EEV_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PER_COBRA_ECI dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PER_QH_ACTION dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_FR_PTO_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_IE_P45_ARCHIVE dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_COBRA_REQUIREMENTS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_US_ARCHIVE dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_MEE_VIEWS_GEN dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_EXT_BNF dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PER_KR_CONTACT_RULES dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2