Search Results ben_dlvry_med
Overview
APPS.BENBV_CM_DLVRY_MED_TYP_V is a read-only Oracle EBS view belonging to the Advanced Benefits (BEN) module, specifically the Communications (CM) functional area. It presents delivery medium type definitions — the configurable media (for example, print, email, or electronic distribution) through which benefit communications such as enrollment notices, confirmation statements, and plan materials are delivered to participants. Because the view is defined WITH READ ONLY, it is intended strictly for query, reporting, and integration consumption rather than for application-level data maintenance, which continues to occur against the underlying base table through the BEN forms and APIs.
Objects prefixed with BENBV in Oracle EBS are business views that combine the persistent columns of a base table with decoded, user-facing values and descriptive flexfield context information. This view performs that role for the delivery medium type entity, exposing both raw code values and human-readable descriptions in a single projection, and it is therefore useful for SOA/BPEL integrations, Oracle Business Intelligence (OBIEE) or Discoverer reports, and custom concurrent programs that must present benefit communication configuration in a readable form.
Underlying Base Objects
The view is defined over two documented objects referenced in the ETRM metadata:
BEN_CM_DLVRY_MED_TYP(accessed through a synonym), aliased asCMDin the view text, which is the base table holding delivery medium type records.HR_BIS(package), whoseBIS_DECODE_LOOKUPfunction andGET_SEC_PROFILE_BG_IDfunction are invoked within the view definition.
The FROM clause reads exclusively from BEN_CM_DLVRY_MED_TYP. The HR_BIS.BIS_DECODE_LOOKUP calls translate stored lookup codes into their display meanings, while HR_BIS.GET_SEC_PROFILE_BG_ID enforces Business Group security: the WHERE clause restricts rows to the Business Group returned by the security profile, defaulting to the row's own BUSINESS_GROUP_ID when the function returns null. This security predicate is central to the view's behavior in multi-Business-Group installations.
Key Columns
CM_DLVRY_MED_TYP_ID— Primary identifier for the delivery medium type record.CM_DLVRY_MED_TYP_CD— The stored code for the delivery medium type.BIS_DECODE_LOOKUP('BEN_DLVRY_MED', CM_DLVRY_MED_TYP_CD)— Decoded, user-facing description of the delivery medium, resolving the code against theBEN_DLVRY_MEDlookup type. This column is the direct answer to searches for "ben_dlvry_med".RQD_FLAGand its decoded form viaBIS_DECODE_LOOKUP('YES_NO', RQD_FLAG)— Indicates whether the delivery medium type is required.DFLT_FLAGand its decoded form viaBIS_DECODE_LOOKUP('YES_NO', DFLT_FLAG)— Indicates whether the medium type is the default.BUSINESS_GROUP_ID— The Business Group owning the record; also used for the security filter.CM_DLVRY_MTHD_TYP_ID— Foreign key to the related communication delivery method type, linking the medium to its delivery method.LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATED_BY,CREATION_DATE— Standard WHO audit columns.'_DF:BEN:BEN_CM_DLVRY_MED_TYP:CMD'— A literal descriptive flexfield context token, conventionally consumed by the BEN forms framework to identify the DFF block context for this entity.
Common Use Cases and Queries
Typical uses include validating configured delivery media prior to running a communication batch, building reference reports of available media per Business Group, and joining the view to delivery method and communication setup tables in custom extracts.
To list all configured delivery medium types with decoded values:
SELECT cm_dlvry_med_typ_id,
cm_dlvry_med_typ_cd,
business_group_id,
cm_dlvry_mthd_typ_id,
dflt_flg,
rqd_flg
FROM apps.benbv_cm_dlvry_med_typ_v;
To identify the default medium types available within the secured Business Group:
SELECT cm_dlvry_med_typ_cd, cm_dlvry_mthd_typ_id FROM apps.benbv_cm_dl_vry_med_typ_v WHERE dflt_flag = 'Y';
Because the view is prefixed BENBV and grants no DML capability, all references should be read-only. The BIS_DECODE_LOOKUP invocations can introduce per-row function call overhead on large result sets, so queries filtering on CM_DLVRY_MTHD_TYP_ID or BUSINESS_GROUP_ID will perform best when those predicates are pushed to the base table.
-
Lookup Type: BEN_DLVRY_MED
12.1.1
product: PER - Human Resources , meaning: BEN_DLVRY_MED ,
-
Lookup Type: BEN_DLVRY_MED
12.2.2
product: PER - Human Resources , meaning: BEN_DLVRY_MED ,
-
VIEW: APPS.BENBV_CM_DLVRY_MED_TYP_V
12.1.1
-
VIEW: APPS.BENBV_CM_DLVRY_MED_TYP_V
12.2.2
-
VIEW: APPS.BENBV_PER_CM_PRVDD_V
12.2.2
-
VIEW: APPS.BENBV_PER_CM_PRVDD_V
12.1.1
-
VIEW: APPS.BENBV_CM_DLVRY_MED_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_CM_DLVRY_MED_TYP_V, object_name:BENBV_CM_DLVRY_MED_TYP_V, status:VALID,
-
VIEW: APPS.BENBV_CM_DLVRY_MED_TYP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_CM_DLVRY_MED_TYP_V, object_name:BENBV_CM_DLVRY_MED_TYP_V, status:VALID,
-
View: BENBV_CM_DLVRY_MED_TYP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_CM_DLVRY_MED_TYP_V, object_name:BENBV_CM_DLVRY_MED_TYP_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the material used to create the communication. , implementation_dba_data: APPS.BENBV_CM_DLVRY_MED_TYP_V ,
-
View: BENBV_CM_DLVRY_MED_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_CM_DLVRY_MED_TYP_V, object_name:BENBV_CM_DLVRY_MED_TYP_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the material used to create the communication. , implementation_dba_data: APPS.BENBV_CM_DLVRY_MED_TYP_V ,
-
VIEW: APPS.BEN_PER_CM_PRVDD_D
12.2.2
-
VIEW: APPS.BEN_PER_CM_PRVDD_D
12.1.1
-
View: BENBV_PER_CM_PRVDD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PER_CM_PRVDD_V, object_name:BENBV_PER_CM_PRVDD_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the communications that must be provided to a person who has a life event in progress and the communications that have been requested by that person. , implementation_dba_data: APPS.BENBV_PER_CM_PRVDD_V ,
-
VIEW: APPS.BENBV_PER_CM_PRVDD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PER_CM_PRVDD_V, object_name:BENBV_PER_CM_PRVDD_V, status:VALID,
-
VIEW: APPS.BENBV_PER_CM_PRVDD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PER_CM_PRVDD_V, object_name:BENBV_PER_CM_PRVDD_V, status:VALID,
-
View: BENBV_PER_CM_PRVDD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_PER_CM_PRVDD_V, object_name:BENBV_PER_CM_PRVDD_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies the communications that must be provided to a person who has a life event in progress and the communications that have been requested by that person. , implementation_dba_data: APPS.BENBV_PER_CM_PRVDD_V ,
-
View: BEN_PER_CM_PRVDD_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PRVDD_D, object_name:BEN_PER_CM_PRVDD_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PRVDD_D ,
-
View: BEN_PER_CM_PRVDD_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PRVDD_D, object_name:BEN_PER_CM_PRVDD_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PRVDD_D ,
-
PACKAGE BODY: APPS.BEN_PCD_BUS
12.2.2
-
PACKAGE BODY: APPS.BEN_PCD_BUS
12.1.1
-
PACKAGE BODY: APPS.BEN_CMD_BUS
12.2.2
-
PACKAGE BODY: APPS.BEN_CMD_BUS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.BEN_PCD_BUS dependencies on FND_MESSAGE
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.BEN_PCD_BUS dependencies on FND_MESSAGE
12.1.1
-
APPS.BEN_CMD_BUS dependencies on HR_API
12.1.1
-
APPS.BEN_CMD_BUS dependencies on HR_API
12.2.2
-
APPS.BEN_PCD_BUS dependencies on HR_API
12.2.2
-
APPS.BEN_PCD_BUS dependencies on HR_API
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. ,