Search Results pay_element_sets
Overview
The PAY_ELEMENT_SETS table is a core configuration object within the Oracle E-Business Suite (EBS) Payroll module (PAY). Its primary function is to serve as a master definition for logical groupings of payroll elements. As indicated in the official documentation, these sets are used to restrict payroll runs, customize application windows, or act as a distribution set for costs. By creating these reusable groupings, administrators can efficiently manage and apply rules to specific subsets of earnings, deductions, and other element types without manually selecting individual elements for each process, thereby enforcing consistency and control across payroll operations.
Key Information Stored
The table's structure centers on the unique identifier for each element set. The primary key column, ELEMENT_SET_ID, is the critical field that uniquely identifies each defined set. While the provided metadata does not list all columns, typical columns in such a configuration table would include a user-defined NAME for the set, a DESCRIPTION, and potentially columns to define the set's TYPE (e.g., for payroll run restriction, window customization, or costing). The ELEMENT_SET_ID is the foreign key referenced by numerous dependent tables, linking the set definition to its specific applications and member elements.
Common Use Cases and Queries
A primary use case is restricting a payroll run to process only a defined set of elements, which is crucial for running supplemental or off-cycle payments. Another is defining a cost distribution set to allocate specific elements to particular accounts. Administrators often query this table to audit configuration or troubleshoot payroll processes. Common SQL patterns include listing all defined sets or finding which sets contain a specific element via joins to related tables.
- Listing all element sets:
SELECT element_set_id, name FROM pay_element_sets ORDER BY name; - Finding sets used by a specific payroll action:
SELECT pes.name FROM pay_element_sets pes, pay_payroll_actions ppa WHERE ppa.element_set_id = pes.element_set_id AND ppa.payroll_action_id = &action_id;
Related Objects
The PAY_ELEMENT_SETS table is central to the payroll data model, as evidenced by its foreign key relationships. Key related objects include:
- PAY_ELEMENT_LINKS_F: Links the element set to specific element entries for assignments.
- PAY_ELEMENT_TYPE_RULES and PAY_ELE_CLASSIFICATION_RULES: Define the membership of the set based on element type or classification.
- PAY_PAYROLL_ACTIONS: References an element set to restrict the scope of a payroll run or quickpay process.
These relationships illustrate how the abstract definition in PAY_ELEMENT_SETS is applied to concrete payroll tasks, linking configuration to operational execution.
-
Table: PAY_ELEMENT_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_SETS, object_name:PAY_ELEMENT_SETS, status:VALID, product: PAY - Payroll , description: Groups elements to restrict payroll runs, customize windows, or as a distribution set for costs. , implementation_dba_data: HR.PAY_ELEMENT_SETS ,
-
Table: PAY_ELEMENT_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_SETS, object_name:PAY_ELEMENT_SETS, status:VALID, product: PAY - Payroll , description: Groups elements to restrict payroll runs, customize windows, or as a distribution set for costs. , implementation_dba_data: HR.PAY_ELEMENT_SETS ,
-
Table: PAY_ELE_CLASSIFICATION_RULES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELE_CLASSIFICATION_RULES, object_name:PAY_ELE_CLASSIFICATION_RULES, status:VALID, product: PAY - Payroll , description: Intersection table for PAY_ELEMENT_SETS and PAY_ELEMENT_CLASSIFICATIONS. , implementation_dba_data: HR.PAY_ELE_CLASSIFICATION_RULES ,
-
Table: PAY_ELE_CLASSIFICATION_RULES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELE_CLASSIFICATION_RULES, object_name:PAY_ELE_CLASSIFICATION_RULES, status:VALID, product: PAY - Payroll , description: Intersection table for PAY_ELEMENT_SETS and PAY_ELEMENT_CLASSIFICATIONS. , implementation_dba_data: HR.PAY_ELE_CLASSIFICATION_RULES ,
-
View: PAY_JP_SI_FD_ACTION_DATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SI_FD_ACTION_DATE_V, object_name:PAY_JP_SI_FD_ACTION_DATE_V, status:VALID, product: PAY - Payroll , description: This view returns Assignment Action of Bonus or Santei or Geppen Payroll Process based on business_group_id and element_set_code. , implementation_dba_data: APPS.PAY_JP_SI_FD_ACTION_DATE_V ,
-
View: PAY_JP_SI_FD_ACTION_DATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SI_FD_ACTION_DATE_V, object_name:PAY_JP_SI_FD_ACTION_DATE_V, status:VALID, product: PAY - Payroll , description: This view returns Assignment Action of Bonus or Santei or Geppen Payroll Process based on business_group_id and element_set_code. , implementation_dba_data: APPS.PAY_JP_SI_FD_ACTION_DATE_V ,
-
View: PAY_ELEMENT_SET_MEMBERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SET_MEMBERS, object_name:PAY_ELEMENT_SET_MEMBERS, status:VALID, product: PAY - Payroll , description: List of elements in each element set. , implementation_dba_data: APPS.PAY_ELEMENT_SET_MEMBERS ,
-
View: PAY_ELEMENT_SET_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SET_MEMBERS, object_name:PAY_ELEMENT_SET_MEMBERS, status:VALID, product: PAY - Payroll , description: List of elements in each element set. , implementation_dba_data: APPS.PAY_ELEMENT_SET_MEMBERS ,
-
Table: PAY_ELEMENT_TYPE_RULES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_RULES, object_name:PAY_ELEMENT_TYPE_RULES, status:VALID, product: PAY - Payroll , description: Include and exclude rules for specific elements in an element set. , implementation_dba_data: HR.PAY_ELEMENT_TYPE_RULES ,
-
Table: PAY_ELEMENT_TYPE_RULES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_RULES, object_name:PAY_ELEMENT_TYPE_RULES, status:VALID, product: PAY - Payroll , description: Include and exclude rules for specific elements in an element set. , implementation_dba_data: HR.PAY_ELEMENT_TYPE_RULES ,
-
View: PAY_ELEMENT_RUN_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_RUN_LOV, object_name:PAY_ELEMENT_RUN_LOV, status:VALID, product: PAY - Payroll , description: View of the list of values for a form module, showing the element run sets. , implementation_dba_data: APPS.PAY_ELEMENT_RUN_LOV ,
-
View: PAY_ELEMENT_RUN_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_RUN_LOV, object_name:PAY_ELEMENT_RUN_LOV, status:VALID, product: PAY - Payroll , description: View of the list of values for a form module, showing the element run sets. , implementation_dba_data: APPS.PAY_ELEMENT_RUN_LOV ,
-
View: PAY_ELEMENT_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SETS_VL, object_name:PAY_ELEMENT_SETS_VL, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_ELEMENT_SETS_VL ,
-
View: PAY_ELEMENT_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SETS_VL, object_name:PAY_ELEMENT_SETS_VL, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_ELEMENT_SETS_VL ,
-
View: PAY_ELEMENT_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SETS_V, object_name:PAY_ELEMENT_SETS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ELEMENT_SETS_V ,
-
Table: PAY_PAYROLL_ACTIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS, object_name:PAY_PAYROLL_ACTIONS, status:VALID, product: PAY - Payroll , description: Holds information about a payroll process. , implementation_dba_data: HR.PAY_PAYROLL_ACTIONS ,
-
Table: PAY_ELEMENT_LINKS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_LINKS_F, object_name:PAY_ELEMENT_LINKS_F, status:VALID, product: PAY - Payroll , description: Eligibility rules for an element type. , implementation_dba_data: HR.PAY_ELEMENT_LINKS_F ,
-
Table: PAY_PAYROLL_ACTIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS, object_name:PAY_PAYROLL_ACTIONS, status:VALID, product: PAY - Payroll , description: Holds information about a payroll process. , implementation_dba_data: HR.PAY_PAYROLL_ACTIONS ,
-
View: PAY_ELEMENT_SETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_SETS_V, object_name:PAY_ELEMENT_SETS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ELEMENT_SETS_V ,
-
Table: PAY_ELEMENT_LINKS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_LINKS_F, object_name:PAY_ELEMENT_LINKS_F, status:VALID, product: PAY - Payroll , description: Eligibility rules for an element type. , implementation_dba_data: HR.PAY_ELEMENT_LINKS_F ,
-
View: PAY_JP_GEPPEN_SANTEI_MT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_GEPPEN_SANTEI_MT_V, object_name:PAY_JP_GEPPEN_SANTEI_MT_V, status:VALID, product: PAY - Payroll , description: PAY_JP_GEPPEN_SANTEI_MT_V is used by Japanese statutory report of GEPPEN SANTEI for magtape file , implementation_dba_data: APPS.PAY_JP_GEPPEN_SANTEI_MT_V ,
-
View: PAY_JP_GEPPEN_SANTEI_MT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_GEPPEN_SANTEI_MT_V, object_name:PAY_JP_GEPPEN_SANTEI_MT_V, status:VALID, product: PAY - Payroll , description: PAY_JP_GEPPEN_SANTEI_MT_V is used by Japanese statutory report of GEPPEN SANTEI for magtape file , implementation_dba_data: APPS.PAY_JP_GEPPEN_SANTEI_MT_V ,
-
View: PAY_PAYROLL_ACTIONS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V3, object_name:PAY_PAYROLL_ACTIONS_V3, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V3 ,
-
View: PAY_PAYROLL_ACTIONS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V3, object_name:PAY_PAYROLL_ACTIONS_V3, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V3 ,
-
View: PAY_ELEMENT_LINKS_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_D, object_name:PAY_ELEMENT_LINKS_D, status:VALID, product: PAY - Payroll , description: Used by DateTrack History , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_D ,
-
View: PAY_ELEMENT_LINKS_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_D, object_name:PAY_ELEMENT_LINKS_D, status:VALID, product: PAY - Payroll , description: Used by DateTrack History , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_D ,
-
View: PAY_PAYROLL_ACTIONS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V2, object_name:PAY_PAYROLL_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V2 ,
-
View: PAY_PAYROLL_ACTIONS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLL_ACTIONS_V2, object_name:PAY_PAYROLL_ACTIONS_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLL_ACTIONS_V2 ,
-
View: PAYBV_ELEMENT_LINK_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_ELEMENT_LINK_DETAIL_V, object_name:PAYBV_ELEMENT_LINK_DETAIL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_ELEMENT_LINK_DETAIL_V ,
-
View: PAYBV_ELEMENT_LINK_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_ELEMENT_LINK_DETAIL_V, object_name:PAYBV_ELEMENT_LINK_DETAIL_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_ELEMENT_LINK_DETAIL_V ,
-
View: PAY_ELEMENT_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_V, object_name:PAY_ELEMENT_LINKS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_V ,
-
View: PAY_ELEMENT_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_LINKS_V, object_name:PAY_ELEMENT_LINKS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ELEMENT_LINKS_V ,
-
View: PAY_JP_PRE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX_V, object_name:PAY_JP_PRE_TAX_V, status:VALID, product: PAY - Payroll , description: This view is used by PAYJPPTX form and Japanese legislative reports. , implementation_dba_data: APPS.PAY_JP_PRE_TAX_V ,
-
View: PAY_SG_PAYSGNSL_BAL_BY_DATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_PAYSGNSL_BAL_BY_DATE_V, object_name:PAY_SG_PAYSGNSL_BAL_BY_DATE_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_PAYSGNSL_BAL_BY_DATE_V ,
-
View: PAY_SG_PAYSGNSL_BAL_BY_DATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_PAYSGNSL_BAL_BY_DATE_V, object_name:PAY_SG_PAYSGNSL_BAL_BY_DATE_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_PAYSGNSL_BAL_BY_DATE_V ,
-
View: PAY_JP_SI_BON_PAYMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SI_BON_PAYMENT_V, object_name:PAY_JP_SI_BON_PAYMENT_V, status:VALID, product: PAY - Payroll , description: This view returns Assignment Action of Bonus Payroll Process based on business_group_id and si_org_id. , implementation_dba_data: APPS.PAY_JP_SI_BON_PAYMENT_V ,
-
View: PAY_JP_PRE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PRE_TAX_V, object_name:PAY_JP_PRE_TAX_V, status:VALID, product: PAY - Payroll , description: This view is used by PAYJPPTX form and Japanese legislative reports. , implementation_dba_data: APPS.PAY_JP_PRE_TAX_V ,
-
View: PAY_JP_SI_BON_PAYMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SI_BON_PAYMENT_V, object_name:PAY_JP_SI_BON_PAYMENT_V, status:VALID, product: PAY - Payroll , description: This view returns Assignment Action of Bonus Payroll Process based on business_group_id and si_org_id. , implementation_dba_data: APPS.PAY_JP_SI_BON_PAYMENT_V ,