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 ,
-
Lookup Type: BEN_ACTN_TYP
12.1.1
product: PER - Human Resources , meaning: BEN_ACTN_TYP ,
-
Lookup Type: BEN_ACTN_TYP
12.2.2
product: PER - Human Resources , meaning: BEN_ACTN_TYP ,
-
APPS.HRI_OPL_BEN_ENRL_ACTN dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EXT_ACTN dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EXT_PERSON dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_PEA_BUS dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_ACTION_TYPE_API dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EAT_BUS dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EAT_DEL dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_MNG_DPNT_BNF dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EAT_UPD dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_PEA_BUS dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_EXT_PERSON dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_BENCMAUD_XMLP_PKG dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_BENCMEPE_XMLP_PKG dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_ACTION_TYPE_API dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_ORG_DELETE dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EXT_ACTN dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_BENCMETY_XMLP_PKG dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_MNG_DPNT_BNF dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_BENCMSUM_XMLP_PKG dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_BENCMSUM_XMLP_PKG dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_SEED_ACTION_ITEM_TYPES dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.HRI_OPL_BEN_ENRLACTN_EQ dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_EAT_INS dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_DM_DOWNLOAD_DK dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_DM_UPLOAD_DK dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_EXTRACT_SEED dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_DM_UPLOAD_DK dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_BENCMETY_XMLP_PKG dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EAT_UPD dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_EAT_DEL dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_ORG_DELETE dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_EAT_INS dependencies on BEN_ACTN_TYP
12.2.2
-
APPS.BEN_SEED_ACTION_ITEM_TYPES dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_EXTRACT_SEED dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_BENCMAUD_XMLP_PKG dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_DM_DOWNLOAD_DK dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.HRI_OPL_BEN_ENRLACTN_EQ dependencies on BEN_ACTN_TYP
12.1.1
-
APPS.BEN_BENCMEPE_XMLP_PKG dependencies on BEN_ACTN_TYP
12.1.1