Search Results hrfv_competence_profiles
Overview
HRFV_COMPETENCE_PROFILES is an APPS-owned business view template in the PER (Human Resources) product family, defined in Oracle E-Business Suite 12.1.1 and 12.2.2. Unlike a conventional reporting view, this object serves as a flexfield view template: the descriptor columns (_DF and _KF:CMP) exist specifically so that a "flexfield view" can be generated from it, exposing competence element descriptive flexfield segments for downstream use. The view presents a person-centric, flattened picture of competences held by individuals, combining the competence name, the proficiency rating, certification details and the owning business group.
Consumers searching for competence_name are typically querying this view for a human-readable label of a competence held by an employee. Because the view is a template rather than a transactional entity, it is read-only (WITH READ ONLY) and reflects the state of the underlying PER tables at query time, making it well suited to BIS/HRMS reporting, extracts and integration payloads that require employee competence profiles.
Underlying Base Objects
The view is assembled from the following documented base objects:
- PER_COMPETENCES / PER_COMPETENCES_VL – supplies the competence definition instance (alias CPN) and, critically, the
NAMEcolumn projected as COMPETENCE_NAME. - PER_COMPETENCE_ELEMENTS (CMP) – the assignment of a competence to a person, supplying proficiency level, source, certification method and dates.
- PER_COMPETENCE_DEFINITIONS (CDEF) – the definition header linking competences to definitions; referenced by the key flexfield qualification string.
- PER_PEOPLE_X (PEO) – the current effective person record providing PERSON_NAME and PERSON_ID.
- PER_RATING_LEVELS / PER_RATING_LEVELS_TL (RAT) – the proficiency rating levels; joined with an outer (+) so competences without a rating level are still returned.
- HR_ALL_ORGANIZATION_UNITS_TL (BGRT) – the business group name, resolved by language and joined outer.
- HR_BIS, HR_GENERAL, HR_PERSON_NAME, HR_SECURITY packages – provide lookup decoding (
BIS_DECODE_LOOKUP), name generation, and business group security filtering (GET_SEC_PROFILE_BG_ID).
Key Columns
- COMPETENCE_NAME – the name of the competence, drawn from PER_COMPETENCES.NAME; the primary search term for this view.
- PERSON_NAME – the full name of the employee holding the competence.
- BUSINESS_GROUP_NAME – business group owning the competence element.
- DATE_FROM / DATE_TO – effective date range of the competence element.
- PROFICIENCY_LEVEL – the decoded rating level name from PER_RATING_LEVELS.
- PROFICIENCY_RATING_SOURCE – decoded lookup value for the source of the proficiency level.
- CERTIFICATION_METHOD / CERTIFICATION_DATE / NEXT_REVIEW_DATE – certification detail and the next certification date.
- _DF and _KF:CMP – flexfield placeholder columns used to generate the flexfield view.
- BUSINESS_GROUP_ID, COMPETENCE_ID, PERSON_ID – surrogate keys for joins and filtering.
Common Use Cases and Queries
The view supports competence inventories per person or business group, proficiency distribution analysis, and certification expiry monitoring. Note the embedded security predicate: results are filtered by the caller's security profile business group.
- Locate competences by name for a person:
SELECT person_name, competence_name, proficiency_level
FROM apps.hrfv_competence_profiles
WHERE competence_name = 'Project Management';
- List all competences held by an employee:
SELECT competence_name, date_from, date_to, proficiency_level
FROM apps.hrfv_competence_profiles
WHERE person_name = :p_person_name
ORDER BY competence_name;
- Identify certifications approaching review:
SELECT person_name, competence_name, certification_date, next_review_date
FROM apps.hrfv_competence_profiles
WHERE next_review_date BETWEEN TRUNC(SYSDATE) AND TRUNC(SYSDATE) + 90;
Because the view is read-only and security-filtered, it is safe for ad hoc enquiry and BIS reporting, but should not be treated as an updateable entity in custom code.
-
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: 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 ,
-
SYNONYM: PUBLIC.HRFV_COMPETENCE_PROFILES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HRFV_COMPETENCE_PROFILES, status:VALID,
-
SYNONYM: APPS.PER_RATING_LEVELS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_RATING_LEVELS_TL, status:VALID,
-
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
-
SYNONYM: APPS.PER_COMPETENCE_DEFINITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_COMPETENCE_DEFINITIONS, status:VALID,
-
SYNONYM: APPS.PER_COMPETENCE_DEFINITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_COMPETENCE_DEFINITIONS, status:VALID,
-
SYNONYM: APPS.PER_RATING_LEVELS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_RATING_LEVELS_TL, status:VALID,
-
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: 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: 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,
-
SYNONYM: APPS.PER_RATING_LEVELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_RATING_LEVELS, status:VALID,
-
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,
-
SYNONYM: APPS.PER_RATING_LEVELS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_RATING_LEVELS, status:VALID,
-
SYNONYM: APPS.PER_COMPETENCE_ELEMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_COMPETENCE_ELEMENTS, status:VALID,
-
SYNONYM: APPS.PER_COMPETENCE_ELEMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_COMPETENCE_ELEMENTS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PER_COMPETENCES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCES_VL, object_name:PER_COMPETENCES_VL, status:VALID,
-
PACKAGE: APPS.HR_BIS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
VIEW: APPS.PER_COMPETENCES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_COMPETENCES_VL, object_name:PER_COMPETENCES_VL, status:VALID,
-
VIEW: APPS.PER_PEOPLE_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_X, object_name:PER_PEOPLE_X, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
PACKAGE: APPS.HR_BIS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_BIS, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.PER_PEOPLE_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_X, object_name:PER_PEOPLE_X, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
eTRM - BIL Tables and Views
12.1.1
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - BIL Tables and Views
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,