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.BEN_PERSON_DELETE dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_IN_DATA_PUMP dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_CTR_UPD dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PAY_US_ARCHIVE dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_ELIG_CVRD_DPNT_API dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PAY_AE_ELEMENT_TEMPLATE_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PQP_HROSS_INTEGRATION dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_PRO_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_WHATIF_ELIG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_IN_CON_LEG_HOOK dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_AUTOMATIC_ENROLLMENTS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_EGD_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PAY_IN_INDIA_BENEFITS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_CTR_BUS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PAY_KR_FF_FUNCTIONS_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.HR_MEE_VIEWS_GEN dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_PPF_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_DERIVE_PART_AND_RATE_FACTS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.HR_NL_CALC_TARGET_GROUP dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.BEN_DERIVE_FACTORS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_DERIVE_PART_AND_RATE_FACTS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_ASG_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_AE_SI_REPORTS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_PRV_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_PPS_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_JP_WIC_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_PERSON_OBJECT dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PER_CONTACT_RELATIONSHIP_SWI dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_ABV_LER dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_ES_TWR_CALC_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.BEN_EVALUATE_DPNT_ELG_PROFILES dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PER_CTR_SHD dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_CONTACT_REL_API dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PAY_JP_REPORT_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PQH_DE_CHILD_SEQ_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PER_CTR_BUS dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PER_CONTACT_RELATIONSHIPS_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.HR_FI_UTILITY dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.HR_SECURITY_INTERNAL dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.HR_BPL_ALERT_ADDRESS dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_PEOPLE12_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.1.1
-
APPS.PER_JP_DEPENDENT_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PQH_DE_LOCAL_COST_LIVING_PKG dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2
-
APPS.PQP_HROSS_INTEGRATION dependencies on PER_CONTACT_RELATIONSHIPS
12.2.2