Search Results proficiency_level
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: APPS.IRCFV_COMPETENCE_PROFILES
12.2.2
owner:APPS, object_type:VIEW, object_name:IRCFV_COMPETENCE_PROFILES, 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: 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: APPS.IRCFV_COMPETENCE_PROFILES
12.1.1
owner:APPS, object_type:VIEW, object_name:IRCFV_COMPETENCE_PROFILES, status:VALID,
-
VIEW: APPS.IRCFV_COMPETENCE_PROFILES
12.2.2
-
VIEW: APPS.IRCFV_COMPETENCE_PROFILES
12.1.1
-
VIEW: APPS.HRFV_COMPETENCE_PROFILES
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.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
-
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: APPS.HRFV_COMPETENCE_PROFILES
12.2.2
-
VIEW: APPS.PA_REP_ORG_COM_RES_LST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ORG_COM_RES_LST_V, object_name:PA_REP_ORG_COM_RES_LST_V, status:VALID,
-
VIEW: APPS.PA_REP_ORG_COM_RES_LST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ORG_COM_RES_LST_V, object_name:PA_REP_ORG_COM_RES_LST_V, status:VALID,
-
View: JTF_TERR_VALUES_DESC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_VALUES_DESC_V, object_name:JTF_TERR_VALUES_DESC_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_TERR_VALUES_DESC_V ,
-
View: JTF_TERR_VALUES_DESC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_VALUES_DESC_V, object_name:JTF_TERR_VALUES_DESC_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_TERR_VALUES_DESC_V ,
-
VIEW: APPS.JTF_TERR_VALUES_DESC_V
12.2.2
-
VIEW: APPS.PA_REP_RES_COMP_DTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_COMP_DTS_V, object_name:PA_REP_RES_COMP_DTS_V, status:VALID,
-
VIEW: APPS.JTF_TERR_VALUES_DESC_V
12.1.1
-
VIEW: APPS.PA_REP_RES_COMP_DTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_COMP_DTS_V, object_name:PA_REP_RES_COMP_DTS_V, status:VALID,
-
VIEW: APPS.JTF_TERR_VALUES_DESC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_VALUES_DESC_V, object_name:JTF_TERR_VALUES_DESC_V, status:VALID,
-
VIEW: APPS.JTF_TERR_VALUES_DESC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TERR_VALUES_DESC_V, object_name:JTF_TERR_VALUES_DESC_V, status:VALID,
-
View: PA_REP_ORG_COM_RES_LST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ORG_COM_RES_LST_V, object_name:PA_REP_ORG_COM_RES_LST_V, status:VALID, product: PA - Projects , description: PA_REP_ORG_COM_RES_LST_V is a view that shows resource listing for organization and competence , implementation_dba_data: APPS.PA_REP_ORG_COM_RES_LST_V ,
-
View: PA_REP_RES_COMP_DTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_COMP_DTS_V, object_name:PA_REP_RES_COMP_DTS_V, status:VALID, product: PA - Projects , description: PA_REP_RES_COMP_DTS_V is a view that lists all resources and their organization, competencies details and job details , implementation_dba_data: APPS.PA_REP_RES_COMP_DTS_V ,
-
View: PA_REP_ORG_COM_RES_LST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_ORG_COM_RES_LST_V, object_name:PA_REP_ORG_COM_RES_LST_V, status:VALID, product: PA - Projects , description: PA_REP_ORG_COM_RES_LST_V is a view that shows resource listing for organization and competence , implementation_dba_data: APPS.PA_REP_ORG_COM_RES_LST_V ,
-
View: PA_REP_RES_COMP_DTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_RES_COMP_DTS_V, object_name:PA_REP_RES_COMP_DTS_V, status:VALID, product: PA - Projects , description: PA_REP_RES_COMP_DTS_V is a view that lists all resources and their organization, competencies details and job details , implementation_dba_data: APPS.PA_REP_RES_COMP_DTS_V ,
-
Lookup Type: MASS_ASSIGNMENT_UPDATE_ATTR
12.1.1
product: PA - Projects , meaning: Mass Assignment Update Attributes ,
-
Lookup Type: MASS_ASSIGNMENT_UPDATE_ATTR
12.2.2
product: PA - Projects , meaning: Mass Assignment Update Attributes ,
-
APPS.GMO_OC_TRANS_PKG SQL Statements
12.1.1
-
APPS.GMO_OC_TRANS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMO_OC_TRANS_PKG
12.2.2
-
PACKAGE BODY: APPS.GMO_OC_TRANS_PKG
12.1.1
-
APPS.HR_COMPETENCE_ELEMENT_API SQL Statements
12.1.1
-
APPS.HR_COMPETENCE_ELEMENT_API SQL Statements
12.2.2
-
APPS.GMO_OC_TRANS_PKG dependencies on FND_LOOKUPS
12.1.1
-
APPS.GMO_OC_TRANS_PKG dependencies on FND_LOOKUPS
12.2.2
-
PACKAGE BODY: APPS.HR_COMPETENCE_ELEMENT_API
12.2.2
-
PACKAGE BODY: APPS.HR_COMPETENCE_ELEMENT_API
12.1.1
-
PACKAGE BODY: APPS.PER_CEL_BUS
12.2.2
-
PACKAGE BODY: APPS.PER_CEL_BUS
12.1.1
-
eTRM - BIL Tables and Views
12.1.1
-
PACKAGE BODY: APPS.PA_MASS_ASGMT_TRX
12.1.1
-
PACKAGE BODY: APPS.PA_MASS_ASGMT_TRX
12.2.2
-
APPS.PER_CEL_BUS dependencies on HR_UTILITY
12.2.2
-
APPS.PER_CEL_BUS dependencies on HR_UTILITY
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,