Search Results pay_all_payrolls_f
Overview
The PAY_ALL_PAYROLLS_F table is a core data object within the Oracle E-Business Suite Payroll module (PAY). It serves as the master repository for payroll group definitions, which are fundamental organizational structures for processing employee compensation. A payroll group defines the parameters for a specific pay cycle, including its frequency, associated organization, and accounting rules. This table is date-effective, as indicated by the '_F' suffix and the presence of EFFECTIVE_START_DATE and EFFECTIVE_END_DATE columns in its primary key, allowing for the tracking of historical changes to payroll definitions over time. Its role is critical for payroll processing runs, cost allocation, and financial reporting.
Key Information Stored
The table stores the defining attributes of a payroll. The primary key uniquely identifies a payroll definition across time (PAYROLL_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE). Essential columns include PAYROLL_NAME for identification and PERIOD_TYPE, which links to PER_TIME_PERIOD_TYPES to define the pay frequency (e.g., weekly, monthly). The table also holds key foreign key references that configure the payroll's operational and financial context: BUSINESS_GROUP_ID and ORGANIZATION_ID link to HR_ALL_ORGANIZATION_UNITS; CONSOLIDATION_SET_ID links to PAY_CONSOLIDATION_SETS for reporting; and COST_ALLOCATION_KEYFLEX_ID, SUSPENSE_ACCOUNT_KEYFLEX_ID, and SOFT_CODING_KEYFLEX_ID link to key flexfields for accounting and defaulting rules.
Common Use Cases and Queries
This table is central to payroll setup, reporting, and integration. Common use cases include generating a list of all active payrolls within a business group for a process schedule, validating payroll parameters before a batch run, and tracing accounting configurations. A typical query retrieves active payroll definitions for reporting or feeder systems.
- Listing active payrolls with key details:
SELECT payroll_name, period_type, organization_id FROM pay_all_payrolls_f WHERE SYSDATE BETWEEN effective_start_date AND effective_end_date AND business_group_id = &bg_id; - Identifying payrolls using a specific consolidation set for period-end reporting.
- Troubleshooting by joining to related key flexfield tables to verify cost account mappings.
Related Objects
PAY_ALL_PAYROLLS_F has defined relationships with several other critical HR and Payroll tables, primarily through foreign key constraints. These relationships are essential for data integrity and join logic in custom reports and interfaces.
- HR_ALL_ORGANIZATION_UNITS: Linked via BUSINESS_GROUP_ID and ORGANIZATION_ID to define the payroll's legal employer and operating unit context.
- PAY_CONSOLIDATION_SETS: Linked via CONSOLIDATION_SET_ID to group payrolls for period-end processing.
- PAY_COST_ALLOCATION_KEYFLEX: Linked via COST_ALLOCATION_KEYFLEX_ID and SUSPENSE_ACCOUNT_KEYFLEX_ID for default costing and suspense account rules.
- HR_SOFT_CODING_KEYFLEX: Linked via SOFT_CODING_KEYFLEX_ID for default earning and deduction rules.
- PER_TIME_PERIOD_TYPES: Linked via PERIOD_TYPE to define the payroll frequency (e.g., 'Calendar Monthly').
-
Table: PAY_ALL_PAYROLLS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ALL_PAYROLLS_F, object_name:PAY_ALL_PAYROLLS_F, status:VALID, product: PAY - Payroll , description: Payroll group definitions. , implementation_dba_data: HR.PAY_ALL_PAYROLLS_F ,
-
Table: PAY_ALL_PAYROLLS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ALL_PAYROLLS_F, object_name:PAY_ALL_PAYROLLS_F, status:VALID, product: PAY - Payroll , description: Payroll group definitions. , implementation_dba_data: HR.PAY_ALL_PAYROLLS_F ,
-
Table: PAY_COST_ALLOCATION_KEYFLEX
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COST_ALLOCATION_KEYFLEX, object_name:PAY_COST_ALLOCATION_KEYFLEX, status:VALID, product: PAY - Payroll , description: Cost Allocation key flexfield combinations table. , implementation_dba_data: HR.PAY_COST_ALLOCATION_KEYFLEX ,
-
Table: PAY_COST_ALLOCATION_KEYFLEX
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COST_ALLOCATION_KEYFLEX, object_name:PAY_COST_ALLOCATION_KEYFLEX, status:VALID, product: PAY - Payroll , description: Cost Allocation key flexfield combinations table. , implementation_dba_data: HR.PAY_COST_ALLOCATION_KEYFLEX ,
-
View: PAY_PAYROLLS_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLLS_F, object_name:PAY_PAYROLLS_F, status:VALID, product: PAY - Payroll , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.PAY_PAYROLLS_F ,
-
View: PAY_PAYROLLS_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLLS_F, object_name:PAY_PAYROLLS_F, status:VALID, product: PAY - Payroll , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.PAY_PAYROLLS_F ,
-
Table: PAY_CONSOLIDATION_SETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_CONSOLIDATION_SETS, object_name:PAY_CONSOLIDATION_SETS, status:VALID, product: PAY - Payroll , description: Consolidation set of results of payroll processing. , implementation_dba_data: HR.PAY_CONSOLIDATION_SETS ,
-
Table: PAY_CONSOLIDATION_SETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_CONSOLIDATION_SETS, object_name:PAY_CONSOLIDATION_SETS, status:VALID, product: PAY - Payroll , description: Consolidation set of results of payroll processing. , implementation_dba_data: HR.PAY_CONSOLIDATION_SETS ,
-
View: PAY_PAYROLLS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLLS_V2, object_name:PAY_PAYROLLS_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLLS_V2 ,
-
View: PAY_PAYROLLS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYROLLS_V2, object_name:PAY_PAYROLLS_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_PAYROLLS_V2 ,
-
View: PAY_ASSIGNMENTS_US_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENTS_US_LOV, object_name:PAY_ASSIGNMENTS_US_LOV, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ASSIGNMENTS_US_LOV ,
-
View: PAY_ASSIGNMENTS_US_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENTS_US_LOV, object_name:PAY_ASSIGNMENTS_US_LOV, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ASSIGNMENTS_US_LOV ,
-
View: PAY_PDT_BATCH_HEADERS_V_OBS
12.1.1
product: PAY - Payroll , description: View used to maintain batch header information for a PayMIX batch. , implementation_dba_data: Not implemented in this database ,
-
View: PAY_PDT_BATCH_HEADERS_V_OBS
12.2.2
product: PAY - Payroll , description: View used to maintain batch header information for a PayMIX batch. , implementation_dba_data: Not implemented in this database ,
-
View: PAY_XLA_EST_OR_PAYM_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_EST_OR_PAYM_ACTIONS_V, object_name:PAY_XLA_EST_OR_PAYM_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_EST_OR_PAYM_ACTIONS_V ,
-
View: PAY_XLA_EST_OR_PAYM_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_EST_OR_PAYM_ACTIONS_V, object_name:PAY_XLA_EST_OR_PAYM_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_EST_OR_PAYM_ACTIONS_V ,
-
View: PAY_XLA_COST_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_COST_ACTIONS_V, object_name:PAY_XLA_COST_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_COST_ACTIONS_V ,
-
View: PAY_XLA_COST_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_XLA_COST_ACTIONS_V, object_name:PAY_XLA_COST_ACTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_XLA_COST_ACTIONS_V ,
-
View: PAY_ALL_PAYROLLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ALL_PAYROLLS, object_name:PAY_ALL_PAYROLLS, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_ALL_PAYROLLS ,
-
View: PAY_SG_ASG_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_ASG_ACTIONS_V, object_name:PAY_SG_ASG_ACTIONS_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_ASG_ACTIONS_V ,
-
View: PAY_GB_NICABLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_NICABLE_V, object_name:PAY_GB_NICABLE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_NICABLE_V ,
-
View: PAY_ALL_PAYROLLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ALL_PAYROLLS, object_name:PAY_ALL_PAYROLLS, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_ALL_PAYROLLS ,
-
View: PAY_SG_ASG_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_SG_ASG_ACTIONS_V, object_name:PAY_SG_ASG_ACTIONS_V, status:VALID, product: PAY - Payroll , description: Singapore localisation view. , implementation_dba_data: APPS.PAY_SG_ASG_ACTIONS_V ,
-
View: PAY_GB_NICABLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_NICABLE_V, object_name:PAY_GB_NICABLE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_NICABLE_V ,
-
View: PAY_APAC_EMPLOYEE_ACTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_EMPLOYEE_ACTION_V, object_name:PAY_APAC_EMPLOYEE_ACTION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_EMPLOYEE_ACTION_V ,
-
View: PAY_CA_DEDUCTIONS_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_DEDUCTIONS_REPORT_V, object_name:PAY_CA_DEDUCTIONS_REPORT_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_DEDUCTIONS_REPORT_V ,
-
View: PAY_EMPLOYEE_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMPLOYEE_ACTION_INFO_V, object_name:PAY_EMPLOYEE_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMPLOYEE_ACTION_INFO_V ,
-
View: PAY_EMPLOYEE_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMPLOYEE_ACTION_INFO_V, object_name:PAY_EMPLOYEE_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMPLOYEE_ACTION_INFO_V ,
-
View: PAY_APAC_EMPLOYEE_ACTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_EMPLOYEE_ACTION_V, object_name:PAY_APAC_EMPLOYEE_ACTION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_EMPLOYEE_ACTION_V ,
-
View: PAY_CA_DEDUCTIONS_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_DEDUCTIONS_REPORT_V, object_name:PAY_CA_DEDUCTIONS_REPORT_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_DEDUCTIONS_REPORT_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_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_BATCH_BAL_ADJ_CE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BATCH_BAL_ADJ_CE_V, object_name:PAY_BATCH_BAL_ADJ_CE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_BATCH_BAL_ADJ_CE_V ,
-
View: PAY_BATCH_BAL_ADJ_CE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BATCH_BAL_ADJ_CE_V, object_name:PAY_BATCH_BAL_ADJ_CE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_BATCH_BAL_ADJ_CE_V ,
-
View: PAY_US_DEDUCTIONS_REPORT_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_DEDUCTIONS_REPORT_RBR_V, object_name:PAY_US_DEDUCTIONS_REPORT_RBR_V, status:VALID, product: PAY - Payroll , description: This view returns all the deductions for an employee , implementation_dba_data: APPS.PAY_US_DEDUCTIONS_REPORT_RBR_V ,
-
View: PAY_US_DEDUCTIONS_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_DEDUCTIONS_REPORT_V, object_name:PAY_US_DEDUCTIONS_REPORT_V, status:VALID, product: PAY - Payroll , description: This view returns all the deductions for an employee , implementation_dba_data: APPS.PAY_US_DEDUCTIONS_REPORT_V ,
-
View: PAY_US_DEDUCTIONS_REPORT_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_DEDUCTIONS_REPORT_RBR_V, object_name:PAY_US_DEDUCTIONS_REPORT_RBR_V, status:VALID, product: PAY - Payroll , description: This view returns all the deductions for an employee , implementation_dba_data: APPS.PAY_US_DEDUCTIONS_REPORT_RBR_V ,
-
View: PAY_US_DEDUCTIONS_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_DEDUCTIONS_REPORT_V, object_name:PAY_US_DEDUCTIONS_REPORT_V, status:VALID, product: PAY - Payroll , description: This view returns all the deductions for an employee , implementation_dba_data: APPS.PAY_US_DEDUCTIONS_REPORT_V ,
-
View: PAY_JP_ITAX_WITHHELD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GENSEN CHOSYU HYO. , implementation_dba_data: APPS.PAY_JP_ITAX_WITHHELD_V ,
-
View: PAY_JP_ITAX_WITHHELD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_ITAX_WITHHELD_V, object_name:PAY_JP_ITAX_WITHHELD_V, status:VALID, product: PAY - Payroll , description: This view is used by Japanese statutory report of GENSEN CHOSYU HYO. , implementation_dba_data: APPS.PAY_JP_ITAX_WITHHELD_V ,