Search Results pay_freq_rule_periods
Overview
The PAY_FREQ_RULE_PERIODS table is a core data object within the Oracle E-Business Suite Payroll module (PAY). It is owned by the HR schema and is integral to the system's configuration of deduction and payment frequencies. As indicated by its description, this table stores the specific frequency rule for a given combination of a deduction and a payroll. This functionality is critical for ensuring that recurring deductions, such as loan repayments, union dues, or garnishments, are correctly applied according to a defined schedule within each payroll processing cycle. The table's validity in both releases 12.1.1 and 12.2.2 underscores its stable, foundational role in the payroll architecture.
Key Information Stored
The table's primary key is the FREQ_RULE_PERIOD_ID, a unique system-generated identifier for each frequency rule period record. Two critical foreign key columns establish its relationships within the HR and Payroll data model. The ELE_PAYROLL_FREQ_RULE_ID column links to the PAY_ELE_PAYROLL_FREQ_RULES table, which defines the overarching frequency rule for an element entry on a specific payroll. The BUSINESS_GROUP_ID column links to HR_ALL_ORGANIZATION_UNITS, thereby securing the rule within the appropriate business group for data security and partitioning (Multi-Org). While the specific descriptive columns for the frequency period (e.g., period type, duration, anchor dates) are not detailed in the provided excerpt, this table is the child entity where the concrete, periodic schedule derived from its parent rule is stored.
Common Use Cases and Queries
This table is primarily accessed for auditing, troubleshooting, and reporting on deduction schedules. A common scenario involves investigating why a particular deduction did not occur in a payroll run. A technical consultant or analyst would trace from the element entry through the frequency rule to the periods stored in this table. A typical diagnostic query would join PAY_FREQ_RULE_PERIODS to PAY_ELE_PAYROLL_FREQ_RULES and the element entry tables. Reporting use cases include generating a list of all active deduction schedules for an employee or payroll, which requires querying this table to understand the effective periodicity. Direct manipulation of data in this table via SQL is strongly discouraged; changes should be made through the standard Oracle Payroll APIs or the applicable forms to maintain business logic integrity.
Related Objects
The table maintains documented foreign key relationships with two key objects, defining its place in the data model:
- PAY_ELE_PAYROLL_FREQ_RULES: This is the primary parent table. The relationship is defined by the column PAY_FREQ_RULE_PERIODS.ELE_PAYROLL_FREQ_RULE_ID referencing PAY_ELE_PAYROLL_FREQ_RULES. This links the stored period details to the master frequency rule definition.
- HR_ALL_ORGANIZATION_UNITS: The relationship via PAY_FREQ_RULE_PERIODS.BUSINESS_GROUP_ID enforces business group context and security, a standard pattern across HRMS tables.
-
Table: PAY_FREQ_RULE_PERIODS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_FREQ_RULE_PERIODS, object_name:PAY_FREQ_RULE_PERIODS, status:VALID, product: PAY - Payroll , description: Stores frequency rule for a deduction/payroll combination. , implementation_dba_data: HR.PAY_FREQ_RULE_PERIODS ,
-
Table: PAY_FREQ_RULE_PERIODS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_FREQ_RULE_PERIODS, object_name:PAY_FREQ_RULE_PERIODS, status:VALID, product: PAY - Payroll , description: Stores frequency rule for a deduction/payroll combination. , implementation_dba_data: HR.PAY_FREQ_RULE_PERIODS ,
-
APPS.HR_DELETE dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.BEN_DISTRIBUTE_RATES dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.HR_US_FF_UDFS dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.HR_US_GARN_GEN dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.HR_USER_INIT_DEDN dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.HR_ELEMENTS dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.HR_US_GARN_GEN dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.HR_USER_INIT_DEDN dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.PAY_PYEPFREQ_PKG dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.BEN_DISTRIBUTE_RATES dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.PAY_PYEPFREQ_PKG dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.HR_US_FF_UDFS dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.HR_CA_FF_UDFS dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.HR_ELEMENTS dependencies on PAY_FREQ_RULE_PERIODS
12.1.1
-
APPS.HR_DELETE dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_FREQ_RULE_PERIODS
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.2.2
-
TABLE: HR.PAY_FREQ_RULE_PERIODS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_FREQ_RULE_PERIODS, object_name:PAY_FREQ_RULE_PERIODS, status:VALID,
-
APPS.HR_US_FF_UDFS dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.1.1
-
TABLE: HR.PAY_FREQ_RULE_PERIODS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_FREQ_RULE_PERIODS, object_name:PAY_FREQ_RULE_PERIODS, status:VALID,
-
VIEW: HR.PAY_FREQ_RULE_PERIODS#
12.2.2
-
APPS.HR_US_FF_UDFS dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.1.1
-
VIEW: HR.PAY_FREQ_RULE_PERIODS#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_FREQ_RULE_PERIODS#, status:VALID,
-
APPS.PAY_PYEPFREQ_PKG SQL Statements
12.2.2
-
SYNONYM: PUBLIC.PAY_FREQ_RULE_PERIODS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_FREQ_RULE_PERIODS, status:VALID,
-
APPS.PAY_PYEPFREQ_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.PAY_FREQ_RULE_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_FREQ_RULE_PERIODS, status:VALID,
-
APPS.BEN_DISTRIBUTE_RATES dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.2.2
-
SYNONYM: APPS.PAY_FREQ_RULE_PERIODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_FREQ_RULE_PERIODS, status:VALID,
-
APPS.PAY_PYEPFREQ_PKG dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.2.2
-
TABLE: HR.PAY_ELE_PAYROLL_FREQ_RULES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELE_PAYROLL_FREQ_RULES, object_name:PAY_ELE_PAYROLL_FREQ_RULES, status:VALID,
-
APPS.PAY_PYEPFREQ_PKG dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.1.1
-
APPS.BEN_DISTRIBUTE_RATES dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.1.1
-
TABLE: HR.PAY_ELE_PAYROLL_FREQ_RULES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELE_PAYROLL_FREQ_RULES, object_name:PAY_ELE_PAYROLL_FREQ_RULES, status:VALID,
-
TRIGGER: APPS.PAY_FREQ_RULE_PERIODS_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_FREQ_RULE_PERIODS_WHO, status:VALID,
-
PACKAGE BODY: APPS.PAY_PYEPFREQ_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PYEPFREQ_PKG, status:VALID,
-
APPS.PAY_PYEPFREQ_PKG dependencies on PAY_FREQ_RULE_PERIODS_S
12.1.1
-
APPS.PAY_PYEPFREQ_PKG dependencies on PAY_FREQ_RULE_PERIODS_S
12.2.2
-
APPS.HR_DELETE dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.1.1
-
APPS.HR_DELETE dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.2.2
-
APPS.PAY_PYEPFREQ_PKG dependencies on DUAL
12.2.2
-
APPS.PAY_PYEPFREQ_PKG dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.PAY_PYEPFREQ_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PYEPFREQ_PKG, status:VALID,
-
Table: PAY_ELE_PAYROLL_FREQ_RULES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELE_PAYROLL_FREQ_RULES, object_name:PAY_ELE_PAYROLL_FREQ_RULES, status:VALID, product: PAY - Payroll , description: Frequency rules for a deduction/payroll combination. , implementation_dba_data: HR.PAY_ELE_PAYROLL_FREQ_RULES ,
-
Table: PAY_ELE_PAYROLL_FREQ_RULES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELE_PAYROLL_FREQ_RULES, object_name:PAY_ELE_PAYROLL_FREQ_RULES, status:VALID, product: PAY - Payroll , description: Frequency rules for a deduction/payroll combination. , implementation_dba_data: HR.PAY_ELE_PAYROLL_FREQ_RULES ,
-
TRIGGER: APPS.PAY_FREQ_RULE_PERIODS_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:PAY_FREQ_RULE_PERIODS_WHO, status:VALID,
-
APPS.HR_ELEMENTS dependencies on PAY_ELE_PAYROLL_FREQ_RULES
12.1.1