Search Results per_qualifications
The PER_QUALIFICATIONS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical component of the Human Capital Management (HCM) module, specifically within the Oracle HRMS (Human Resource Management System) functionality. This table stores detailed information about the qualifications, certifications, and educational attainments of employees, contingent workers, and other persons registered in the system. It serves as a foundational data structure for tracking professional development, compliance requirements, and workforce competency management.
Table Structure and Key Columns
The PER_QUALIFICATIONS table contains several key columns that define the qualification attributes:- QUALIFICATION_ID: Primary key identifier for each qualification record.
- PERSON_ID: Foreign key linking to the PER_ALL_PEOPLE_F table, associating qualifications with individuals.
- QUALIFICATION_TYPE_ID: References PER_QUALIFICATION_TYPES, categorizing qualifications (e.g., degrees, certifications, licenses).
- DATE_OBTAINED: The date when the qualification was awarded.
- EXPIRY_DATE: For time-bound qualifications (e.g., certifications), this indicates validity.
- GRADE_ATTAINED: Stores performance metrics (e.g., GPA, distinction levels).
- INSTITUTION: Name of the awarding body (university, certification authority).
- MAJOR_FIELD: Specific field of study or specialization.
- STATUS: Active, expired, or pending renewal status.
Integration and Functional Usage
The table integrates with other HRMS modules:- Talent Management: Qualifications data feeds into competency assessments, succession planning, and career pathing.
- Recruitment: Used to match candidate qualifications with job requirements during hiring.
- Compliance: Tracks mandatory certifications (e.g., safety training, professional licenses) and alerts for renewals.
Technical Considerations
- Indexing: The table is typically indexed on PERSON_ID and QUALIFICATION_TYPE_ID for performance optimization in queries.
- Audit Trails: Changes may be logged in PER_QUALIFICATIONS_EXTRA_INFO or audit tables for compliance.
- Flexfields: Descriptive flexfields (DFFs) allow customization to capture additional attributes like accreditation numbers or country-specific data.
Data Maintenance
Data is maintained via:- Oracle Forms: The "Qualifications" form in HRMS.
- APIs: HR_QUALIFICATION_API for programmatic CRUD operations.
- Bulk Loads: Data imports using Oracle Data Conversion or HDL (HCM Data Loader) in 12.2.x.
Reporting and Analytics
The table is a source for:- OTBI (Oracle Transactional Business Intelligence): Pre-built dashboards for workforce skills analysis.
- Custom Reports: SQL queries joining with PER_ALL_ASSIGNMENTS_F to correlate qualifications with job roles.
Version-Specific Notes
- 12.2.2 Enhancements: Improved DFF handling and REST API support for mobile access to qualification data.
- 12.1.1 Limitations: Fewer web services compared to 12.2.x, relying more on PL/SQL APIs.
-
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 ,
-
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_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_QUALIFICATIONS_EFC, object_name:PER_QUALIFICATIONS_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the PER_QUALIFICATIONS table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.PER_QUALIFICATIONS_EFC ,
-
Table: PER_SUBJECTS_TAKEN
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SUBJECTS_TAKEN, object_name:PER_SUBJECTS_TAKEN, status:VALID, product: PER - Human Resources , description: Holds a record of a person's subject usages for a qualification , implementation_dba_data: HR.PER_SUBJECTS_TAKEN ,
-
Table: PER_SUBJECTS_TAKEN
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SUBJECTS_TAKEN, object_name:PER_SUBJECTS_TAKEN, status:VALID, product: PER - Human Resources , description: Holds a record of a person's subject usages for a qualification , implementation_dba_data: HR.PER_SUBJECTS_TAKEN ,
-
Table: PER_QUALIFICATION_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_QUALIFICATION_TYPES, object_name:PER_QUALIFICATION_TYPES, status:VALID, product: PER - Human Resources , description: Maintains the list of qualiification types that can be attained. , implementation_dba_data: HR.PER_QUALIFICATION_TYPES ,
-
Table: PER_QUALIFICATIONS_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_QUALIFICATIONS_EFC, object_name:PER_QUALIFICATIONS_EFC, status:VALID, product: PER - Human Resources , description: This is a copy of the PER_QUALIFICATIONS table which is populated by the EFC (Euro as Functional Currency) process. , implementation_dba_data: HR.PER_QUALIFICATIONS_EFC ,
-
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 ,
-
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_QUALIFICATION_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_QUALIFICATION_TYPES, object_name:PER_QUALIFICATION_TYPES, status:VALID, product: PER - Human Resources , description: Maintains the list of qualiification types that can be attained. , implementation_dba_data: HR.PER_QUALIFICATION_TYPES ,
-
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: 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: 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_QUALIFICATIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QUALIFICATIONS_VL, object_name:PER_QUALIFICATIONS_VL, status:VALID, product: PER - Human Resources , description: mls view for qualifications , implementation_dba_data: APPS.PER_QUALIFICATIONS_VL ,
-
View: PER_QUALIFICATIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_QUALIFICATIONS_VL, object_name:PER_QUALIFICATIONS_VL, status:VALID, product: PER - Human Resources , description: mls view for qualifications , implementation_dba_data: APPS.PER_QUALIFICATIONS_VL ,
-
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 ,
-
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 ,