Search Results ben_wv_prtn_rsn
Overview
APPS.BEN_WV_PRTN_RSN_PTIP_D is a reporting and inquiry view within the Oracle E-Business Suite Advanced Benefits (BEN) module. It exposes configuration data that links a Plan Type in Program (PTIP) record to waived participation reason codes, presenting the raw foreign key identifiers in a denormalized, human-readable form. The view is one of the "_D" (descriptive) views in the BEN schema family, whose purpose is to translate coded columns into their descriptive meanings while retaining the surrogate keys and effective-dating attributes required by forms, concurrent programs, and downstream integrations.
Its primary role is to support user-facing inquiries on the "Waive Participation Reason" setup. Rather than joining the underlying tables manually, developers and report authors can select from this single view to obtain the program name, plan type name, default flag meaning, and the descriptive meaning of the waive participation reason code. The view is defined in the APPS schema and is available for read-only access across the EBS 12.1.1 and 12.2.2 releases.
Underlying Base Objects
The ETRM metadata documents the following referenced base objects: BEN_PGM (VIEW), BEN_PL_TYP (VIEW), BEN_PTIP_F (SYNONYM), BEN_WV_PRTN_RSN_PTIP_F (SYNONYM), FND_USER (SYNONYM), HR_API (PACKAGE), and HR_LOOKUPS (VIEW). The driving table is BEN_WV_PRTN_RSN_PTIP_F, aliased WPT in the definition text. It is outer-joined to BEN_PTIP_F (plan type in program) via PTIP_ID, to FND_USER via LAST_UPDATED_BY, and twice to HR_LOOKUPS — once for the reason code lookup type 'BEN_WV_PRTN_RSN' and once for the default flag lookup type 'YES_NO'. Inner joins connect BEN_PTIP_F to BEN_PGM (PGM_ID) and BEN_PL_TYP (PL_TYP_ID), which supplies the program and plan type names surfaced in the view. Because BEN_PGM and BEN_PL_TYP are themselves views, the effective lineage extends further into the BEN base tables, but the documented dependency surface remains the objects listed above.
Key Columns
- ROW_ID — the ROWID of the BEN_WV_PRTN_RSN_PTIP_F row, used by Oracle Forms for row identification.
- WV_PRTN_RSN_PTIP_ID — primary key of the waive participation reason PTIP record.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — date-tracked effective dating attributes governing row validity.
- PGM.NAME and TYP.NAME — the program name (from BEN_PGM) and plan type name (from BEN_PL_TYP) to which the rule applies.
- WV_PRTN_RSN.MEANING — descriptive meaning of the waive participation reason lookup code.
- DFLT.MEANING — meaning of the default flag, resolved through the YES_NO lookup.
- LAST_UPDATE_DATE and LAST_UPDATED_BY — audit columns; LAST_UPDATED_BY is resolved through FND_USER.
Common Use Cases and Queries
Typical scenarios include auditing which reasons are configured as defaults for a given plan type, validating setup prior to benefits open enrollment, and feeding extracts into data warehouses. A representative query follows:
SELECT wv_ptip_id, program_name, plan_type_name, waive_reason_meaning, default_meaning
FROM apps.ben_wv_prtn_rsn_ptip_d
WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date;
Because the view already resolves program, plan type, and lookup meanings, it eliminates the need for ad-hoc joins and is a preferred source for reporting on waive participation reason configuration in Oracle EBS 12.1.1 and 12.2.2.
-
Lookup Type: BEN_WV_PRTN_RSN
12.2.2
product: PER - Human Resources , meaning: BEN_WV_PRTN_RSN ,
-
Lookup Type: BEN_WV_PRTN_RSN
12.1.1
product: PER - Human Resources , meaning: BEN_WV_PRTN_RSN ,
-
VIEW: APPS.BEN_WV_PRTN_RSN_PTIP_D
12.2.2
-
VIEW: APPS.BEN_WV_PRTN_RSN_PL_D
12.2.2
-
VIEW: APPS.BEN_WV_PRTN_RSN_PL_D
12.1.1
-
VIEW: APPS.BEN_WV_PRTN_RSN_PTIP_D
12.1.1
-
VIEW: APPS.BENBV_WV_PRTN_RSN_PL_V
12.1.1
-
VIEW: APPS.BENBV_WV_PRTN_RSN_PL_V
12.2.2
-
VIEW: APPS.BENBV_WV_PRTN_RSN_PL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_WV_PRTN_RSN_PL_V, object_name:BENBV_WV_PRTN_RSN_PL_V, status:VALID,
-
VIEW: APPS.BENBV_WV_PRTN_RSN_PL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_WV_PRTN_RSN_PL_V, object_name:BENBV_WV_PRTN_RSN_PL_V, status:VALID,
-
View: BEN_WV_PRTN_RSN_PL_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WV_PRTN_RSN_PL_D, object_name:BEN_WV_PRTN_RSN_PL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_WV_PRTN_RSN_PL_D ,
-
View: BEN_WV_PRTN_RSN_PL_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WV_PRTN_RSN_PL_D, object_name:BEN_WV_PRTN_RSN_PL_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_WV_PRTN_RSN_PL_D ,
-
View: BEN_WV_PRTN_RSN_PTIP_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WV_PRTN_RSN_PTIP_D, object_name:BEN_WV_PRTN_RSN_PTIP_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_WV_PRTN_RSN_PTIP_D ,
-
View: BENBV_WV_PRTN_RSN_PL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_WV_PRTN_RSN_PL_V, object_name:BENBV_WV_PRTN_RSN_PL_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the valid reasons a person may waive coverage in a plan as opposed to actively electing a "waive" plan. , implementation_dba_data: APPS.BENBV_WV_PRTN_RSN_PL_V ,
-
View: BEN_WV_PRTN_RSN_PTIP_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WV_PRTN_RSN_PTIP_D, object_name:BEN_WV_PRTN_RSN_PTIP_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_WV_PRTN_RSN_PTIP_D ,
-
VIEW: APPS.BENBV_ELIG_PER_V
12.1.1
-
View: BENBV_WV_PRTN_RSN_PL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_WV_PRTN_RSN_PL_V, object_name:BENBV_WV_PRTN_RSN_PL_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the valid reasons a person may waive coverage in a plan as opposed to actively electing a "waive" plan. , implementation_dba_data: APPS.BENBV_WV_PRTN_RSN_PL_V ,
-
VIEW: APPS.BENBV_ELIG_PER_V
12.2.2
-
VIEW: APPS.BEN_ELIG_PER_D
12.2.2
-
VIEW: APPS.BEN_ELIG_PER_D
12.1.1
-
View: BEN_ELIG_PER_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_PER_D, object_name:BEN_ELIG_PER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_PER_D ,
-
View: BEN_ELIG_PER_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_ELIG_PER_D, object_name:BEN_ELIG_PER_D, status:VALID, product: BEN - Advanced Benefits , description: - Retrofitted , implementation_dba_data: APPS.BEN_ELIG_PER_D ,
-
View: BENBV_ELIG_PER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_PER_V, object_name:BENBV_ELIG_PER_V, status:VALID, product: BEN - Advanced Benefits , description: This view displays information about persons found eligible, and in some cases ineligible, for a program or plan. , implementation_dba_data: APPS.BENBV_ELIG_PER_V ,
-
View: BENBV_ELIG_PER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_PER_V, object_name:BENBV_ELIG_PER_V, status:VALID, product: BEN - Advanced Benefits , description: This view displays information about persons found eligible, and in some cases ineligible, for a program or plan. , implementation_dba_data: APPS.BENBV_ELIG_PER_V ,
-
VIEW: APPS.BENBV_PER_ELIGIBILITY_V
12.1.1
-
VIEW: APPS.BENBV_PER_ELIGIBILITY_V
12.2.2
-
View: BENBV_PER_ELIGIBILITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PER_ELIGIBILITY_V, object_name:BENBV_PER_ELIGIBILITY_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BENBV_PER_ELIGIBILITY_V ,
-
View: BENBV_PER_ELIGIBILITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PER_ELIGIBILITY_V, object_name:BENBV_PER_ELIGIBILITY_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BENBV_PER_ELIGIBILITY_V ,
-
VIEW: APPS.BENBV_ELIG_PER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_PER_V, object_name:BENBV_ELIG_PER_V, status:VALID,
-
VIEW: APPS.BENBV_ELIG_PER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_PER_V, object_name:BENBV_ELIG_PER_V, status:VALID,
-
PACKAGE BODY: APPS.BEN_WPN_BUS
12.1.1
-
PACKAGE BODY: APPS.BEN_WPN_BUS
12.2.2
-
APPS.HRDPP_CREATE_ELIGIBLE_PERSON SQL Statements
12.1.1
-
APPS.HRDPP_CREATE_ELIGIBLE_PERSON SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BEN_WPT_BUS
12.2.2
-
APPS.HRDPP_UPDATE_ELIGIBLE_PERSON SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BEN_WPT_BUS
12.1.1
-
APPS.HRDPP_UPDATE_ELIGIBLE_PERSON SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BEN_ETW_BUS
12.1.1
-
PACKAGE BODY: APPS.BEN_ETW_BUS
12.2.2
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on HR_GENERAL
12.1.1
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on HR_GENERAL
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.HRDPP_CREATE_ELIGIBLE_PERSON
12.1.1
-
PACKAGE BODY: APPS.HRDPP_CREATE_ELIGIBLE_PERSON
12.2.2
-
PACKAGE BODY: APPS.HRDPP_UPDATE_ELIGIBLE_PERSON
12.1.1
-
PACKAGE BODY: APPS.HRDPP_UPDATE_ELIGIBLE_PERSON
12.2.2
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on HR_GENERAL
12.1.1
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on HR_GENERAL
12.2.2