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 ,
-
APPS.PQP_US_PENSION_EXTRACTS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_US_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.HR_LEGISLATION_ELEMENTS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_CA_WF_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_AU_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.HR_ELEMENT_LINKS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_PAYROLL_ACTIONS_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_ELEMENT_LINKS_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PQP_PENSION_EXTRACTS dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PQP_PENSION_EXTRACTS dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_RESTRICT_VAL_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_AU_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PQP_NL_PGGM_PENSION_EXTRACTS dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_SG_DEDUCTIONS dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_JP_REPORT_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.HR_JP_ID_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_ELEMENT_SETS_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_DK_PR_LE dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_PAYUSDED_XMLP_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.HR_US_REPORTS dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.HR_DELETE dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_JP_PAYSLIP_ARCHIVE dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.HR_JP_ID_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_JP_CUSTOM_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_ELEMENT_SETS_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.HR_JP_ID_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_PAYUSDED_XMLP_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_JP_UITE_ARCH_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_US_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_SG_DEDUCTIONS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_WF_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_GB_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_DK_PR_LE dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PQP_US_PENSION_EXTRACTS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.HR_JP_GENERAL_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_LOADER_UTILS_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_IP_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_GB_RETRO_UPGRADE dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PQP_NL_PGGM_PENSION_EXTRACTS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_KR_PROCESS_NAV_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_DK_PR_ELE dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PAY_JP_DATA_MIGRATION_PKG dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PQP_US_PENSION_EXTRACTS dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PSP_UPGRADE_EFF_REPORTS dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_JP_CUSTOM_PKG dependencies on PAY_ELEMENT_SETS
12.2.2
-
APPS.PAY_EGU_BUS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on PAY_ELEMENT_SETS
12.1.1
-
APPS.PSP_UPGRADE_EFF_REPORTS dependencies on PAY_ELEMENT_SETS
12.1.1