Search Results certification_method
Overview
APPS.HRFV_COMPETENCE_PROFILES is a Business Intelligence System (BIS) view in Oracle E-Business Suite, owned by the APPS schema and validated in both 12.1.1 and 12.2.2. It is registered under the FND Design Data identifier PER.HRFV_COMPETENCE_PROFILES and presents competence profile information for people within an enterprise, spanning both employees and applicants. The view consolidates person identity, competence definition, proficiency rating, certification detail, and currency-of-status indicators into a single denormalised reporting structure, which makes it suitable for HR analytics, competency gap analysis, and downstream integration extracts where a flat, human-readable projection is preferred over the normalised PER schema tables.
Underlying Base Objects
The view is defined over a set of PER and HR objects. Organizational context is supplied by HR_ALL_ORGANIZATION_UNITS_TL, which provides the business group name. Person details flow through PER_PEOPLE_X and the HR_PERSON_NAME package. Competence data is sourced from PER_COMPETENCES_VL, PER_COMPETENCE_DEFINITIONS, and PER_COMPETENCE_ELEMENTS. Proficiency ranking draws on PER_RATING_LEVELS and PER_RATING_LEVELS_TL. Runtime resolution logic is embedded through the HR_BIS, HR_GENERAL, and HR_SECURITY packages; HR_SECURITY in particular enforces row-level access so that a query returns only the people visible to the current responsibility. The view is not referenced by any other database object, confirming its role as a terminal reporting artefact rather than a building block.
Key Columns
The view exposes descriptive, date, and identifier columns. BUSINESS_GROUP_NAME, PERSON_NAME, and COMPETENCE_NAME provide the readable core. DATE_FROM and DATE_TO bound the validity of the competence assignment, while CERTIFICATION_DATE and NEXT_REVIEW_DATE track certification currency. PROFICIENCY_RATING_SOURCE, CERTIFICATION_METHOD, STEP_VALUE, and PROFICIENCY_LEVEL describe the assessed rating. The currency flags are of particular interest to users searching on CURRENT_APPLICANT_FLAG_CODE: both CURRENT_EMPLOYEE_FLAG_CODE and CURRENT_APPLICANT_FLAG_CODE appear alongside their display counterparts CURRENT_EMPLOYEE_FLAG and CURRENT_APPLICANT_FLAG. The *_CODE columns carry a 30-character code value suitable for filtering and joining, while the flag columns hold a longer formatted description for presentation. Business key identifiers — BUSINESS_GROUP_ID, COMPETENCE_ID, PERSON_ID, and PROFICIENCY_LEVEL_ID — support joins back to base tables.
Common Use Cases and Queries
Typical scenarios include producing a competency inventory per person, identifying expired certifications, and distinguishing applicant competences from employee competences via the flag code columns. The following example restricts output to applicants:
- SELECT person_name, competence_name, proficiency_level, certification_date, current_applicant_flag_code FROM apps.hrfv_competence_profiles WHERE current_applicant_flag_code = 'Y';
- SELECT person_name, competence_name, date_from, date_to FROM apps.hrfv_competence_profiles WHERE next_review_date < SYSDATE;
- SELECT business_group_name, competence_name, COUNT(*) FROM apps.hrfv_competence_profiles GROUP BY business_group_name, competence_name;
Because HR_SECURITY is invoked within the view, results are automatically filtered by the querying user's security profile, so no additional predicate is normally required. For extraction into external systems, the *_CODE columns should be preferred over the display flag columns to avoid dependence on translated or formatted text.
-
Lookup Type: CERTIFICATION_METHOD
12.1.1
product: PER - Human Resources , meaning: CERTIFICATION METHOD , description: Certification Method ,
-
Lookup Type: CERTIFICATION_METHOD
12.2.2
product: PER - Human Resources , meaning: CERTIFICATION METHOD , description: Certification Method ,
-
VIEW: APPS.HRFV_COMPETENCE_PROFILES
12.2.2
-
View: HRFV_COMPETENCE_PROFILES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_COMPETENCE_PROFILES, object_name:HRFV_COMPETENCE_PROFILES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_COMPETENCE_PROFILES ,
-
VIEW: APPS.HRFV_COMPETENCE_PROFILES
12.1.1
-
View: HRFV_COMPETENCE_PROFILES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_COMPETENCE_PROFILES, object_name:HRFV_COMPETENCE_PROFILES, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_COMPETENCE_PROFILES ,
-
VIEW: HR.PER_COMPETENCE_ELEMENTS#
12.2.2
-
View: BIL_DIMV_SKILLS
12.2.2
product: BIL - Sales Intelligence (Obsolete) , description: Sales representative skills view , implementation_dba_data: Not implemented in this database ,
-
View: BIL_DIMV_SKILLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_SKILLS, object_name:BIL_DIMV_SKILLS, status:VALID, product: BIL - Sales Intelligence , description: Sales representative skills view , implementation_dba_data: APPS.BIL_DIMV_SKILLS ,
-
VIEW: APPS.HRBV_COMPETENCE_ELEMENTS_V
12.1.1
-
VIEW: APPS.HRFV_COMPETENCE_PROFILES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_COMPETENCE_PROFILES, object_name:HRFV_COMPETENCE_PROFILES, status:VALID,
-
VIEW: APPS.BIL_DIMV_SKILLS
12.1.1
-
APPS.PER_CEL_SHD SQL Statements
12.2.2
-
APPS.PER_CEL_SHD SQL Statements
12.1.1
-
VIEW: APPS.HRFV_COMPETENCE_PROFILES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_COMPETENCE_PROFILES, object_name:HRFV_COMPETENCE_PROFILES, status:VALID,
-
VIEW: APPS.HRBV_COMPETENCE_ELEMENTS_V
12.2.2
-
VIEW: APPS.BIL_DIMV_SKILLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIL.BIL_DIMV_SKILLS, object_name:BIL_DIMV_SKILLS, status:VALID,
-
View: PER_COMPETENCE_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V, object_name:PER_COMPETENCE_ELEMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_COMPETENCE_ELEMENTS_V ,
-
View: PER_COMPETENCE_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V, object_name:PER_COMPETENCE_ELEMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_COMPETENCE_ELEMENTS_V ,
-
VIEW: APPS.HRBV_COMPETENCE_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:HRBV_COMPETENCE_ELEMENTS_V, status:VALID,
-
VIEW: APPS.HRBV_COMPETENCE_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:HRBV_COMPETENCE_ELEMENTS_V, status:VALID,
-
View: PER_COMPETENCE_ELEMENTS_V4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V4, object_name:PER_COMPETENCE_ELEMENTS_V4, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_COMPETENCE_ELEMENTS_V4 ,
-
View: PER_COMPETENCE_ELEMENTS_V4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V4, object_name:PER_COMPETENCE_ELEMENTS_V4, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_COMPETENCE_ELEMENTS_V4 ,
-
VIEW: HR.PER_COMPETENCE_ELEMENTS#
12.2.2
owner:HR, object_type:VIEW, object_name:PER_COMPETENCE_ELEMENTS#, status:VALID,
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V
12.2.2
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V4
12.2.2
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V4
12.1.1
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V, object_name:PER_COMPETENCE_ELEMENTS_V, status:VALID,
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V
12.1.1
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V, object_name:PER_COMPETENCE_ELEMENTS_V, status:VALID,
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V4, object_name:PER_COMPETENCE_ELEMENTS_V4, status:VALID,
-
VIEW: APPS.PER_COMPETENCE_ELEMENTS_V4
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS_V4, object_name:PER_COMPETENCE_ELEMENTS_V4, status:VALID,
-
APPS.PER_CEL_INS SQL Statements
12.2.2
-
APPS.PER_CEL_INS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.HR_COMPETENCE_ELEMENT_BE5
12.1.1
-
APPS.PER_CEL_UPD SQL Statements
12.1.1
-
TABLE: HR.PER_COMPETENCE_ELEMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS, object_name:PER_COMPETENCE_ELEMENTS, status:VALID,
-
PACKAGE BODY: APPS.HR_COMPETENCE_ELEMENT_BE5
12.2.2
-
APPS.PER_CEL_UPD SQL Statements
12.2.2
-
TABLE: HR.PER_COMPETENCE_ELEMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_COMPETENCE_ELEMENTS, object_name:PER_COMPETENCE_ELEMENTS, status:VALID,
-
PACKAGE BODY: APPS.PER_CEL_SHD
12.1.1
-
PACKAGE BODY: APPS.PER_CEL_SHD
12.2.2
-
PACKAGE BODY: APPS.HR_COMPETENCE_ELEMENT_BE3
12.2.2
-
PACKAGE BODY: APPS.HR_COMPETENCE_ELEMENT_BE3
12.1.1
-
APPS.HR_COMP_PROFILE_SS SQL Statements
12.2.2
-
APPS.HR_COMP_PROFILE_SS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PER_CEL_BUS
12.1.1
-
PACKAGE BODY: APPS.PER_CEL_BUS
12.2.2
-
PACKAGE BODY: APPS.HR_COMPETENCE_ELEMENT_BE2
12.2.2
-
PACKAGE: APPS.PER_CEL_SHD
12.1.1