Search Results ben_lee_rsn_rl_f
Overview
BEN_LEE_RSN_RL_F is a table within the Oracle Advanced Benefits (BEN) module of Oracle E-Business Suite, documented in ETRM as a "Life event enrollment reason rule." It stores the effective-dated rules that determine which enrollment reasons are valid or required when a participant processes a life event enrollment. In the Oracle EBS 12.1.1 and 12.2.2 data models, this table functions as the configuration backbone that connects a life event to the reasons an employee or dependent may cite when changing benefits elections outside of open enrollment.
The object is owned by the BEN schema and is flagged as VALID in the documented ETRM metadata. Its Data Vault classification (heuristic, mined from FK structure) is standalone. From a dimensional modeling perspective, this suggests the table is best treated as a standalone configuration or reference entity rather than as a hub, link, or satellite. It does not participate in a hub-and-link pattern through documented foreign key relationships; its structure is dominated by descriptive and attribute columns rather than a normalized relationship graph.
Key Information Stored
The table contains 44 documented columns. The most significant include:
- LEE_RSN_RL_ID — Surrogate identifier for the life event enrollment reason rule. This is part of the composite primary key.
- EFFECTIVE_START_DATE and EFFECTIVE_END_DATE — Date-effective range columns that complete the composite primary key and enforce effective-dating, a hallmark of BEN configuration tables.
- BUSINESS_GROUP_ID — Identifies the business group (typically the HR organization) that owns the rule.
- FORMULA_ID — Reference to the formula used to evaluate the enrollment reason rule logic.
- LEE_RSN_ID — Reference to the life event enrollment reason being governed by this rule.
- ORDR_TO_APLY_NUM — Ordering number that determines the sequence in which multiple rules are applied.
- LRR_ATTRIBUTE_CATEGORY and LRR_ATTRIBUTE1 through LRR_ATTRIBUTE30 — Descriptive flexfield (DFF) columns that allow extensibility without schema changes.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — Standard Oracle "WHO" audit columns.
- OBJECT_VERSION_NUMBER — Optimistic locking column used by the Oracle Applications framework.
The surrogate primary key is BEN_LEE_RSN_RL_F_PK, composed of LEE_RSN_RL_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE. The ETRM metadata lists this same unique index as the business-key candidate, meaning the combination of the rule identifier and its effective date range uniquely identifies a row.
Common Use Cases and Queries
Typical use cases center on auditing and reporting the configuration that governs life event enrollment reasons. Because the table is effective-dated, queries must filter on the appropriate date range to return the rule set that was active at a given point in time.
A common pattern retrieves the current active rules for a life event reason:
- Filter
SYSDATE BETWEEN EFFECTIVE_START_DATE AND EFFECTIVE_END_DATEto obtain the currently effective configuration. - Join on LEE_RSN_ID to link to the enrollment reason definition and on FORMULA_ID to retrieve the rule's evaluation logic.
- Order results by ORDR_TO_APLY_NUM to reproduce the application's rule evaluation sequence.
Reporting scenarios include troubleshooting why a participant was denied a particular enrollment reason, validating that formula assignments match design documentation, and extracting the DFF attribute values for downstream integration.
Related Objects
The ETRM metadata classifies the object as standalone, so the following relationships are inferred from the documented columns rather than from formal foreign keys:
- BEN_LEE_RSN_F — joined on LEE_RSN_ID to obtain the life event enrollment reason definition.
- FF_FORMULAS_F / FF_FORMULAS_TL — joined on FORMULA_ID to resolve formula names and text.
- HR_ALL_ORGANIZATION_UNITS — joined on BUSINESS_GROUP_ID to identify the owning business group.
- FND_DESCR_FLEX_COL_USAGE_VL — used to resolve the LRR_ATTRIBUTE_CATEGORY and LRR_ATTRIBUTE1–30 DFF column meanings.
These objects are the most significant for joining, reporting, and validating the rule configuration held in BEN_LEE_RSN_RL_F.
-
Table: BEN_LEE_RSN_RL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LEE_RSN_RL_F, object_name:BEN_LEE_RSN_RL_F, status:VALID, product: BEN - Advanced Benefits , description: Life event enrollment reason rule. , implementation_dba_data: BEN.BEN_LEE_RSN_RL_F ,
-
Table: BEN_LEE_RSN_RL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LEE_RSN_RL_F, object_name:BEN_LEE_RSN_RL_F, status:VALID, product: BEN - Advanced Benefits , description: Life event enrollment reason rule. , implementation_dba_data: BEN.BEN_LEE_RSN_RL_F ,
-
APPS.BEN_LRR_SHD SQL Statements
12.2.2
-
VIEW: APPS.BEN_LEE_RSN_RL_F_DFV
12.1.1
-
VIEW: APPS.BEN_LEE_RSN_RL_F_DFV
12.2.2
-
APPS.BEN_LRR_SHD SQL Statements
12.1.1
-
VIEW: APPS.BEN_LEE_RSN_RL_D
12.1.1
-
VIEW: APPS.BENBV_LEE_RSN_RL_V
12.2.2
-
VIEW: APPS.BENBV_LEE_RSN_RL_V
12.1.1
-
SYNONYM: APPS.BEN_LEE_RSN_RL_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BEN_LEE_RSN_RL_F, status:VALID,
-
SYNONYM: APPS.BEN_LEE_RSN_RL_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BEN_LEE_RSN_RL_F, status:VALID,
-
VIEW: APPS.BEN_LEE_RSN_RL_D
12.2.2
-
VIEW: BEN.BEN_LEE_RSN_RL_F#
12.2.2
owner:BEN, object_type:VIEW, object_name:BEN_LEE_RSN_RL_F#, status:VALID,
-
APPS.BEN_LRR_BUS SQL Statements
12.2.2
-
VIEW: APPS.BEN_LEE_RSN_RL_V
12.1.1
-
APPS.BEN_LRR_BUS SQL Statements
12.1.1
-
VIEW: APPS.BEN_LEE_RSN_RL_X
12.1.1
-
VIEW: APPS.BEN_LEE_RSN_RL_X
12.2.2
-
VIEW: APPS.BEN_LEE_RSN_RL_V
12.2.2
-
VIEW: APPS.BEN_LEE_RSN_RL
12.1.1
-
VIEW: APPS.BEN_LEE_RSN_RL
12.2.2
-
VIEW: BEN.BEN_LEE_RSN_RL_F#
12.2.2
-
PACKAGE BODY: APPS.BEN_LRR_SHD
12.1.1
-
PACKAGE BODY: APPS.BEN_LRR_SHD
12.2.2
-
PACKAGE BODY: APPS.BEN_LRR_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_SHD, status:VALID,
-
PACKAGE BODY: APPS.BEN_LRR_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_SHD, status:VALID,
-
PACKAGE BODY: APPS.BEN_LRR_DEL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_DEL, status:VALID,
-
TRIGGER: APPS.BEN_LEE_RSN_RL_F_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:BEN_LEE_RSN_RL_F_WHO, status:VALID,
-
TRIGGER: APPS.BEN_LEE_RSN_RL_F_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:BEN_LEE_RSN_RL_F_WHO, status:VALID,
-
TRIGGER: APPS.BEN_LEE_RSN_RL_F_WHO
12.1.1
-
PACKAGE BODY: APPS.BEN_LRR_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_BUS, status:VALID,
-
View: BENBV_LEE_RSN_RL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_LEE_RSN_RL_V, object_name:BENBV_LEE_RSN_RL_V, status:VALID, product: BEN - Advanced Benefits , description: This view specifies the rules to be enforced for a particular type of enrollment, for a specific reason, for a particular comp program or comp plan. , implementation_dba_data: APPS.BENBV_LEE_RSN_RL_V ,
-
VIEW: APPS.BEN_LEE_RSN_RL_F_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:BEN_LEE_RSN_RL_F_DFV, status:VALID,
-
TABLE: BEN.BEN_LEE_RSN_RL_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LEE_RSN_RL_F, object_name:BEN_LEE_RSN_RL_F, status:VALID,
-
TABLE: BEN.BEN_LEE_RSN_RL_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_LEE_RSN_RL_F, object_name:BEN_LEE_RSN_RL_F, status:VALID,
-
VIEW: APPS.BEN_LEE_RSN_RL_F_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:BEN_LEE_RSN_RL_F_DFV, status:VALID,
-
PACKAGE BODY: APPS.BEN_LEE_RSN_RL_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LEE_RSN_RL_API, status:VALID,
-
PACKAGE BODY: APPS.BEN_LEE_RSN_RL_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LEE_RSN_RL_API, status:VALID,
-
View: BENBV_LEE_RSN_RL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_LEE_RSN_RL_V, object_name:BENBV_LEE_RSN_RL_V, status:VALID, product: BEN - Advanced Benefits , description: This view specifies the rules to be enforced for a particular type of enrollment, for a specific reason, for a particular comp program or comp plan. , implementation_dba_data: APPS.BENBV_LEE_RSN_RL_V ,
-
PACKAGE BODY: APPS.BEN_LRR_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_DEL, status:VALID,
-
PACKAGE BODY: APPS.BEN_LRR_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_BUS, status:VALID,
-
TRIGGER: APPS.BEN_LEE_RSN_RL_F_WHO
12.2.2
-
PACKAGE BODY: APPS.BEN_LRR_INS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_INS, status:VALID,
-
PACKAGE BODY: APPS.BEN_LRR_UPD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_UPD, status:VALID,
-
PACKAGE BODY: APPS.BEN_LRR_UPD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_UPD, status:VALID,
-
PACKAGE BODY: APPS.BEN_LRR_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_LRR_INS, status:VALID,
-
APPS.BEN_LRR_DEL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BEN_COMP_OBJ_FILTER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BEN_COMP_OBJ_FILTER, status:VALID,
-
View: BEN_LEE_RSN_RL_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LEE_RSN_RL_X, object_name:BEN_LEE_RSN_RL_X, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_LEE_RSN_RL_X ,
-
APPS.BEN_LRR_DEL SQL Statements
12.2.2