Search Results ben_prtl_mo_rt_prtn_val
Overview
BEN_PRTL_MO_RT_PRTN_VAL is a seeded, read-only Oracle EBS view owned by the APPS schema and registered against the BEN (Advanced Benefits) product module. It presents effective-dated rows describing partial-month rate proration values used by the Oracle Advanced Benefits rating and premium calculation engine. In ETRM 12.1.1 and 12.2.2 the object carries a VALID status and is explicitly annotated as "Retrofitted," indicating it was reconciled into the current release through the standard ETRM retrofit mechanism rather than authored as new functionality.
The view implements a date-tracked (effective-date) filter against the underlying _F table. Rather than exposing every physical row, it returns only the record whose EFFECTIVE_START_DATE and EFFECTIVE_END_DATE bracket the effective date of the current FND_SESSIONS session. This design is characteristic of Oracle Benefits datetracked entities and ensures that concurrent users, each operating under a distinct session effective date, see the correct historical or future-dated version of the proration value.
Underlying Base Objects
ETRM documents two referenced base objects, both resolved through APPS synonyms:
- BEN_PRTL_MO_RT_PRTN_VAL_F — the physical, datetracked table storing partial-month rate proration value definitions. The view is a direct projection of this table's columns, aliased as PPV.
- FND_SESSIONS — the Applications session table, queried twice in the view predicate to supply the effective date (SS.EFFECTIVE_DATE) bound to the active USERENV('SESSIONID').
Because the predicate is expressed against the _F table, the view is the query-side counterpart to the maintenance-side ( _B / _TL ) objects that Applications forms use when users define proration rules. No joins to lookup or reference tables are performed inside the view; decode logic and foreign-key resolution are left to the calling report or form.
Key Columns
- PRTL_MO_RT_PRTN_VAL_ID — primary key surrogate for the proration value record.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — datetrack boundaries; rows are filtered so that the session effective date falls within this range.
- BUSINESS_GROUP_ID — operating unit / business group partition key, enforcing multi-tenant separation.
- RNDG_CD / RNDG_RL — rounding code and rounding rule applied to the computed prorated amount.
- FROM_DY_MO_NUM / TO_DY_MO_NUM / NUM_DAYS_MONTH — day-of-month range and month length that define the proration band.
- PCT_VAL — the percentage value applied to the rate or premium for the band.
- PRORATE_BY_DAY_TO_MON_FLAG — controls whether proration is calculated on a day-to-month basis.
- ACTY_BASE_RT_ID / CVG_AMT_CALC_MTHD_ID / ACTL_PREM_ID — foreign keys to activity base rate, coverage amount calculation method, and actual premium definitions.
- STRT_R_STP_CVG_CD / PRTL_MO_PRORTN_RL — start/stop coverage indicator and the proration rule governing eligibility.
- PMRPV_ATTRIBUTE_CATEGORY and PMRPV_ATTRIBUTE1–30 — the standard Oracle descriptive flexfield (DFF) segment set, with a dedicated context column.
- OBJECT_VERSION_NUMBER, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard WHO/concurrency audit columns required by the Oracle Applications OA Framework and forms.
Common Use Cases and Queries
The view is typically consumed by Benefits reports, proration audits, and custom extracts that need the currently effective proration definition for a business group. A representative query:
SELECT prtl_mo_rt_prtn_val_id, from_dy_mo_num, to_dy_mo_num, pct_val, rndg_cd FROM apps.ben_prtl_mo_rt_prtn_val WHERE business_group_id = :p_bg_id ORDER BY from_dy_mo_num;- Reconciliation: compare proration percentages against ACTL_PREM_ID or ACTY_BASE_RT_ID to validate premium amounts produced during a payroll or billing run. Because the view is session-date sensitive, such a query returns the version in force at the session effective date; to compare historical versions, the _F table must be queried directly with an explicit AS OF or date filter.
- DFF inspection: select PMRPV_ATTRIBUTE_CATEGORY with the relevant PMRPV_ATTRIBUTEn columns to surface flexfield values captured on each proration definition.
As with all Benefits datetracked views, direct DML against BEN_PRTL_MO_RT_PRTN_VAL is not supported; changes must be made through the Advanced Benefits setup forms or the corresponding _F table APIs.
-
View: BEN_PRTL_MO_RT_PRTN_VAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTL_MO_RT_PRTN_VAL, object_name:BEN_PRTL_MO_RT_PRTN_VAL, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTL_MO_RT_PRTN_VAL ,
-
View: BEN_PRTL_MO_RT_PRTN_VAL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTL_MO_RT_PRTN_VAL, object_name:BEN_PRTL_MO_RT_PRTN_VAL, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_PRTL_MO_RT_PRTN_VAL ,
-
SYNONYM: PUBLIC.BEN_PRTL_MO_RT_PRTN_VAL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:BEN_PRTL_MO_RT_PRTN_VAL, status:VALID,
-
SYNONYM: APPS.BEN_PRTL_MO_RT_PRTN_VAL_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BEN_PRTL_MO_RT_PRTN_VAL_F, status:VALID,
-
SYNONYM: APPS.BEN_PRTL_MO_RT_PRTN_VAL_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BEN_PRTL_MO_RT_PRTN_VAL_F, status:VALID,
-
VIEW: APPS.BEN_PRTL_MO_RT_PRTN_VAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTL_MO_RT_PRTN_VAL, object_name:BEN_PRTL_MO_RT_PRTN_VAL, status:VALID,
-
VIEW: APPS.BEN_PRTL_MO_RT_PRTN_VAL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTL_MO_RT_PRTN_VAL, object_name:BEN_PRTL_MO_RT_PRTN_VAL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.FND_SESSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_SESSIONS, status:VALID,
-
SYNONYM: APPS.FND_SESSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_SESSIONS, status:VALID,
-
PACKAGE BODY: APPS.BEN_UTILITY
12.2.2
-
PACKAGE BODY: APPS.BEN_UTILITY
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.BEN_UTILITY dependencies on FND_MESSAGE
12.1.1
-
APPS.BEN_UTILITY dependencies on FND_MESSAGE
12.2.2
-
eTRM - BEN Tables and Views
12.1.1
description: Start and End periods. ,
-
eTRM - BEN Tables and Views
12.2.2
description: Start and End periods. ,
-
eTRM - BEN Tables and Views
12.1.1
description: Start and End periods. ,
-
eTRM - BEN Tables and Views
12.2.2
description: Start and End periods. ,