Search Results per_events
Overview
The PER_EVENTS table is a core data object within the Oracle E-Business Suite Human Resources (PER) module. It serves as the central repository for recording and managing scheduled events related to the employee and applicant lifecycles. As indicated by its description, it primarily stores records for events such as interviews, appraisals, training sessions, and meetings. Its role is to provide a structured audit trail and scheduling framework for HR processes, enabling the tracking of interactions, evaluations, and developmental activities for both current employees and job candidates. The table is owned by the HR schema and is integral to the application's workflow for performance management, recruitment, and career development.
Key Information Stored
The table's primary key is EVENT_ID, a unique identifier for each event record. Critical foreign key columns establish relationships with other master data tables, defining the event's organizational and physical context. These include BUSINESS_GROUP_ID, linking to HR_ALL_ORGANIZATION_UNITS to associate the event with a specific business group, and ORGANIZATION_RUN_BY_ID, which identifies the department or unit responsible for conducting the event. The LOCATION_ID foreign key, referencing HR_LOCATIONS_ALL, specifies where the event is scheduled to occur. While the full column list is not detailed in the provided metadata, typical columns would also include data points for the event type (e.g., interview, appraisal), date and time, status, associated person (employee or applicant ID), and internal comments or notes.
Common Use Cases and Queries
A primary use case is generating calendars and reports for HR managers to track upcoming performance reviews or interview schedules. For example, a query might join PER_EVENTS with PER_ALL_PEOPLE_F to list all appraisal events for a specific department within a date range. Another common scenario is in recruitment, where the table tracks the progression of a candidate through multiple interview rounds. Support or audit queries often trace the origin of a pay change or performance rating back to its triggering event. A sample SQL pattern to find events for a person would be:
- SELECT pe.event_id, pe.date_start, pe.type FROM hr.per_events pe WHERE pe.person_id = <person_id> ORDER BY pe.date_start DESC;
Integration with other HR processes means data from this table frequently feeds into managerial dashboards and compliance reporting.
Related Objects
As per the foreign key relationships documented, PER_EVENTS is a parent table to several important transactional tables. The PER_BOOKINGS table links resources (like rooms or equipment) to a specific EVENT_ID. Crucially, PER_PAY_PROPOSALS references an EVENT_ID, formalizing the link between an appraisal event and a resulting salary change proposal. Similarly, PER_PERFORMANCE_REVIEWS uses EVENT_ID to tie a review record to its scheduled event. As a child table, PER_EVENTS references master data tables: HR_ALL_ORGANIZATION_UNITS (twice, for business group and organization) and HR_LOCATIONS_ALL. This network of relationships positions PER_EVENTS as a key hub connecting HR scheduling with compensation, performance, and resource management.
-
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: PER_BOOKINGS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_BOOKINGS, object_name:PER_BOOKINGS, status:VALID, product: PER - Human Resources , description: Event booking details. , implementation_dba_data: HR.PER_BOOKINGS ,
-
Table: PER_PERFORMANCE_REVIEWS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS, object_name:PER_PERFORMANCE_REVIEWS, status:VALID, product: PER - Human Resources , description: Performance review information for employees. , implementation_dba_data: HR.PER_PERFORMANCE_REVIEWS ,
-
Table: PER_PERFORMANCE_REVIEWS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS, object_name:PER_PERFORMANCE_REVIEWS, status:VALID, product: PER - Human Resources , description: Performance review information for employees. , implementation_dba_data: HR.PER_PERFORMANCE_REVIEWS ,
-
Table: PER_PAY_PROPOSALS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_PROPOSALS, object_name:PER_PAY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Salary proposals and performance review information for employee assignments. , implementation_dba_data: HR.PER_PAY_PROPOSALS ,
-
Table: PER_BOOKINGS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_BOOKINGS, object_name:PER_BOOKINGS, status:VALID, product: PER - Human Resources , description: Event booking details. , implementation_dba_data: HR.PER_BOOKINGS ,
-
View: PER_EVENTS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_LOV_V, object_name:PER_EVENTS_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_LOV_V ,
-
Table: PER_PAY_PROPOSALS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_PROPOSALS, object_name:PER_PAY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Salary proposals and performance review information for employee assignments. , implementation_dba_data: HR.PER_PAY_PROPOSALS ,
-
View: PER_EVENTS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_LOV_V, object_name:PER_EVENTS_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_LOV_V ,
-
View: PER_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V, object_name:PER_EVENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V ,
-
View: PER_BOOKINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V, object_name:PER_BOOKINGS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V ,
-
View: PER_BOOKINGS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V2, object_name:PER_BOOKINGS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V2 ,
-
View: PER_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V, object_name:PER_EVENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V ,
-
View: HRFV_REVIEWS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REVIEWS, object_name:HRFV_REVIEWS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REVIEWS ,
-
View: HRFV_REVIEWERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REVIEWERS, object_name:HRFV_REVIEWERS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REVIEWERS ,
-
View: HRFV_REVIEWERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REVIEWERS, object_name:HRFV_REVIEWERS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REVIEWERS ,
-
View: PER_BOOKINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V, object_name:PER_BOOKINGS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V ,
-
View: PER_BOOKINGS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V3, object_name:PER_BOOKINGS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V3 ,
-
View: PER_PERFORMANCE_REVIEWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID, product: PER - Human Resources , description: Used to support user-interface. , implementation_dba_data: APPS.PER_PERFORMANCE_REVIEWS_V ,
-
View: PER_BOOKINGS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V2, object_name:PER_BOOKINGS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V2 ,
-
View: HRFV_REVIEWS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_REVIEWS, object_name:HRFV_REVIEWS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_REVIEWS ,
-
View: PER_PERFORMANCE_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID, product: PER - Human Resources , description: Used to support user-interface. , implementation_dba_data: APPS.PER_PERFORMANCE_REVIEWS_V ,
-
View: PER_BOOKINGS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_BOOKINGS_V3, object_name:PER_BOOKINGS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_BOOKINGS_V3 ,
-
View: PER_EVENTS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V3, object_name:PER_EVENTS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V3 ,
-
View: PER_EVENTS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V3, object_name:PER_EVENTS_V3, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V3 ,
-
View: PER_EVENTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V2, object_name:PER_EVENTS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V2 ,
-
View: PER_EVENTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EVENTS_V2, object_name:PER_EVENTS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_EVENTS_V2 ,
-
View: PER_PAY_PROPOSALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID, product: PER - Human Resources , description: Employee salary proposal and performance review information. , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V ,
-
View: PER_PAY_PROPOSALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID, product: PER - Human Resources , description: Employee salary proposal and performance review information. , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V ,
-
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 ,
-
View: HRFV_SALARIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARIES, object_name:HRFV_SALARIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARIES ,
-
View: HRFV_SALARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SALARIES, object_name:HRFV_SALARIES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SALARIES ,
-
View: PER_FULL_SALARY_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_FULL_SALARY_HISTORY_V, object_name:PER_FULL_SALARY_HISTORY_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_FULL_SALARY_HISTORY_V ,
-
View: PER_FULL_SALARY_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_FULL_SALARY_HISTORY_V, object_name:PER_FULL_SALARY_HISTORY_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_FULL_SALARY_HISTORY_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 ,