Search Results enrollment_code
Overview
APPS.BEN_LER_CHG_PLIP_ENRT_D is a documented Oracle E-Business Suite database view owned by the APPS schema. Its FND Design Data designation is BEN.BEN_LER_CHG_PLIP_ENRT_D, and it is registered with a status of VALID. In the context of Oracle EBS 12.1.1 and 12.2.2, this view belongs to the Benefits (BEN) application module, and more specifically to the configuration of enrollment processing rules that govern Life Event changes and Plan-in-Program (PLIP) enrollment behavior.
The view presents a denormalized, read-friendly projection of enrollment-related change rule definitions. It joins life event reason (LER) definitions, plan-in-program (PLIP) definitions, plan (PL) definitions, and the enrollment change rule entities into a single queryable surface. This design allows reporting and integration consumers to retrieve descriptive names—such as PLAN_NAME and LER_NAME—alongside configuration codes without having to manually resolve the underlying foreign key relationships between the benefits setup tables.
The object carries an explicit Oracle Internal Use Only warning, and Oracle does not support direct access to this view except from standard Oracle Applications programs. It is therefore best treated as a diagnostic and reporting surface rather than as an integration API. The presence of a user-audit column such as LAST_UPDATED_BY and the trailing _D suffix indicate that the view is a denormalized read layer over the corresponding _F base entities.
Underlying Base Objects
According to the documented dependency metadata, BEN_LER_CHG_PLIP_ENRT_D references the following objects:
BEN_LER_CHG_PLIP_ENRT_F— the primary base entity holding the enrollment change rule records for a life event reason and plan-in-program combination.BEN_LER_F— the life event reason definitions, supplying theLER_NAMEvalue.BEN_PLIP_F— the plan-in-program definitions that group plans for enrollment purposes.BEN_PL_F— the plan definitions, supplying thePLAN_NAMEvalue.FND_USER— the application user table, used to resolve the identity captured inLAST_UPDATED_BY.HR_GENERAL— a packaged API referenced for general HR utility functions used in the view definition.
The view is exposed under the APPS schema and is referenced by a public synonym, BEN_LER_CHG_PLIP_ENRT_D, which allows session-level access without schema qualification. Because the dependencies are fetched as synonyms, the view resolves through the standard EBS synonym chain into the Benefits product schema.
Key Columns
The view exposes the following columns, all of which are documented in the ETRM metadata:
LER_CHG_PLIP_ENRT_ID(NUMBER) — the primary identifier for the enrollment change rule record.EFFECTIVE_START_DATE/EFFECTIVE_END_DATE(DATE) — the datetracked validity range for the configuration record.PLAN_NAME(VARCHAR2) — descriptive name of the associated plan.LER_NAME(VARCHAR2) — descriptive name of the associated life event reason.TCO_CHG_ENRT_CD,DEFAULT_ENRT_CD,ENRT_METHOD_CODE,ENROLLMENT_CODE— enrollment-related codes controlling how enrollment is triggered or defaulted.ENROLLMENT_CODEis the frequently searched column and represents the enrollment code value applied by the rule.AUTO_ENRT_MTHD_RL,DEFAULT_ENRT_RULE,ENRT_RULE(NUMBER) — rule identifiers governing automatic enrollment and defaulting behavior.CRNT_ENRT_PRCLDS_CHG_FLAG,DEFAULT_FLAG,STL_ELIG_CANT_CHG_FLAG— flag columns indicating whether current enrollment periods change, whether defaulting is enabled, and whether eligibility cannot be changed.LAST_UPDATE_DATEandLAST_UPDATED_BY— standard audit columns, with the latter stored as VARCHAR2 and resolved throughFND_USER.
Common Use Cases and Queries
Typical use cases include verifying how enrollment codes are assigned per life event reason and plan-in-program, auditing configuration changes, and driving custom reports. Because the column ENROLLMENT_CODE is a frequent search target, a common query filters directly on it:
SELECT ler_name, plan_name, enrollment_code, enrt_method_code, default_enrt_cdFROM apps.ben_ler_chg_plip_enrt_dWHERE enrollment_code = :p_enrollment_codeAND TRUNC(SYSDATE) BETWEEN effective_start_date AND effective_end_date;
Another scenario retrieves all active rules for a given life event reason to review defaulting and automatic enrollment settings. Analysts also use the view to reconcile which rules default an enrollment code versus which rely on a rule identifier, by comparing DEFAULT_ENRT_CD against DEFAULT_ENRT_RULE. Given the internal-use restriction, any custom query should be treated as a read-only diagnostic rather than a supported integration point.
-
VIEW: APPS.BEN_LER_CHG_PLIP_ENRT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PLIP_ENRT_D, object_name:BEN_LER_CHG_PLIP_ENRT_D, status:VALID,
-
VIEW: APPS.BEN_LER_CHG_PLIP_ENRT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PLIP_ENRT_D, object_name:BEN_LER_CHG_PLIP_ENRT_D, status:VALID,
-
VIEW: APPS.BEN_LER_CHG_PTIP_ENRT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PTIP_ENRT_D, object_name:BEN_LER_CHG_PTIP_ENRT_D, status:VALID,
-
VIEW: APPS.BEN_LER_CHG_PTIP_ENRT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PTIP_ENRT_D, object_name:BEN_LER_CHG_PTIP_ENRT_D, status:VALID,
-
View: BEN_LER_CHG_PLIP_ENRT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PLIP_ENRT_D, object_name:BEN_LER_CHG_PLIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PLIP_ENRT_D ,
-
View: BEN_LER_CHG_PTIP_ENRT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PTIP_ENRT_D, object_name:BEN_LER_CHG_PTIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan Type in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PTIP_ENRT_D ,
-
View: BEN_LER_CHG_PLIP_ENRT_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PLIP_ENRT_D, object_name:BEN_LER_CHG_PLIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PLIP_ENRT_D ,
-
View: BEN_LER_CHG_PTIP_ENRT_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_LER_CHG_PTIP_ENRT_D, object_name:BEN_LER_CHG_PTIP_ENRT_D, status:VALID, product: BEN - Advanced Benefits , description: Life Event Plan Type in Program Enrollment Date Track View , implementation_dba_data: APPS.BEN_LER_CHG_PTIP_ENRT_D ,
-
View: IGF_SL_CL_RESP_R1
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_CL_RESP_R1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R1, object_name:IGF_SL_CL_RESP_R1, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_CL_RESP_R1 ,
-
View: IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID, product: IGF - Financial Aid , description: Obsolete , implementation_dba_data: APPS.IGF_SL_LOR_DTLS_V ,
-
View: IGF_SL_LOR_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_CL_RESP_R1
12.1.1
-
View: IGF_SL_LOR
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
View: IGF_SL_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR ,
-
VIEW: APPS.IGF_SL_CL_RESP_R1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R1, object_name:IGF_SL_CL_RESP_R1, status:VALID,
-
View: IGF_SL_LOR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR_LOC
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_LOC, object_name:IGF_SL_LOR_LOC, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR_LOC ,
-
View: IGF_SL_LOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_V, object_name:IGF_SL_LOR_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR_V ,
-
VIEW: APPS.IGF_SL_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID,
-
TABLE: IGF.IGF_SL_CL_RESP_R1_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RESP_R1_ALL, object_name:IGF_SL_CL_RESP_R1_ALL, status:VALID,
-
VIEW: APPS.IGF_SL_LOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_V, object_name:IGF_SL_LOR_V, status:VALID,
-
VIEW: APPS.IGF_SL_LOR_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_LOC, object_name:IGF_SL_LOR_LOC, status:VALID,
-
APPS.IGF_SL_CL_RESP_R1_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID,
-
TABLE: IGF.IGF_SL_LOR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_ALL, object_name:IGF_SL_LOR_ALL, status:VALID,
-
TABLE: IGF.IGF_SL_LI_ORIG_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LI_ORIG_INTS, object_name:IGF_SL_LI_ORIG_INTS, status:VALID,
-
TABLE: IGF.IGF_SL_LOR_LOC_HISTORY
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_LOC_HISTORY, object_name:IGF_SL_LOR_LOC_HISTORY, status:VALID,
-
TABLE: IGF.IGF_SL_LOR_LOC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_LOC_ALL, object_name:IGF_SL_LOR_LOC_ALL, status:VALID,
-
APPS.IGF_SL_LOR_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.1.1
product: IGF - Financial Aid , meaning: Loan Fields , description: Loan Fields ,
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Loan Fields , description: Loan Fields ,
-
APPS.IGF_SL_LOR_LOC_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_LOR_LOC_HISTORY_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_RESP_R1_PKG
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_HISTORY_PKG
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_PKG
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on FND_DATE
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on FND_MESSAGE
12.1.1