Search Results ben_actn_typ
Overview
The BEN_ACTN_TYP table is a core reference table within the Oracle E-Business Suite Advanced Benefits (BEN) module. It serves as a master repository for defining the different types of actions that may be required for a participant to complete a benefits enrollment. The table's primary role is to provide a standardized, configurable list of action types—such as providing evidence of insurability, completing a form, or attending a seminar—which are then associated with specific enrollment rules, communication types, and participant records. This enables the system to track and manage mandatory steps in the enrollment workflow systematically.
Key Information Stored
While the provided metadata does not list specific columns, the primary key and foreign key relationships indicate the table's critical structure. The central column is ACTN_TYP_ID, a unique identifier serving as the primary key for every action type record. Other typical columns in such a reference table would include a code (ACTN_TYP_CD) and a name (NAME) for the action type, along with descriptive fields, effective start and end dates for temporal validity (EFFECTIVE_START_DATE, EFFECTIVE_END_DATE), and standard Oracle EBS columns for who and when data (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The table essentially stores the definitional attributes of each possible enrollment action.
Common Use Cases and Queries
A primary use case is configuring and reporting on enrollment requirements. Administrators query this table to review or maintain the list of available actions. Common reporting needs involve identifying all participants who have a specific pending action, such as submitting a medical certificate. A typical SQL pattern joins BEN_ACTN_TYP to participant action tables.
- Listing all configured action types:
SELECT actn_typ_id, name FROM ben_actn_typ WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date; - Finding participants with a specific pending action: This would involve joining BEN_ACTN_TYP to BEN_PRTT_ENRT_ACTN_F via ACTN_TYP_ID to filter for a particular action type and check its status.
Related Objects
The BEN_ACTN_TYP table is referenced by several key transactional and setup tables in the Advanced Benefits module, as documented by its foreign key relationships. These relationships show how action types are applied within the system.
- BEN_CM_TYP_USG_F: Links action types to communication types (e.g., a 'Evidence of Insurability' action may trigger a specific reminder letter). Joined on ACTN_TYP_ID.
- BEN_POPL_ACTN_TYP_F: Associates action types with specific enrollment populations or groups, defining what actions are required for which employee populations. Joined on ACTN_TYP_ID.
- BEN_PRTT_ENRT_ACTN_F: The critical transactional table that records when a specific action is required for, or completed by, an individual participant (prtt) during enrollment (enrt). Joined on ACTN_TYP_ID.
-
Table: BEN_ACTN_TYP
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ACTN_TYP, object_name:BEN_ACTN_TYP, status:VALID, product: BEN - Advanced Benefits , description: Action required to complete enrollment. , implementation_dba_data: BEN.BEN_ACTN_TYP ,
-
Table: BEN_ACTN_TYP
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_ACTN_TYP, object_name:BEN_ACTN_TYP, status:VALID, product: BEN - Advanced Benefits , description: Action required to complete enrollment. , implementation_dba_data: BEN.BEN_ACTN_TYP ,
-
View: BENBV_ACTN_TYP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ACTN_TYP_V, object_name:BENBV_ACTN_TYP_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BENBV_ACTN_TYP_V ,
-
View: BENBV_ACTN_TYP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ACTN_TYP_V, object_name:BENBV_ACTN_TYP_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BENBV_ACTN_TYP_V ,
-
Table: BEN_PRTT_ENRT_ACTN_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_F, object_name:BEN_PRTT_ENRT_ACTN_F, status:VALID, product: BEN - Advanced Benefits , description: Participants outstanding enrollment actions. , implementation_dba_data: BEN.BEN_PRTT_ENRT_ACTN_F ,
-
Table: BEN_POPL_ACTN_TYP_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_POPL_ACTN_TYP_F, object_name:BEN_POPL_ACTN_TYP_F, status:VALID, product: BEN - Advanced Benefits , description: Time allowed to respond to action type. , implementation_dba_data: BEN.BEN_POPL_ACTN_TYP_F ,
-
Table: BEN_POPL_ACTN_TYP_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_POPL_ACTN_TYP_F, object_name:BEN_POPL_ACTN_TYP_F, status:VALID, product: BEN - Advanced Benefits , description: Time allowed to respond to action type. , implementation_dba_data: BEN.BEN_POPL_ACTN_TYP_F ,
-
Table: BEN_CM_TYP_USG_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CM_TYP_USG_F, object_name:BEN_CM_TYP_USG_F, status:VALID, product: BEN - Advanced Benefits , description: Usages of communication type. , implementation_dba_data: BEN.BEN_CM_TYP_USG_F ,
-
Table: BEN_PRTT_ENRT_ACTN_F
12.1.1
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_F, object_name:BEN_PRTT_ENRT_ACTN_F, status:VALID, product: BEN - Advanced Benefits , description: Participants outstanding enrollment actions. , implementation_dba_data: BEN.BEN_PRTT_ENRT_ACTN_F ,
-
Table: BEN_CM_TYP_USG_F
12.2.2
owner:BEN, object_type:TABLE, fnd_design_data:BEN.BEN_CM_TYP_USG_F, object_name:BEN_CM_TYP_USG_F, status:VALID, product: BEN - Advanced Benefits , description: Usages of communication type. , implementation_dba_data: BEN.BEN_CM_TYP_USG_F ,
-
View: BEN_POPL_ACTN_TYP_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_POPL_ACTN_TYP_D, object_name:BEN_POPL_ACTN_TYP_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_POPL_ACTN_TYP_D ,
-
View: BEN_POPL_ACTN_TYP_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_POPL_ACTN_TYP_D, object_name:BEN_POPL_ACTN_TYP_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_POPL_ACTN_TYP_D ,
-
View: BEN_PER_CM_PCU_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PCU_LOV_V, object_name:BEN_PER_CM_PCU_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PCU_LOV_V ,
-
View: BEN_PER_CM_PCU_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_PCU_LOV_V, object_name:BEN_PER_CM_PCU_LOV_V, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_PCU_LOV_V ,
-
View: BEN_PRTT_ENRT_ACTN_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_D, object_name:BEN_PRTT_ENRT_ACTN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_ACTN_D ,
-
View: BEN_PER_CM_USG_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_USG_D, object_name:BEN_PER_CM_USG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_USG_D ,
-
View: BEN_PER_CM_USG_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PER_CM_USG_D, object_name:BEN_PER_CM_USG_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PER_CM_USG_D ,
-
View: BEN_PRTT_ENRT_ACTN_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BEN_PRTT_ENRT_ACTN_D, object_name:BEN_PRTT_ENRT_ACTN_D, status:VALID, product: BEN - Advanced Benefits , implementation_dba_data: APPS.BEN_PRTT_ENRT_ACTN_D ,