Search Results hr_dm_exp_ben_batch_paras_v
Overview
The HR_DM_EXP_BEN_BATCH_PARAS_V view is a dictionary object owned by the APPS schema within the PER — Human Resources product family in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to export BEN_BATCH_PARAMETER data, exposing benefit batch parameter records in a flattened, denormalized form suitable for data migration, data pump operations, and integration with external systems. The view is a thin projection over the HR data-migration export/import staging table HR_DM_EXP_IMPS, which allows generic export/import utilities to move records between EBS instances without requiring table-specific extraction logic. Because the view is defined in APPS and references only a synonym, it is intended to remain stable for downstream consumers even if the underlying staging mechanism changes.
Underlying Base Objects
The view is defined over a single documented base object: HR_DM_EXP_IMPS, referenced through a synonym. Rather than selecting from BEN_BATCH_PARAMETER directly, the view reads rows from the export/import staging table filtered by TABLE_NAME = 'BEN_BATCH_PARAMETER'. Each source record is stored in the staging table as a set of generic positional value columns (PVAL001 through PVAL012), which the view aliases to semantically meaningful names. This indirection decouples the physical staging layout from the logical column names consumed by migration tooling.
Key Columns
The most significant column for users arriving from a search on batch_parameter_id is BATCH_PARAMETER_ID, which is cast from PVAL001 and serves as the primary identifier for the benefit batch parameter record. The remaining columns map as follows:
EXP_IMP_ID— surrogate key identifying the staging row withinHR_DM_EXP_IMPS.TABLE_NAME— filter column, always'BEN_BATCH_PARAMETER'for this view.BATCH_EXE_CD(PVAL002) — batch execution code defining which benefit batch process runs.THREAD_CNT_NUM(PVAL003) — number of parallel threads configured for batch execution.MAX_ERR_NUM(PVAL004) — maximum errors tolerated before the batch aborts.CHUNK_SIZE(PVAL005) — commit chunk size used during batch processing.BUSINESS_GROUP_ID(PVAL006) — the business group (organization) that owns the parameter set.LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN,CREATED_BY,CREATION_DATE— standard WHO audit columns.OBJECT_VERSION_NUMBER(PVAL012) — concurrency control attribute inherited from the source record.
Common Use Cases and Queries
The primary use case is controlled extraction of benefit batch parameters for migration between environments or for archival. A typical query filtering by the parameter identifier searched by the user is:
SELECT batch_parameter_id, batch_exe_cd, thread_cnt_num, max_err_num, chunk_size, business_group_id, last_update_date FROM apps.hr_dm_exp_ben_batch_paras_v WHERE batch_parameter_id = :p_id;
To list all parameters for a business group:
SELECT batch_parameter_id, batch_exe_cd, thread_cnt_num, chunk_size FROM apps.hr_dm_exp_ben_batch_paras_v WHERE business_group_id = :p_bg_id ORDER BY batch_parameter_id;
Because the view exposes the staging rows directly, it is also useful for auditing what has been queued for export. Practitioners should treat the view as read-oriented and avoid updating staging rows through it; parameter maintenance belongs to the benefit batch configuration forms or to the base BEN_BATCH_PARAMETER table. Joins back to BEN_BATCH_PARAMETER on BATCH_PARAMETER_ID can enrich the export data with descriptive attributes not carried in the staging columns.
-
View: HR_DM_EXP_BEN_BATCH_PARAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_BEN_BATCH_PARAS_V, object_name:HR_DM_EXP_BEN_BATCH_PARAS_V, status:VALID, product: PER - Human Resources , description: View to export ben_batch_parameters , implementation_dba_data: APPS.HR_DM_EXP_BEN_BATCH_PARAS_V ,
-
View: HR_DM_EXP_BEN_BATCH_PARAS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_BEN_BATCH_PARAS_V, object_name:HR_DM_EXP_BEN_BATCH_PARAS_V, status:VALID, product: PER - Human Resources , description: View to export ben_batch_parameters , implementation_dba_data: APPS.HR_DM_EXP_BEN_BATCH_PARAS_V ,
-
SYNONYM: PUBLIC.HR_DM_EXP_BEN_BATCH_PARAS_V
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HR_DM_EXP_BEN_BATCH_PARAS_V, status:VALID,
-
VIEW: APPS.HR_DM_EXP_BEN_BATCH_PARAS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_BEN_BATCH_PARAS_V, object_name:HR_DM_EXP_BEN_BATCH_PARAS_V, status:VALID,
-
SYNONYM: APPS.HR_DM_EXP_IMPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_DM_EXP_IMPS, status:VALID,
-
SYNONYM: APPS.HR_DM_EXP_IMPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_DM_EXP_IMPS, status:VALID,
-
PACKAGE BODY: APPS.HR_DM_COPY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_DM_COPY, status:VALID,
-
PACKAGE BODY: APPS.HR_DM_COPY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_DM_COPY, status:VALID,
-
VIEW: APPS.HR_DM_EXP_BEN_BATCH_PARAS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_DM_EXP_BEN_BATCH_PARAS_V, object_name:HR_DM_EXP_BEN_BATCH_PARAS_V, status:VALID,
-
APPS.HR_DM_COPY SQL Statements
12.1.1
-
APPS.HR_DM_COPY SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.HR_DM_COPY dependencies on HR_DM_EXP_BEN_BATCH_PARAS_V
12.2.2
-
PACKAGE BODY: APPS.HR_DM_COPY
12.1.1
-
APPS.HR_DM_COPY dependencies on HR_DM_EXP_BEN_BATCH_PARAS_V
12.1.1
-
PACKAGE BODY: APPS.HR_DM_COPY
12.2.2
-
APPS.HR_DM_COPY dependencies on HR_DM_UTILITY
12.2.2
-
APPS.HR_DM_COPY dependencies on HR_DM_UTILITY
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,