Search Results get_wkth_wktyp_code




Overview

HRI_BPL_PERSON_TYPE is an Oracle EBS Applications (APPS) schema PL/SQL package classified as an "OTHER" API. It belongs to the Oracle HRMS Intelligence (HRI) family of business process library objects and functions as a foundational utility package for resolving person type information across the HRMS reporting and analytics stack. In Oracle EBS 12.1.1 and 12.2.2, person types are a configurable classification (for example, Employee, Applicant, Contingent Worker, or user-defined types) that drives eligibility for payroll, benefits, and assignment processing. The package provides a centralized, reusable layer for translating between Oracle HRMS person type codes and the internal surrogate keys and warehouse codes used by the HRI operational data store and the HR business intelligence views.

Key Procedures and Functions

The documented interface exposes thirteen functions, which group logically into type-resolution and warehouse-mapping functions.

No parameter lists are documented in the ETRM metadata; the functions are intended to be invoked with person type identifiers and return scalar values used in SQL predicates and view definitions.

Tables Accessed

The package reads from the core HRMS person type tables and selected lookup and flexfield tables:

Usage Notes

HRI_BPL_PERSON_TYPE is referenced by fifteen other packages and by numerous HRMS views including HRFV_ADDRESSES, HRFV_APPLICANT_DETAILS, HRFV_HIRES, HRFV_PERSONAL_DETAILS, HRFV_PERSON_ASSIGNMENT_HISTORY, HRFV_PHONES, HRFV_TERMINATIONS, HRFV_TRANSFERS_IN, HRFV_TRANSFERS_OUT, HRI_CS_PRSNTYP_V, HRI_MB_APL_ACTIVITY_V, and HRI_OLTP_CONC_DIM. It is therefore invoked primarily from these dependent packages and views rather than directly by end users. Typical calls occur during analytics view execution, HRI warehouse load and concurrent processing, and applicant/hire reporting. In 12.1.1 and 12.2.2 the object remains valid and should be treated as a read-only dependency: customizations should call its functions rather than modify them, and any environment with the HRMS Intelligence module installed will contain this package as part of the standard APPS schema deployment.