Search Results ben_elig_asnt_set_prte
Overview
BEN_ELIG_ASNT_SET_PRTE is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite, belonging to the BEN (Advanced Benefits) product family. It exposes the assignment set participation rules that govern how eligibility profiles are constrained by assignment sets within Oracle Advanced Benefits. The view is classified in the ETRM repository as "Retrofitted," indicating it was introduced or standardized as part of a later maintenance or retrofit effort rather than from the original release. Its status is VALID in both 12.1.1 and 12.2.2.
Functionally, the view presents date-effective rows that link an eligibility profile (ELIGY_PRFL_ID) to an assignment set (ASSIGNMENT_SET_ID), with flags controlling whether the assignment set participates in an inclusion or exclusion ("excluded") capacity. Because the view resolves the effective date range against the current FND_SESSIONS context, it presents only the rows effective for the logged-in session's effective date — effectively behaving as a "current view" over a date-tracked ("_F") table. This makes the view directly usable in reports, extracts, integrations, and concurrent programs where the caller requires the currently effective participation rule set without writing explicit date-range predicates.
Underlying Base Objects
The view is defined over two documented base objects:
- BEN_ELIG_ASNT_SET_PRTE_F (SYNONYM) — the date-effective ("_F" = "full"/datetracked) base table storing the assignment set participation rules, including the object version number, WHO columns, and 30 descriptive flexfield attribute columns.
- FND_SESSIONS (SYNONYM) — the session context table that supplies the effective date used in the view's filter predicate.
The view's WHERE clause restricts output to rows where EFFECTIVE_START_DATE <= session effective date AND EFFECTIVE_END_DATE >= session effective date. Both comparisons are resolved via a scalar subquery against FND_SESSIONS.EFFECTIVE_DATE using USERENV('SESSIONID'). Consequently every session sees only its own currently effective interval — the intersection of the rule's datetrack range with the session effective date. Non-effective rows and rows datetracked for other dates are excluded transparently.
Key Columns
- ELIG_ASNT_SET_PRTE_ID — primary key of the participation rule record.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — datetrack bounds of the rule; the view returns only the interval active for the session.
- ASSIGNMENT_SET_ID — the assignment set being included or excluded from the eligibility determination.
- ELIGY_PRFL_ID — the eligibility profile to which the assignment set participation applies.
- EXCLD_FLAG — indicates whether the assignment set is excluded (Y) from the eligibility profile's scope.
- ORDR_NUM — ordering sequence applied when multiple participation rules exist.
- BUSINESS_GROUP_ID — owning business group (multi-tenant filter).
- EAN_ATTRIBUTE_CATEGORY and EAN_ATTRIBUTE1–30 — descriptive flexfield context and segment values.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE, OBJECT_VERSION_NUMBER — standard audit and concurrency columns.
Common Use Cases and Queries
Typical scenarios include auditing which assignment sets are excluded from a given eligibility profile, building eligibility extracts for benefit plan enrolment, troubleshooting Advanced Benefits eligibility results, and feeding integration pipelines that reconcile assignment set scoping. Because the view is already date-filtered, sessions must run with the correct effective date to obtain meaningful results.
A representative query joins to the eligibility profile:
SELECT prte.ELIG_ASNT_SET_PRTE_ID, prte.ELIGY_PRFL_ID, prte.ASSIGNMENT_SET_ID, prte.EXCLD_FLAG, prte.ORDR_NUM, prte.EFFECTIVE_START_DATE, prte.EFFECTIVE_END_DATE FROM APPS.BEN_ELIG_ASNT_SET_PRTE prte WHERE prte.ELIGY_PRFL_ID = :p_profile_id ORDER BY prte.ORDR_NUM;- Filter with
AND prte.EXCLD_FLAG = 'Y'to isolate excluded assignment sets.
In summary, BEN_ELIG_ASNT_SET_PRTE is a thin, session-aware reporting view over the datetracked assignment set participation table, exposing the currently effective scoping rules that Oracle Advanced Benefits applies when evaluating eligibility profiles.
-
View: BEN_ELIG_ASNT_SET_PRTE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ASNT_SET_PRTE, object_name:BEN_ELIG_ASNT_SET_PRTE, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_ASNT_SET_PRTE ,
-
View: BEN_ELIG_ASNT_SET_PRTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ASNT_SET_PRTE, object_name:BEN_ELIG_ASNT_SET_PRTE, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_ASNT_SET_PRTE ,
-
SYNONYM: PUBLIC.BEN_ELIG_ASNT_SET_PRTE
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:BEN_ELIG_ASNT_SET_PRTE, status:VALID,
-
SYNONYM: APPS.BEN_ELIG_ASNT_SET_PRTE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BEN_ELIG_ASNT_SET_PRTE_F, status:VALID,
-
VIEW: APPS.BEN_ELIG_ASNT_SET_PRTE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ASNT_SET_PRTE, object_name:BEN_ELIG_ASNT_SET_PRTE, status:VALID,
-
SYNONYM: APPS.BEN_ELIG_ASNT_SET_PRTE_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BEN_ELIG_ASNT_SET_PRTE_F, status:VALID,
-
VIEW: APPS.BEN_ELIG_ASNT_SET_PRTE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_ASNT_SET_PRTE, object_name:BEN_ELIG_ASNT_SET_PRTE, 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,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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. ,