Search Results per_establishments
Overview
The PER_ESTABLISHMENTS table is a core reference data entity within the Oracle E-Business Suite Human Resources (HR) module, specifically in releases 12.1.1 and 12.2.2. Owned by the HR schema, its primary function is to maintain a master list of educational institutions. This includes establishments such as schools, colleges, universities, and other accredited bodies. The table serves as a standardized repository, enabling the consistent recording and validation of educational history for employees and applicants across the HRMS system. Its role is foundational for managing qualification and background information within an organization's talent management processes.
Key Information Stored
The table's structure is designed to uniquely identify and describe each educational establishment. The primary key is the system-generated ESTABLISHMENT_ID, which serves as the unique internal identifier. A critical composite unique key constraint ensures that the combination of NAME and LOCATION is not duplicated, enforcing data integrity at the business level. While the provided metadata specifies these core columns, typical implementations of this table often include additional descriptive attributes such as establishment type (e.g., university, technical college), accreditation status, and address details, though these are not explicitly listed in the excerpt.
Common Use Cases and Queries
The primary use case for PER_ESTABLISHMENTS is to support the tracking of employee and candidate education within the PER_ESTABLISHMENT_ATTENDANCES table. Common operational and reporting activities include validating new establishment entries, generating lists of institutions for dropdowns in self-service forms, and creating educational background reports. A typical query to retrieve all establishments for a specific location would be:
SELECT establishment_id, name, location FROM hr.per_establishments WHERE location = '&city_name' ORDER BY name;
Another frequent pattern is joining to attendance records to analyze the educational background of the workforce:
SELECT pea.person_id, pe.name AS institution, pea.attended_from, pea.attended_to
FROM hr.per_establishment_attendances pea,
hr.per_establishments pe
WHERE pea.establishment_id = pe.establishment_id
AND pea.person_id = &employee_id;
Related Objects
The most direct and critical relationship for the PER_ESTABLISHMENTS table is with the PER_ESTABLISHMENT_ATTENDANCES table. The ESTABLISHMENT_ID column acts as a foreign key in PER_ESTABLISHMENT_ATTENDANCES, linking each attendance record (a person's period of study) to a specific institution in the master list. This relationship is enforced by the foreign key constraint named in the metadata. While not listed in the excerpt, this table is also likely referenced by various HRMS APIs, public views (potentially prefixed with PER_ESTABLISHMENTS_VL for translated data), and is integral to the underlying data model for qualifications and competencies within Oracle HR.
-
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_ESTABLISHMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ESTABLISHMENTS_V, object_name:PER_ESTABLISHMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ESTABLISHMENTS_V ,
-
View: HRFV_SCHOOLS_AND_COLLEGES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SCHOOLS_AND_COLLEGES, object_name:HRFV_SCHOOLS_AND_COLLEGES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SCHOOLS_AND_COLLEGES ,
-
View: HRFV_SCHOOLS_AND_COLLEGES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_SCHOOLS_AND_COLLEGES, object_name:HRFV_SCHOOLS_AND_COLLEGES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_SCHOOLS_AND_COLLEGES ,
-
View: PER_ESTABLISHMENTS_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ESTABLISHMENTS_BASE_V, object_name:PER_ESTABLISHMENTS_BASE_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ESTABLISHMENTS_BASE_V ,
-
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 ,
-
View: PER_ESTABLISHMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ESTABLISHMENTS_V, object_name:PER_ESTABLISHMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ESTABLISHMENTS_V ,
-
View: PER_ESTABLISHMENTS_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ESTABLISHMENTS_BASE_V, object_name:PER_ESTABLISHMENTS_BASE_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_ESTABLISHMENTS_BASE_V ,
-
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.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_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 ,
-
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: 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_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: 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: 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: 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_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_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_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_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 ,