Search Results ben_benefit_actions
Overview
The BEN_BENEFIT_ACTIONS table is a core data object within the Oracle E-Business Suite Advanced Benefits (BEN) module, present in both releases 12.1.1 and 12.2.2. It functions as a central repository for storing run parameters and control information for benefits batch processes. This table is critical for managing and tracking the execution of large-scale, automated benefits operations such as mass enrollments, eligibility determination, life event processing, and benefit rate calculations. Each record in this table represents a distinct instance or configuration of a batch process, enabling the system to manage complex benefits administration tasks efficiently and with proper auditability.
Key Information Stored
While the provided metadata does not list individual columns, the primary and foreign key relationships define its critical structure. The table's primary key is BENEFIT_ACTION_ID, a unique identifier for each batch process configuration. Two significant foreign keys are documented: BENFTS_GRP_ID, which links to the BEN_BENFTS_GRP table to associate the action with a specific benefits group, and RPTG_GRP_ID, which links to BEN_RPTG_GRP for reporting group association. The table's description as storing "run parameters" implies it holds data that dictates the scope, timing, and rules for the batch process, such as effective dates, participant selection criteria, and process-specific options.
Common Use Cases and Queries
This table is primarily accessed for auditing, troubleshooting, and reporting on batch process executions. A common administrative query involves joining BEN_BENEFIT_ACTIONS with related batch information tables to review the parameters of a specific process run. For instance, to investigate a completed enrollment batch, one might query the action record and its linked person actions. A typical SQL pattern would be:
- SELECT ba.benefit_action_id, ba.bfts_grp_id, bp.action_status, bp.person_id FROM ben_benefit_actions ba, ben_person_actions bp WHERE ba.benefit_action_id = bp.benefit_action_id AND ba.benefit_action_id = :p_action_id;
This table is also central when initiating batch processes programmatically, as APIs may require a BENEFIT_ACTION_ID to identify the correct set of parameters to execute.
Related Objects
The BEN_BENEFIT_ACTIONS table has extensive relationships, acting as a parent to numerous batch information tables. As per the metadata, its primary key (BENEFIT_ACTION_ID) is referenced by foreign keys in several critical tables:
- BEN_BATCH_COMMU_INFO: Stores batch communication details.
- BEN_BATCH_DPNT_INFO: Stores batch-dependent information.
- BEN_BATCH_ELCTBL_CHC_INFO: Stores batch eligible choice information.
- BEN_BATCH_ELIG_INFO: Stores batch eligibility results.
- BEN_BATCH_LER_INFO: Stores life event results.
- BEN_BATCH_PROC_INFO: Stores general batch process information.
- BEN_BATCH_RANGES: Defines processing ranges for the batch.
- BEN_BATCH_RATE_INFO: Stores batch rate calculation results.
- BEN_PERSON_ACTIONS: Tracks individual person-level actions stemming from the batch process.
- BEN_REPORTING: Contains reporting data generated by the batch.
Furthermore, it references BEN_BENFTS_GRP and BEN_RPTG_GRP to define the benefits and reporting context for the batch action.
-
Table: BEN_BENEFIT_ACTIONS
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BENEFIT_ACTIONS, object_name:BEN_BENEFIT_ACTIONS, status:VALID, product: BEN - Advanced Benefits , description: Run parameters for benefits batch processes. , implementation_dba_data: BEN.BEN_BENEFIT_ACTIONS ,
-
Table: BEN_BENEFIT_ACTIONS
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BENEFIT_ACTIONS, object_name:BEN_BENEFIT_ACTIONS, status:VALID, product: BEN - Advanced Benefits , description: Run parameters for benefits batch processes. , implementation_dba_data: BEN.BEN_BENEFIT_ACTIONS ,
-
View: BEN_WFREP_ELIG_INFO_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELIG_INFO_VW, object_name:BEN_WFREP_ELIG_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELIG_INFO_VW ,
-
View: BEN_WFREP_ELIG_INFO_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELIG_INFO_VW, object_name:BEN_WFREP_ELIG_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELIG_INFO_VW ,
-
View: BEN_WFREP_ELCTBL_CHC_INFO_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELCTBL_CHC_INFO_VW, object_name:BEN_WFREP_ELCTBL_CHC_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELCTBL_CHC_INFO_VW ,
-
View: BEN_WFREP_ELCTBL_CHC_INFO_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_ELCTBL_CHC_INFO_VW, object_name:BEN_WFREP_ELCTBL_CHC_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_ELCTBL_CHC_INFO_VW ,
-
Table: BEN_BATCH_RATE_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_RATE_INFO, object_name:BEN_BATCH_RATE_INFO, status:VALID, product: BEN - Advanced Benefits , description: Rate information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_RATE_INFO ,
-
Table: BEN_BATCH_ELIG_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_ELIG_INFO, object_name:BEN_BATCH_ELIG_INFO, status:VALID, product: BEN - Advanced Benefits , description: Eligibility information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_ELIG_INFO ,
-
Table: BEN_BATCH_ELIG_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_ELIG_INFO, object_name:BEN_BATCH_ELIG_INFO, status:VALID, product: BEN - Advanced Benefits , description: Eligibility information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_ELIG_INFO ,
-
Table: BEN_BATCH_ELCTBL_CHC_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_ELCTBL_CHC_INFO, object_name:BEN_BATCH_ELCTBL_CHC_INFO, status:VALID, product: BEN - Advanced Benefits , description: Electable choice information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_ELCTBL_CHC_INFO ,
-
Table: BEN_BATCH_ELCTBL_CHC_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_ELCTBL_CHC_INFO, object_name:BEN_BATCH_ELCTBL_CHC_INFO, status:VALID, product: BEN - Advanced Benefits , description: Electable choice information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_ELCTBL_CHC_INFO ,
-
Table: BEN_BATCH_PROC_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_PROC_INFO, object_name:BEN_BATCH_PROC_INFO, status:VALID, product: BEN - Advanced Benefits , description: Batch process information. , implementation_dba_data: BEN.BEN_BATCH_PROC_INFO ,
-
Table: BEN_REPORTING
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_REPORTING, object_name:BEN_REPORTING, status:VALID, product: BEN - Advanced Benefits , description: Batch reporting table. , implementation_dba_data: BEN.BEN_REPORTING ,
-
Table: BEN_BATCH_RANGES
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_RANGES, object_name:BEN_BATCH_RANGES, status:VALID, product: BEN - Advanced Benefits , description: Ranges of Person actions in batch run. , implementation_dba_data: BEN.BEN_BATCH_RANGES ,
-
Table: BEN_BATCH_RANGES
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_RANGES, object_name:BEN_BATCH_RANGES, status:VALID, product: BEN - Advanced Benefits , description: Ranges of Person actions in batch run. , implementation_dba_data: BEN.BEN_BATCH_RANGES ,
-
Table: BEN_BATCH_COMMU_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_COMMU_INFO, object_name:BEN_BATCH_COMMU_INFO, status:VALID, product: BEN - Advanced Benefits , description: Communication information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_COMMU_INFO ,
-
Table: BEN_BATCH_RATE_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_RATE_INFO, object_name:BEN_BATCH_RATE_INFO, status:VALID, product: BEN - Advanced Benefits , description: Rate information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_RATE_INFO ,
-
Table: BEN_BATCH_COMMU_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_COMMU_INFO, object_name:BEN_BATCH_COMMU_INFO, status:VALID, product: BEN - Advanced Benefits , description: Communication information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_COMMU_INFO ,
-
Table: BEN_BATCH_DPNT_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_DPNT_INFO, object_name:BEN_BATCH_DPNT_INFO, status:VALID, product: BEN - Advanced Benefits , description: Dependent information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_DPNT_INFO ,
-
Table: BEN_BATCH_DPNT_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_DPNT_INFO, object_name:BEN_BATCH_DPNT_INFO, status:VALID, product: BEN - Advanced Benefits , description: Dependent information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_DPNT_INFO ,
-
Table: BEN_PERSON_ACTIONS
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PERSON_ACTIONS, object_name:BEN_PERSON_ACTIONS, status:VALID, product: BEN - Advanced Benefits , description: Identifies persons being processed by benefits batch process. , implementation_dba_data: BEN.BEN_PERSON_ACTIONS ,
-
Table: BEN_BATCH_LER_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_LER_INFO, object_name:BEN_BATCH_LER_INFO, status:VALID, product: BEN - Advanced Benefits , description: Life event information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_LER_INFO ,
-
Table: BEN_REPORTING
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_REPORTING, object_name:BEN_REPORTING, status:VALID, product: BEN - Advanced Benefits , description: Batch reporting table. , implementation_dba_data: BEN.BEN_REPORTING ,
-
Table: BEN_BATCH_PROC_INFO
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_PROC_INFO, object_name:BEN_BATCH_PROC_INFO, status:VALID, product: BEN - Advanced Benefits , description: Batch process information. , implementation_dba_data: BEN.BEN_BATCH_PROC_INFO ,
-
Table: BEN_BATCH_LER_INFO
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BATCH_LER_INFO, object_name:BEN_BATCH_LER_INFO, status:VALID, product: BEN - Advanced Benefits , description: Life event information created during batch run. , implementation_dba_data: BEN.BEN_BATCH_LER_INFO ,
-
Table: BEN_RPTG_GRP
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_RPTG_GRP, object_name:BEN_RPTG_GRP, status:VALID, product: BEN - Advanced Benefits , description: Reporting group. , implementation_dba_data: BEN.BEN_RPTG_GRP ,
-
Table: BEN_PERSON_ACTIONS
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PERSON_ACTIONS, object_name:BEN_PERSON_ACTIONS, status:VALID, product: BEN - Advanced Benefits , description: Identifies persons being processed by benefits batch process. , implementation_dba_data: BEN.BEN_PERSON_ACTIONS ,
-
Table: BEN_RPTG_GRP
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_RPTG_GRP, object_name:BEN_RPTG_GRP, status:VALID, product: BEN - Advanced Benefits , description: Reporting group. , implementation_dba_data: BEN.BEN_RPTG_GRP ,
-
Table: BEN_BENFTS_GRP
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BENFTS_GRP, object_name:BEN_BENFTS_GRP, status:VALID, product: BEN - Advanced Benefits , description: Grouping item that can be applied to participants to enable them to be eligible for the same benefits. , implementation_dba_data: BEN.BEN_BENFTS_GRP ,
-
Table: BEN_BENFTS_GRP
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_BENFTS_GRP, object_name:BEN_BENFTS_GRP, status:VALID, product: BEN - Advanced Benefits , description: Grouping item that can be applied to participants to enable them to be eligible for the same benefits. , implementation_dba_data: BEN.BEN_BENFTS_GRP ,
-
View: BEN_BATCH_MONITOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BATCH_MONITOR_V, object_name:BEN_BATCH_MONITOR_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BATCH_MONITOR_V ,
-
View: BEN_BATCH_MONITOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_BATCH_MONITOR_V, object_name:BEN_BATCH_MONITOR_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_BATCH_MONITOR_V ,
-
View: BEN_WFREP_RATE_INFO_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_RATE_INFO_VW, object_name:BEN_WFREP_RATE_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_RATE_INFO_VW ,
-
View: BEN_WFREP_RATE_INFO_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_WFREP_RATE_INFO_VW, object_name:BEN_WFREP_RATE_INFO_VW, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_WFREP_RATE_INFO_VW ,