Results for “wait_perd_dt_to_use_rl”
50+ results
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
BEN_PRTN_ELIG_V is an Oracle E-Business Suite Advanced Benefits (BEN) view owned by the APPS schema. The ETRM metadata describes it simply as "Retrofitted," indicating that the view was introduced or regenerated during an upgrade or patch cycle to preserve backward compatibility for external references while the underlying data model evolved. Functionally, the view presents partition eligibility rule definitions associated with program, plan, and option-in-plan combinations. In Oracle Advanced Benefits, participation eligibility determines the population of employees who qualify for a given program or plan based on configurable criteria such as effective dates, waiting periods, and eligibility determination rules.
The view is not a simple projection. It embeds a session-aware filter that ties the returned rows to the current runtime context, making it behave like a date-effective (datetracked) inquiry view rather than a flat reporting table. This design is characteristic of EBS date-tracked views, where the effective date of the user's session — not the system date — governs which row version is returned.
Underlying Base Objects
The documented base objects for this view are BEN_PRTN_ELIG_F and FND_SESSIONS, both referenced as synonyms under APPS.
BEN_PRTN_ELIG_Fis the base table that stores partition eligibility rule definitions. Its columns carry the core eligibility attributes — program, plan and option identifiers, effective dates, date-rule references, and the descriptive flexfield (DFF) attribute segment set (EPA_ATTRIBUTE1 through EPA_ATTRIBUTE30).FND_SESSIONSsupplies the runtime session context. The join conditionSE.SESSION_ID = USERENV('SESSIONID')restricts rows to the current user session, whileSE.EFFECTIVE_DATE BETWEEN EPA.EFFECTIVE_START_DATE AND EPA.EFFECTIVE_END_DATErestricts the base table to the row version effective as of the session's effective date.
Because of this join, the view returns exactly one effective-dated version of each eligibility rule per session, rather than the full history stored in the base table. The underlying base object is the date-tracked table; the view adds session scoping on top of it.
Key Columns
ROW_ID— The physical row identifier of the underlyingBEN_PRTN_ELIG_Frow, exposed for row-level navigation.PRTN_ELIG_ID— Primary key identifying the partition eligibility record.EFFECTIVE_START_DATE/EFFECTIVE_END_DATE— The datetracked validity range of the returned row version.BUSINESS_GROUP_ID— The business group (enterprise) context for the rule.PGM_ID,PL_ID,OIPL_ID— Foreign keys to the program, plan, and option-in-plan to which the eligibility rule applies. These define the scope of the rule.PRTN_EFF_STRT_DT_CD,PRTN_EFF_END_DT_CD,PRTN_EFF_STRT_DT_RL,PRTN_EFF_END_DT_RL— Codes and rule references that determine how the partition's effective start and end dates are derived.WAIT_PERD_VAL,WAIT_PERD_UOM,WAIT_PERD_DT_TO_USE_CD,WAIT_PERD_DT_TO_USE_RL,WAIT_PERD_RL— Configuration of the waiting period, its unit of measure, and the date basis used to compute it.TRK_SCR_FOR_INELG_FLAG— Flag indicating whether the system tracks screening for ineligibility.MX_POE_UOM,MX_POE_VAL,MX_POE_RL,MX_POE_APLS_CD,MX_POE_DET_DT_CD,MX_POE_DET_DT_RL— Maximum period of enrollment and its applicability and determination-date settings.EPA_ATTRIBUTE_CATEGORYandEPA_ATTRIBUTE1–EPA_ATTRIBUTE30— The descriptive flexfield context and segment values for the record.- Audit columns
LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN,CREATED_BY,CREATION_DATE, andOBJECT_VERSION_NUMBER.
Common Use Cases and Queries
The view is typically used in eligibility diagnostics, benefit configuration reporting, and data extracts. Because it is session-filtered, it is best queried from within an active EBS session or converted to a direct base-table query when a specific effective date must be applied.
- Retrieve active eligibility rules for a plan:
SELECT prtn_elig_id, pl_id, prtn_eff_strt_dt_cd, wait_perd_val FROM ben_prtn_elig_v WHERE pl_id = :plan_id; - List maximum period of enrollment settings:
SELECT prtn_elig_id, mx_poe_uom, mx_poe_val FROM ben_prtn_elig_v WHERE mx_poe_val IS NOT NULL; - Inspect DFF attributes:
SELECT prtn_elig_id, epa_attribute_category, epa_attribute1 FROM ben_prtn_elig_v WHERE epa_attribute_category IS NOT NULL; - Audit recent changes:
SELECT prtn_elig_id, last_update_date, last_updated_by FROM ben_prtn_elig_v ORDER BY last_update_date DESC;
For historical analysis reaching beyond the session effective date, developers should query BEN_PRTN_ELIG_F directly and supply explicit EFFECTIVE_START_DATE and EFFECTIVE_END_DATE predicates, since the view cannot return rows outside the active session context.
-
View: BEN_PRTN_ELIG_V 12.1.1
- Retrofitted
APPS.BEN_PRTN_ELIG_V·↳ BEN_PRTN_ELIG_F·↳ FND_SESSIONS·Explore BEN module →
-
View: BEN_PRTN_ELIG_X 12.2.2
- Retrofitted
-
View: BENBV_PRTN_ELIG_V 12.2.2
This view identifies participation eligibility criteria for a program, plan type in program, plan in program, plan, or option in plan.
APPS.BENBV_PRTN_ELIG_V·↳ BEN_PRTN_ELIG_F·Explore BEN module →
-
View: BENBV_PRTN_ELIG_V 12.1.1
This view identifies participation eligibility criteria for a program, plan type in program, plan in program, plan, or option in plan.
APPS.BENBV_PRTN_ELIG_V·↳ BEN_PRTN_ELIG_F·Explore BEN module →
-
View: BEN_ELIG_TO_PRTE_RSN_X 12.2.2
- Retrofitted
APPS.BEN_ELIG_TO_PRTE_RSN_X·↳ BEN_ELIG_TO_PRTE_RSN_F·Explore BEN module →
-
This view identifies the impact of a life event reason on eligibility for a program, plan type in program, plan in program, plan, or option in plan.
APPS.BENBV_ELIG_TO_PRTE_RSN_V·↳ BEN_ELIG_TO_PRTE_RSN_F·Explore BEN module →
-
View: BEN_PRTN_ELIG 12.2.2
- Retrofitted
APPS.BEN_PRTN_ELIG·↳ BEN_PRTN_ELIG_F·↳ FND_SESSIONS·Explore BEN module →
-
View: BEN_PRTN_ELIG_V 12.2.2
- Retrofitted
APPS.BEN_PRTN_ELIG_V·↳ BEN_PRTN_ELIG_F·↳ FND_SESSIONS·Explore BEN module →
-
Eligibility criteria for a compensation object.
-
View: BEN_ELIG_TO_PRTE_RSN 12.1.1
- Retrofitted
APPS.BEN_ELIG_TO_PRTE_RSN·↳ BEN_ELIG_TO_PRTE_RSN_F·↳ FND_SESSIONS·Explore BEN module →
-
This view identifies the impact of a life event reason on eligibility for a program, plan type in program, plan in program, plan, or option in plan.
APPS.BENBV_ELIG_TO_PRTE_RSN_V·↳ BEN_ELIG_TO_PRTE_RSN_F·Explore BEN module →
-
View: BEN_ELIG_TO_PRTE_RSN_V 12.2.2
- Retrofitted
APPS.BEN_ELIG_TO_PRTE_RSN_V·↳ BEN_ELIG_TO_PRTE_RSN_F·↳ FND_SESSIONS·Explore BEN module →
-
View: BEN_ELIG_TO_PRTE_RSN 12.2.2
- Retrofitted
APPS.BEN_ELIG_TO_PRTE_RSN·↳ BEN_ELIG_TO_PRTE_RSN_F·↳ FND_SESSIONS·Explore BEN module →
-
View: BEN_ELIG_TO_PRTE_RSN_X 12.1.1
- Retrofitted
APPS.BEN_ELIG_TO_PRTE_RSN_X·↳ BEN_ELIG_TO_PRTE_RSN_F·Explore BEN module →
-
View: BEN_PRTN_ELIG_X 12.1.1
- Retrofitted
-
View: BEN_ELIG_TO_PRTE_RSN_V 12.1.1
- Retrofitted
APPS.BEN_ELIG_TO_PRTE_RSN_V·↳ BEN_ELIG_TO_PRTE_RSN_F·↳ FND_SESSIONS·Explore BEN module →
-
View: BEN_PRTN_ELIG 12.1.1
- Retrofitted
APPS.BEN_PRTN_ELIG·↳ BEN_PRTN_ELIG_F·↳ FND_SESSIONS·Explore BEN module →
-
The life event reason which may cause immediate inclusion/exclusion from a compensation object.
-
The life event reason which may cause immediate inclusion/exclusion from a compensation object.
-
Eligibility criteria for a compensation object.
-
VIEW: BEN.BEN_PRTN_ELIG_F# 12.2.2
-
VIEW: APPS.BEN_PRTN_ELIG_D 12.1.1
-
VIEW: APPS.BEN_PRTN_ELIG_D 12.2.2
-
VIEW: BEN.BEN_PRTN_ELIG_F# 12.2.2
-
VIEW: APPS.BEN_PRTN_ELIG_X 12.1.1
-
VIEW: APPS.BEN_PRTN_ELIG 12.1.1
-
VIEW: APPS.BEN_PRTN_ELIG 12.2.2
-
VIEW: APPS.BEN_PRTN_ELIG_V 12.1.1
-
VIEW: APPS.BEN_PRTN_ELIG_X 12.2.2
-
VIEW: APPS.BEN_PRTN_ELIG_V 12.2.2
-
View: BEN_PRTN_ELIG_D 12.2.2
- Retrofitted
APPS.BEN_PRTN_ELIG_D·↳ BEN_OIPL_F·↳ BEN_OPT_F·↳ BEN_PGM_F·Explore BEN module →
-
View: BEN_PRTN_ELIG_D 12.1.1
- Retrofitted
APPS.BEN_PRTN_ELIG_D·↳ BEN_OIPL_F·↳ BEN_OPT_F·↳ BEN_PGM_F·Explore BEN module →
-
VIEW: APPS.BENBV_PRTN_ELIG_V 12.2.2
-
VIEW: APPS.BENBV_PRTN_ELIG_V 12.1.1
-
TABLE: BEN.BEN_PRTN_ELIG_F 12.2.2