Search Results hri_loss_types
Overview
The view APPS.EDWBV_HR_MVMT_LOSS_1_LCV is an Oracle E-Business Suite (EBS) Business Intelligence / Enterprise Data Warehouse (EDW) seed view that exposes the top level (Level 1) of the human-resources personnel-movement "loss" hierarchy. It belongs to the standard EDW_HR_MVMT_* family of movement-analytics views shipped with Oracle HRMS Intelligence (HRMSi) and the ETRM deliverables, and it is designed to be consumed by the Daily Business Intelligence (DBI) and HRMS Intelligence reporting layers rather than by transactional forms.
The name is composed of the EDWBV prefix (Enterprise Data Warehouse Business View), the subject area HR_MVMT_LOSS, the hierarchy level indicator _1_, and the LCV suffix, which denotes a "Localized/last-cached view" or load-ready materialization view typically refreshed into the EDW staging layer. In the context of Oracle EBS 12.1.1 and 12.2.2, this view plays the role of a Level 1 lookup dimension for loss events — that is, the most granular classification detail of employee terminations and losses when reported to downstream analytics engines.
A user searching for hri_loss_types would reach this view because the loss-event lookup code is resolved through the HR_LOOKUPS table's HRI_LOSS_TYPES lookup type — a common join target for HR termination and loss analytics in EBS.
Underlying Base Objects
The view is defined over five source objects, join conditions notwithstanding, and all of them are exposed directly in the inline SQL of the view definition:
HRI_EDW_EVENT_HRCHYS lss— The HR event hierarchy table. The join restricts rows tohierarchy = 'Loss'andlevel_number = 1, so only level-1 loss events are returned.HRI_EDW_USER_EVENTS usr— Optional user-defined event override table, outer-joined onuser_event_type.HR_LOOKUPS hrl— The standard lookup table supplying the descriptivemeaningfor each event code. The lookup type resolves viaNVL(lss.user_event_type, 'HRI_LOSS_TYPES'), meaning the default lookup type isHRI_LOSS_TYPESbut a user-defined type can override it.EDW_HR_MVMT_LOSS_2_LCV ls2— The parent (Level 2) loss view. Level 1 rows are linked to their Level 2 parent vialss.parent_event_id = ls2.loss_type_lvl2_id.EDW_LOCAL_INSTANCE inst— The local instance registry providing the instance code used in the composite key.
The ETRM 12.2.2 metadata records no additional base-object dependencies, and the view is declared WITH READ ONLY.
Key Columns
loss_type_lvl1_pk— Composite primary key built aslvl2_pk || '-' || event_code || '-' || instance_code.loss_type_lvl2_fk— Foreign key to the parent Level 2 loss view.instance— Instance code of the local EBS instance.name/loss_type_lvl1_dp— Display name taken fromHR_LOOKUPS.meaning.lookup_code— The event code (event_codeor user override).loss_type_lvl1_id— The underlyingevent_id.last_update_date,creation_date— Audit columns;last_update_dateis the greatest of the event and lookup timestamps, defaulting to 01-01-2000 when null.
Common Use Cases and Queries
The view is typically used to drive loss-analysis dashboards and to translate termination event codes into human-readable descriptions.
- Reporting level-1 loss reasons alongside their level-2 parent categories.
- Joining loss facts (headcount, turnover) back to this dimension via
loss_type_lvl1_pk. - Reconciling lookup values against
HRI_LOSS_TYPESto validate custom codes.
Sample query:
SELECT loss_type_lvl1_pk,
loss_type_lvl2_fk,
name,
lookup_code,
instance
FROM apps.edwbv_hr_mvmt_loss_1_lcv
WHERE instance = 'VISION'
ORDER BY name;
To trace lookup definitions, join this view to FND_LOOKUP_VALUES on lookup_code where lookup_type = 'HRI_LOSS_TYPES'. Because the view is read-only and lightweight, it is safe to query directly from BI Publisher and OBIEE data models in both 12.1.1 and 12.2.2.
-
Lookup Type: HRI_LOSS_TYPES
12.1.1
product: HRI - Human Resources Intelligence , meaning: HRI_LOSS_TYPES ,
-
Lookup Type: HRI_LOSS_TYPES
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , meaning: HRI_LOSS_TYPES ,
-
VIEW: APPS.EDWBV_HR_MVMT_LOSS_1_LCV
12.1.1
-
VIEW: APPS.HRI_CL_WAC_SEPCAT_X_V
12.2.2
-
VIEW: APPS.HRI_CL_WAC_LOSSTYP_X_V
12.1.1
-
VIEW: APPS.HRI_OBI_CL_SCAT_SPCATGRY_V
12.1.1
-
VIEW: APPS.HRI_CL_WAC_LOSSTYP_X_V
12.2.2
-
VIEW: APPS.HRI_CL_WAC_SEPCAT_X_V
12.1.1
-
VIEW: APPS.EDWBV_HR_MVMT_LOSS_3_LCV
12.1.1
-
VIEW: APPS.EDWBV_HR_MVMT_LOSS_2_LCV
12.1.1
-
View: HRI_CL_WAC_LOSSTYP_X_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_WAC_LOSSTYP_X_V, object_name:HRI_CL_WAC_LOSSTYP_X_V, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRI_CL_WAC_LOSSTYP_X_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: EDWBV_HR_MVMT_LOSS_3_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HRIBV_ASGMVORGHRCHY
12.2.2
-
View: EDWBV_HR_MVMT_LOSS_2_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: HRI_CL_WAC_LOSSTYP_X_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_WAC_LOSSTYP_X_V, object_name:HRI_CL_WAC_LOSSTYP_X_V, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRI_CL_WAC_LOSSTYP_X_V ,
-
View: HRI_CL_WAC_SEPCAT_X_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_WAC_SEPCAT_X_V, object_name:HRI_CL_WAC_SEPCAT_X_V, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRI_CL_WAC_SEPCAT_X_V ,
-
View: EDWBV_HR_MVMT_LOSS_3_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_HR_MVMT_LOSS_3_LCV, object_name:EDWBV_HR_MVMT_LOSS_3_LCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.EDWBV_HR_MVMT_LOSS_3_LCV ,
-
APPS.EDW_HR_MVMNT_TYP_M_SIZING SQL Statements
12.1.1
-
View: HRI_CL_WAC_SEPCAT_X_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRI_CL_WAC_SEPCAT_X_V, object_name:HRI_CL_WAC_SEPCAT_X_V, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRI_CL_WAC_SEPCAT_X_V ,
-
View: EDWBV_HR_MVMT_LOSS_2_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_HR_MVMT_LOSS_2_LCV, object_name:EDWBV_HR_MVMT_LOSS_2_LCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.EDWBV_HR_MVMT_LOSS_2_LCV ,
-
VIEW: APPS.HRIBV_ASGMVORGHRCHY
12.1.1
-
View: EDWBV_HR_MVMT_LOSS_1_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_HR_MVMT_LOSS_1_LCV, object_name:EDWBV_HR_MVMT_LOSS_1_LCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.EDWBV_HR_MVMT_LOSS_1_LCV ,
-
View: EDWBV_HR_MVMT_LOSS_1_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: HRIBV_ASGMVORGHRCHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_ASGMVORGHRCHY, object_name:HRIBV_ASGMVORGHRCHY, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRIBV_ASGMVORGHRCHY ,
-
View: HRIBV_ASGMVORGHRCHY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_ASGMVORGHRCHY, object_name:HRIBV_ASGMVORGHRCHY, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRIBV_ASGMVORGHRCHY ,
-
PACKAGE BODY: APPS.EDW_HR_MVMNT_TYP_M_SIZING
12.1.1
-
APPS.EDW_HR_MVMNT_TYP_M_SIZING dependencies on HR_GENERAL
12.1.1
-
APPS.EDW_HR_MVMNT_TYP_M_SIZING dependencies on HRI_EDW_EVENT_HRCHYS
12.1.1