Search Results per_establishment_attendances
Overview
The PER_ESTABLISHMENT_ATTENDANCES table is a core data object within the Oracle E-Business Suite (EBS) Human Resources (HR) module, specifically under the PER product family. It serves as the system of record for tracking an individual's academic history. Its primary role is to store a chronological record of the educational establishments—such as schools, colleges, or universities—that a person (employee, applicant, or contingent worker) is currently attending or has attended in the past. This table is fundamental for maintaining comprehensive personnel records, supporting qualification verification, and enabling reporting on workforce education and development.
Key Information Stored
The table's structure is designed to link a person, an establishment, and the relevant attendance period within a specific business group. The primary identifier is the ATTENDANCE_ID. Key columns include PERSON_ID, which links to the person (PER_ALL_PEOPLE_F), and ESTABLISHMENT_ID, which links to the PER_ESTABLISHMENTS table containing details about the educational institution. The attendance period is defined by ATTENDED_START_DATE, with an optional end date. The BUSINESS_GROUP_ID column enforces data security and partitioning at the business group level, linking to HR_ALL_ORGANIZATION_UNITS. The unique key constraint (PER_ESTABLISHMENT_ATTEND_UK) ensures a person cannot have duplicate attendance records for the same establishment starting on the same date.
Common Use Cases and Queries
This table is central to employee profile management and reporting. Common use cases include generating resumes, verifying qualifications during recruitment, and analyzing the educational background of the workforce. A typical query to retrieve a person's educational history would join to person and establishment tables:
SELECT pea.attended_start_date, pea.attended_end_date, pe.establishment_name, pe.establishment_type FROM per_establishment_attendances pea, per_establishments pe WHERE pea.establishment_id = pe.establishment_id AND pea.person_id = :p_person_id ORDER BY pea.attended_start_date DESC;
For reporting, it is often joined with PER_QUALIFICATIONS to associate specific degrees or certifications obtained from the attended establishment. Data from this table is also critical for integrations with third-party background check services or internal learning management systems.
Related Objects
PER_ESTABLISHMENT_ATTENDANCES has integral relationships with several other HR objects. It is a parent table to PER_QUALIFICATIONS via the foreign key on ATTENDANCE_ID, meaning a qualification (like a degree) is linked to a specific period of attendance. It is a child table to PER_ESTABLISHMENTS (via ESTABLISHMENT_ID) and HR_ALL_ORGANIZATION_UNITS (via BUSINESS_GROUP_ID). Key APIs, such as the PER Person API, likely manipulate data in this table when creating or updating a person's education history. Views like PER_PEOPLE_V or other person summary views may incorporate data from this table for reporting purposes.
-
Table: PER_ESTABLISHMENT_ATTENDANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ESTABLISHMENT_ATTENDANCES, object_name:PER_ESTABLISHMENT_ATTENDANCES, status:VALID, product: PER - Human Resources , description: A record of educational establishments that a person is currently attending or has previously attended. , implementation_dba_data: HR.PER_ESTABLISHMENT_ATTENDANCES ,
-
Table: PER_ESTABLISHMENT_ATTENDANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ESTABLISHMENT_ATTENDANCES, object_name:PER_ESTABLISHMENT_ATTENDANCES, status:VALID, product: PER - Human Resources , description: A record of educational establishments that a person is currently attending or has previously attended. , implementation_dba_data: HR.PER_ESTABLISHMENT_ATTENDANCES ,
-
View: PER_QUALIFICATIONS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QUALIFICATIONS_V2, object_name:PER_QUALIFICATIONS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_QUALIFICATIONS_V2 ,
-
Table: PER_ESTABLISHMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ESTABLISHMENTS, object_name:PER_ESTABLISHMENTS, status:VALID, product: PER - Human Resources , description: This entity is used to maintain a list of educational establishments e.g. schools, colleges, universities, etc. , implementation_dba_data: HR.PER_ESTABLISHMENTS ,
-
Table: PER_ESTABLISHMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_ESTABLISHMENTS, object_name:PER_ESTABLISHMENTS, status:VALID, product: PER - Human Resources , description: This entity is used to maintain a list of educational establishments e.g. schools, colleges, universities, etc. , implementation_dba_data: HR.PER_ESTABLISHMENTS ,
-
View: PER_QUALIFICATIONS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QUALIFICATIONS_V2, object_name:PER_QUALIFICATIONS_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_QUALIFICATIONS_V2 ,
-
Table: PER_QUALIFICATIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_QUALIFICATIONS, object_name:PER_QUALIFICATIONS, status:VALID, product: PER - Human Resources , description: A record of educational qualification, certificates, licenses, etc that a person holds or is acquiring. , implementation_dba_data: HR.PER_QUALIFICATIONS ,
-
Table: PER_QUALIFICATIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_QUALIFICATIONS, object_name:PER_QUALIFICATIONS, status:VALID, product: PER - Human Resources , description: A record of educational qualification, certificates, licenses, etc that a person holds or is acquiring. , implementation_dba_data: HR.PER_QUALIFICATIONS ,
-
View: HRFV_SCHOOL_COLL_ATTENDANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SCHOOL_COLL_ATTENDANCES, object_name:HRFV_SCHOOL_COLL_ATTENDANCES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SCHOOL_COLL_ATTENDANCES ,
-
View: HRFV_SCHOOL_COLL_ATTENDANCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SCHOOL_COLL_ATTENDANCES, object_name:HRFV_SCHOOL_COLL_ATTENDANCES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SCHOOL_COLL_ATTENDANCES ,
-
View: PER_ESTABLISHMENT_ATTEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ESTABLISHMENT_ATTEND_V, object_name:PER_ESTABLISHMENT_ATTEND_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ESTABLISHMENT_ATTEND_V ,
-
View: HRFV_SUBJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SUBJECTS, object_name:HRFV_SUBJECTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SUBJECTS ,
-
View: HRFV_SUBJECTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SUBJECTS, object_name:HRFV_SUBJECTS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SUBJECTS ,
-
View: PER_ESTABLISHMENT_ATTEND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ESTABLISHMENT_ATTEND_V, object_name:PER_ESTABLISHMENT_ATTEND_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ESTABLISHMENT_ATTEND_V ,
-
View: PER_ZA_FORMAL_QUALIFICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ZA_FORMAL_QUALIFICATIONS_V, object_name:PER_ZA_FORMAL_QUALIFICATIONS_V, status:VALID, product: PER - Human Resources , description: PER_ZA_FORMAL_QUALIFICATIONS_V is used to maintain table PER_ZA_FORMAL_QUALIFICATIONS via NQF forms. , implementation_dba_data: APPS.PER_ZA_FORMAL_QUALIFICATIONS_V ,
-
View: PER_ZA_FORMAL_QUALIFICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ZA_FORMAL_QUALIFICATIONS_V, object_name:PER_ZA_FORMAL_QUALIFICATIONS_V, status:VALID, product: PER - Human Resources , description: PER_ZA_FORMAL_QUALIFICATIONS_V is used to maintain table PER_ZA_FORMAL_QUALIFICATIONS via NQF forms. , implementation_dba_data: APPS.PER_ZA_FORMAL_QUALIFICATIONS_V ,
-
View: PER_QUALIFICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QUALIFICATIONS_V, object_name:PER_QUALIFICATIONS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_QUALIFICATIONS_V ,
-
View: PER_QUALIFICATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QUALIFICATIONS_V, object_name:PER_QUALIFICATIONS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_QUALIFICATIONS_V ,
-
View: HRFV_QUALIFICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_QUALIFICATIONS, object_name:HRFV_QUALIFICATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_QUALIFICATIONS ,
-
View: HRFV_QUALIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_QUALIFICATIONS, object_name:HRFV_QUALIFICATIONS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_QUALIFICATIONS ,
-
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 ,