Search Results mnl_adj_flag
Overview
The table BEN.BEN_PL_R_OIPL_PREM_BY_MO_F is a core Advanced Benefits (BEN) object in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the total premium owed to a plan, or to an option within a plan, for a plan sponsor on a per-month basis. The name decomposes as Benefit (BEN) Plan (PL) Report (R) / OIPL (Option In Plan) Premium by Month (PREM_BY_MO), with the _F suffix confirming it as a date-tracked (effectively dated) table. The object is a standalone table, not a subtype of a shared entity family, and it carries the standard 53-column physical layout documented in ETRM 12.2.2.
From a Data Vault modeling perspective, the heuristic classification mined from the FK structure is standalone. This suggests modeling the table as a self-contained structure rather than as a hub, link, or satellite within a broader Data Vault design. Its role is primarily analytical and reporting-oriented: it aggregates premium amounts by month for plan sponsors, making it a source for premium reconciliation, carrier billing, and financial reporting within Advanced Benefits.
Key Information Stored
The 53 documented columns fall into three functional groups: key columns, descriptive/attribute columns, and standard EBS audit columns. The most important are:
- PL_R_OIPL_PREM_BY_MO_ID — a surrogate identifier; the first column of the composite primary key
BEN_PL_R_OIPL_PREM_BY_MO_PK. It is the primary key column users typically search for when they use the term "pl_r_oipl_prem_by_mo_id". - EFFECTIVE_START_DATE and EFFECTIVE_END_DATE — date-tracked effective dating columns; together with the ID, they form the business-key candidate that constitutes the unique index. Any point-in-time query must include these two columns.
- MNL_ADJ_FLAG and ACTL_PREM_ID — flags/identifiers for manual adjustments and the actual premium record being referenced.
- BUSINESS_GROUP_ID — the operating unit/legislative grouping, commonly used to filter data by enterprise.
- MO_NUM, YR_NUM, VAL, UOM, PRTTS_NUM — the reporting period (month and year), the monetary value, the unit of measure, and the proration number for the monthly breakdown.
- COST_ALLOCATION_KEYFLEX_ID — the foreign key to
PAY_COST_ALLOCATION_KEYFLEX, used to attach a cost allocation key flexfield to the premium record. - PBM_ATTRIBUTE_CATEGORY and PBM_ATTRIBUTE1 through PBM_ATTRIBUTE30 — a 30-column descriptive flexfield block for extensible, customer-defined premium attributes.
- Standard Who/audit columns: LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE, OBJECT_VERSION_NUMBER, plus concurrent program columns REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include reconciling total premium owed per plan or option per month, generating carrier invoice support, and producing plan-sponsor cost-allocation reports. A representative point-in-time query retrieves the premium value for a given ID and effective date:
SELECT pl_r_oipl_prem_by_mo_id, mo_num, yr_num, val, uom FROM ben.ben_pl_r_oipl_prem_by_mo_f WHERE business_group_id = :p_bg_id AND SYSDATE BETWEEN effective_start_date AND effective_end_date;- Filtering by
mo_numandyr_numto build monthly premium trend reports across plan sponsors. - Joining
COST_ALLOCATION_KEYFLEX_IDtoPAY_COST_ALLOCATION_KEYFLEXto present allocated premium by cost center. - Using
ACTL_PREM_IDandMNL_ADJ_FLAGto separate system-calculated premiums from manual adjustments for audit.
Related Objects
The documented FK relationship and surrounding BEN/PAY objects include:
- PAY_COST_ALLOCATION_KEYFLEX — joined via
COST_ALLOCATION_KEYFLEX_ID. - BEN_PL_R_OIPL_PREM_BY_MO_PK — the primary key / unique index over
PL_R_OIPL_PREM_BY_MO_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE. - BEN_ACTL_PREM_F — the actual premium source referenced by
ACTL_PREM_ID. - BEN_PL_F (Benefit Plan) and BEN_OIPL_F (Option in Plan) — plan and option context for the monthly premium.
- BEN_PER_PL_F and BEN_PER_PL_OPT_F — person/plan participation records used to allocate premium.
- FND_REQUEST / FND_CONCURRENT_REQUESTS — joined via
REQUEST_IDfor the program that populated the record.
-
Table: BEN_PL_R_OIPL_PREM_BY_MO_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_F, object_name:BEN_PL_R_OIPL_PREM_BY_MO_F, status:VALID, product: BEN - Advanced Benefits , description: Total premium owed to plan or option in plan sponsor per month , implementation_dba_data: BEN.BEN_PL_R_OIPL_PREM_BY_MO_F ,
-
Table: BEN_PRTT_PREM_BY_MO_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_F, object_name:BEN_PRTT_PREM_BY_MO_F, status:VALID, product: BEN - Advanced Benefits , description: Premium owed to plan carrier on a monthly basis per participant. , implementation_dba_data: BEN.BEN_PRTT_PREM_BY_MO_F ,
-
Table: BEN_PL_R_OIPL_PREM_BY_MO_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_F, object_name:BEN_PL_R_OIPL_PREM_BY_MO_F, status:VALID, product: BEN - Advanced Benefits , description: Total premium owed to plan or option in plan sponsor per month , implementation_dba_data: BEN.BEN_PL_R_OIPL_PREM_BY_MO_F ,
-
Table: BEN_PRTT_PREM_BY_MO_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_F, object_name:BEN_PRTT_PREM_BY_MO_F, status:VALID, product: BEN - Advanced Benefits , description: Premium owed to plan carrier on a monthly basis per participant. , implementation_dba_data: BEN.BEN_PRTT_PREM_BY_MO_F ,
-
VIEW: BEN.BEN_PL_R_OIPL_PREM_BY_MO_F#
12.2.2
-
VIEW: BEN.BEN_PRTT_PREM_BY_MO_F#
12.2.2
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO_D
12.1.1
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO_D
12.2.2
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO_D
12.1.1
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO_D
12.2.2
-
APPS.BEN_PRM_SHD SQL Statements
12.1.1
-
VIEW: BEN.BEN_PL_R_OIPL_PREM_BY_MO_F#
12.2.2
owner:BEN, object_type:VIEW, object_name:BEN_PL_R_OIPL_PREM_BY_MO_F#, status:VALID,
-
VIEW: BEN.BEN_PRTT_PREM_BY_MO_F#
12.2.2
owner:BEN, object_type:VIEW, object_name:BEN_PRTT_PREM_BY_MO_F#, status:VALID,
-
APPS.BEN_PBM_SHD SQL Statements
12.1.1
-
APPS.BEN_PBM_SHD SQL Statements
12.2.2
-
APPS.BEN_PRM_SHD SQL Statements
12.2.2
-
View: BENBV_PL_R_OIPL_PREM_BY_MO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PL_R_OIPL_PREM_BY_MO_V, object_name:BENBV_PL_R_OIPL_PREM_BY_MO_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the premium values calculated by the premium calculation process. , implementation_dba_data: APPS.BENBV_PL_R_OIPL_PREM_BY_MO_V ,
-
View: BEN_PL_R_OIPL_PREM_BY_MO_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_D, object_name:BEN_PL_R_OIPL_PREM_BY_MO_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO_D ,
-
VIEW: APPS.BENBV_PL_R_OIPL_PREM_BY_MO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PL_R_OIPL_PREM_BY_MO_V, object_name:BENBV_PL_R_OIPL_PREM_BY_MO_V, status:VALID,
-
View: BEN_PL_R_OIPL_PREM_BY_MO_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_D, object_name:BEN_PL_R_OIPL_PREM_BY_MO_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO_D ,
-
View: BEN_PRTT_PREM_BY_MO_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_D, object_name:BEN_PRTT_PREM_BY_MO_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_BY_MO_D ,
-
View: BENBV_PL_R_OIPL_PREM_BY_MO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PL_R_OIPL_PREM_BY_MO_V, object_name:BENBV_PL_R_OIPL_PREM_BY_MO_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the premium values calculated by the premium calculation process. , implementation_dba_data: APPS.BENBV_PL_R_OIPL_PREM_BY_MO_V ,
-
VIEW: APPS.BENBV_PL_R_OIPL_PREM_BY_MO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PL_R_OIPL_PREM_BY_MO_V, object_name:BENBV_PL_R_OIPL_PREM_BY_MO_V, status:VALID,
-
VIEW: APPS.BENBV_PRTT_PREM_BY_MO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PRTT_PREM_BY_MO_V, object_name:BENBV_PRTT_PREM_BY_MO_V, status:VALID,
-
View: BEN_PRTT_PREM_BY_MO_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_D, object_name:BEN_PRTT_PREM_BY_MO_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_BY_MO_D ,
-
View: BEN_PL_R_OIPL_PREM_BY_MO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_V, object_name:BEN_PL_R_OIPL_PREM_BY_MO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO_V ,
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_X, object_name:BEN_PRTT_PREM_BY_MO_X, status:VALID,
-
View: BEN_PRTT_PREM_BY_MO_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_X, object_name:BEN_PRTT_PREM_BY_MO_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_BY_MO_X ,
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_V, object_name:BEN_PL_R_OIPL_PREM_BY_MO_V, status:VALID,
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO, object_name:BEN_PL_R_OIPL_PREM_BY_MO, status:VALID,
-
View: BEN_PL_R_OIPL_PREM_BY_MO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO, object_name:BEN_PL_R_OIPL_PREM_BY_MO, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO ,
-
View: BEN_PRTT_PREM_BY_MO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO, object_name:BEN_PRTT_PREM_BY_MO, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_BY_MO ,
-
View: BEN_PL_R_OIPL_PREM_BY_MO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO, object_name:BEN_PL_R_OIPL_PREM_BY_MO, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO ,
-
View: BENBV_PRTT_PREM_BY_MO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PRTT_PREM_BY_MO_V, object_name:BENBV_PRTT_PREM_BY_MO_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the actual premium amount calculated for a participant for each month that a premium is owed to a carrier providing benefits to a plan or option in plan. , implementation_dba_data: APPS.BENBV_PRTT_PREM_BY_MO_V ,
-
View: BENBV_PRTT_PREM_BY_MO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PRTT_PREM_BY_MO_V, object_name:BENBV_PRTT_PREM_BY_MO_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the actual premium amount calculated for a participant for each month that a premium is owed to a carrier providing benefits to a plan or option in plan. , implementation_dba_data: APPS.BENBV_PRTT_PREM_BY_MO_V ,
-
VIEW: APPS.BENBV_PRTT_PREM_BY_MO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PRTT_PREM_BY_MO_V, object_name:BENBV_PRTT_PREM_BY_MO_V, status:VALID,
-
View: BEN_PL_R_OIPL_PREM_BY_MO_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_X, object_name:BEN_PL_R_OIPL_PREM_BY_MO_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO_X ,
-
View: BEN_PL_R_OIPL_PREM_BY_MO_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_X, object_name:BEN_PL_R_OIPL_PREM_BY_MO_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO_X ,
-
View: BEN_PRTT_PREM_BY_MO_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_X, object_name:BEN_PRTT_PREM_BY_MO_X, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_BY_MO_X ,
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_V, object_name:BEN_PL_R_OIPL_PREM_BY_MO_V, status:VALID,
-
View: BEN_PL_R_OIPL_PREM_BY_MO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_V, object_name:BEN_PL_R_OIPL_PREM_BY_MO_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PL_R_OIPL_PREM_BY_MO_V ,
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO, object_name:BEN_PRTT_PREM_BY_MO, status:VALID,
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_X, object_name:BEN_PL_R_OIPL_PREM_BY_MO_X, status:VALID,
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO, object_name:BEN_PL_R_OIPL_PREM_BY_MO, status:VALID,
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_X, object_name:BEN_PRTT_PREM_BY_MO_X, status:VALID,
-
VIEW: APPS.BEN_PL_R_OIPL_PREM_BY_MO_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PL_R_OIPL_PREM_BY_MO_X, object_name:BEN_PL_R_OIPL_PREM_BY_MO_X, status:VALID,
-
View: BEN_PRTT_PREM_BY_MO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO, object_name:BEN_PRTT_PREM_BY_MO, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_PREM_BY_MO ,
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_V, object_name:BEN_PRTT_PREM_BY_MO_V, status:VALID,
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO, object_name:BEN_PRTT_PREM_BY_MO, status:VALID,
-
VIEW: APPS.BEN_PRTT_PREM_BY_MO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_PREM_BY_MO_V, object_name:BEN_PRTT_PREM_BY_MO_V, status:VALID,