Search Results pay_run_results
Overview
The PAY_RUN_RESULTS table is a core transactional table within the Oracle E-Business Suite Payroll module (PAY). It serves as the definitive repository for the output generated from processing a single element entry during a payroll run. Each row in this table represents the calculated result for a specific element, such as regular earnings, a deduction, or a tax, for a specific assignment within a specific payroll run. The table is fundamental to the payroll engine's operation, storing the raw, detailed results that are later aggregated and transferred to other modules for costing, payment, and reporting. Its integrity is critical, as it directly feeds downstream financial and HR processes.
Key Information Stored
While the provided metadata does not list specific columns, based on its role and standard Oracle Payroll architecture, the PAY_RUN_RESULTS table typically contains several key types of data. The primary key is RUN_RESULT_ID, a unique system-generated identifier for each result record. Essential foreign key columns include ASSIGNMENT_ID, linking the result to the employee assignment; ELEMENT_ENTRY_ID, linking to the source element entry that was processed; and RUN_RESULT_ID of a parent result for hierarchical calculations. Crucially, it stores the calculated monetary AMOUNT or RATE, the UNITS (e.g., hours), and the processed DATE_EARNED. Status and context columns, such as STATUS (e.g., 'P', 'PA'), and links to the payroll RUN_ID and ACTION_SEQUENCE for auditing are also standard.
Common Use Cases and Queries
This table is central to payroll troubleshooting, audit reporting, and data extraction. A common use case is investigating the detailed results of a payroll run for an employee to verify calculations. Analysts often join this table to PAY_ELEMENT_ENTRIES_F and PER_ALL_PEOPLE_F to get element and person details. For example, a query to retrieve all run results for a specific payroll run might pattern: SELECT prr.run_result_id, prr.assignment_id, prr.element_entry_id, prr.amount, prr.units, pee.element_type_id FROM pay_run_results prr, pay_element_entries_f pee WHERE prr.element_entry_id = pee.element_entry_id AND prr.run_id = :p_run_id;. Another critical use is sourcing data for custom gross-to-net reports, where PAY_RUN_RESULTS provides the granular line items before they are rolled up into final pay values.
Related Objects
- PAY_ELEMENT_ENTRIES_F: The source entries that are processed to create run results.
- PAY_ASSIGNMENT_ACTIONS & PAY_PAYROLL_ACTIONS: These action tables provide the context (run, retro, etc.) and audit sequence for the results.
- PAY_COSTS: Stores costed results derived from the amounts in PAY_RUN_RESULTS.
- PAY_RUN_RESULT_VALUES: A child table that stores the individual input/output values for each run result, providing further calculation detail.
- Key APIs: The PAY_RUN_RESULTS_API package is typically used for validated updates or queries on this table within custom programs.
-
Table: PAY_RUN_RESULTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULTS, object_name:PAY_RUN_RESULTS, status:VALID, product: PAY - Payroll , description: Result of processing a single element entry. , implementation_dba_data: HR.PAY_RUN_RESULTS ,
-
Table: PAY_RUN_RESULTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULTS, object_name:PAY_RUN_RESULTS, status:VALID, product: PAY - Payroll , description: Result of processing a single element entry. , implementation_dba_data: HR.PAY_RUN_RESULTS ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V1, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V1, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V1 ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V3, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V3, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V3 ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V3, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V3, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V3 ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V1, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V1, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V1 ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V1, object_name:PAY_AU_ASG_LEAVE_TAKEN_V1, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V1 ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V1, object_name:PAY_AU_ASG_LEAVE_TAKEN_V1, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V1 ,
-
View: PAY_KR_SEP_RESULT_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_BAL_V, object_name:PAY_KR_SEP_RESULT_BAL_V, status:VALID, product: PAY - Payroll , description: This view returns Balance of Separation Pay Process based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_BAL_V ,
-
View: PAY_KR_SEP_RESULT_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_BAL_V, object_name:PAY_KR_SEP_RESULT_BAL_V, status:VALID, product: PAY - Payroll , description: This view returns Balance of Separation Pay Process based on assignment_action_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_BAL_V ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V2, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V2, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V2 ,
-
View: PAY_NZ_ASG_LEAVE_TAKEN_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ASG_LEAVE_TAKEN_V2, object_name:PAY_NZ_ASG_LEAVE_TAKEN_V2, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_NZ_ASG_LEAVE_TAKEN_V2 ,
-
View: PAY_NZ_ER_CAL_MTH_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ER_CAL_MTH_BAL_V, object_name:PAY_NZ_ER_CAL_MTH_BAL_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_ER_CAL_MTH_BAL_V ,
-
View: PAY_NZ_ER_CAL_MTH_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_ER_CAL_MTH_BAL_V, object_name:PAY_NZ_ER_CAL_MTH_BAL_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_ER_CAL_MTH_BAL_V ,
-
View: PAY_GB_ELEMENT_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_ELEMENT_VALUES_V, object_name:PAY_GB_ELEMENT_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_ELEMENT_VALUES_V ,
-
View: PAY_GB_ELEMENT_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_ELEMENT_VALUES_V, object_name:PAY_GB_ELEMENT_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_ELEMENT_VALUES_V ,
-
View: PAY_ZA_ELEMENT_TYPES_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_ELEMENT_TYPES_V1, object_name:PAY_ZA_ELEMENT_TYPES_V1, status:VALID, product: PAY - Payroll , description: View based on PAY_RUN_RESULT_VALUES used by the PAYZASOE form and PYZASOE report. , implementation_dba_data: APPS.PAY_ZA_ELEMENT_TYPES_V1 ,
-
View: PAY_HK_ASG_SCHEME_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_SCHEME_NAME_V, object_name:PAY_HK_ASG_SCHEME_NAME_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_HK_ASG_SCHEME_NAME_V ,
-
View: PAY_HK_ASG_SCHEME_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_SCHEME_NAME_V, object_name:PAY_HK_ASG_SCHEME_NAME_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_HK_ASG_SCHEME_NAME_V ,
-
View: PAYBV_RUN_RESULT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_RUN_RESULT, object_name:PAYBV_RUN_RESULT, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_RUN_RESULT ,
-
View: PAY_ELEMENT_TYPES_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_TYPES_V1, object_name:PAY_ELEMENT_TYPES_V1, status:VALID, product: PAY - Payroll , description: View based on PAY_RUN_RESULT_VALUES used by the PAYGBSOE form and report. , implementation_dba_data: APPS.PAY_ELEMENT_TYPES_V1 ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V2, object_name:PAY_AU_ASG_LEAVE_TAKEN_V2, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V2 ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V2, object_name:PAY_AU_ASG_LEAVE_TAKEN_V2, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V2 ,
-
View: PAY_HK_BALANCES_BY_DATE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_BALANCES_BY_DATE_V2, object_name:PAY_HK_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_BALANCES_BY_DATE_V2 ,
-
View: PAY_HK_BALANCES_BY_DATE_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_BALANCES_BY_DATE_V2, object_name:PAY_HK_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_BALANCES_BY_DATE_V2 ,
-
View: PAY_RUN_RESULT_VALUES_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES_V3, object_name:PAY_RUN_RESULT_VALUES_V3, status:VALID, product: PAY - Payroll , description: Used to show all the result values in a sparse matrix solution. , implementation_dba_data: APPS.PAY_RUN_RESULT_VALUES_V3 ,
-
View: PAY_RUN_RESULT_VALUES_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES_V3, object_name:PAY_RUN_RESULT_VALUES_V3, status:VALID, product: PAY - Payroll , description: Used to show all the result values in a sparse matrix solution. , implementation_dba_data: APPS.PAY_RUN_RESULT_VALUES_V3 ,
-
View: PAYBV_RUN_RESULT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_RUN_RESULT, object_name:PAYBV_RUN_RESULT, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_RUN_RESULT ,
-
View: PAY_ZA_ELEMENT_TYPES_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ZA_ELEMENT_TYPES_V1, object_name:PAY_ZA_ELEMENT_TYPES_V1, status:VALID, product: PAY - Payroll , description: View based on PAY_RUN_RESULT_VALUES used by the PAYZASOE form and PYZASOE report. , implementation_dba_data: APPS.PAY_ZA_ELEMENT_TYPES_V1 ,
-
View: PAY_ELEMENT_TYPES_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ELEMENT_TYPES_V1, object_name:PAY_ELEMENT_TYPES_V1, status:VALID, product: PAY - Payroll , description: View based on PAY_RUN_RESULT_VALUES used by the PAYGBSOE form and report. , implementation_dba_data: APPS.PAY_ELEMENT_TYPES_V1 ,
-
View: PAY_PAYGBBAL_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYGBBAL_VALUES_V, object_name:PAY_PAYGBBAL_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYGBBAL_VALUES_V ,
-
View: PAY_RUN_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_RESULTS_V, object_name:PAY_RUN_RESULTS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_RUN_RESULTS_V ,
-
View: PAY_RUN_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_RESULTS_V, object_name:PAY_RUN_RESULTS_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_RUN_RESULTS_V ,
-
View: PAY_JP_PAYJPBAL_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PAYJPBAL_VALUES_V, object_name:PAY_JP_PAYJPBAL_VALUES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PAYJPBAL_VALUES_V ,
-
View: PAY_GB_PAY_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_PAY_VALUES_V, object_name:PAY_GB_PAY_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_PAY_VALUES_V ,
-
View: PAY_JP_PAYJPBAL_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_PAYJPBAL_VALUES_V, object_name:PAY_JP_PAYJPBAL_VALUES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_PAYJPBAL_VALUES_V ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V5
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V5, object_name:PAY_AU_ASG_LEAVE_TAKEN_V5, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V5 ,
-
View: PAY_ASSIGNMENT_ACTIONS_V3
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS_V3, object_name:PAY_ASSIGNMENT_ACTIONS_V3, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ASSIGNMENT_ACTIONS_V3 ,
-
View: PAY_GB_PAY_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_PAY_VALUES_V, object_name:PAY_GB_PAY_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_PAY_VALUES_V ,
-
View: PAY_AU_BALANCES_BY_DATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_BALANCES_BY_DATE_V, object_name:PAY_AU_BALANCES_BY_DATE_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_BALANCES_BY_DATE_V ,
-
View: PAY_JP_BALANCES_BY_ACTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_BALANCES_BY_ACTION_V, object_name:PAY_JP_BALANCES_BY_ACTION_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_BALANCES_BY_ACTION_V ,
-
View: PAY_JP_SOE_PREPAY_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_RESULTS_V, object_name:PAY_JP_SOE_PREPAY_RESULTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_PREPAY_RESULTS_V ,
-
View: PAY_AU_ASG_LEAVE_TAKEN_V5
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_LEAVE_TAKEN_V5, object_name:PAY_AU_ASG_LEAVE_TAKEN_V5, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_ASG_LEAVE_TAKEN_V5 ,
-
View: PAY_ASSIGNMENT_ACTIONS_V3
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_ASSIGNMENT_ACTIONS_V3, object_name:PAY_ASSIGNMENT_ACTIONS_V3, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_ASSIGNMENT_ACTIONS_V3 ,
-
View: PAY_AU_BALANCES_BY_ACTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_BALANCES_BY_ACTION_V, object_name:PAY_AU_BALANCES_BY_ACTION_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_BALANCES_BY_ACTION_V ,
-
View: PAY_NZ_BALANCES_BY_DATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_BALANCES_BY_DATE_V, object_name:PAY_NZ_BALANCES_BY_DATE_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_BALANCES_BY_DATE_V ,
-
View: PAY_JP_BALANCES_BY_ACTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_BALANCES_BY_ACTION_V, object_name:PAY_JP_BALANCES_BY_ACTION_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_BALANCES_BY_ACTION_V ,
-
View: PAY_AU_BALANCES_BY_ACTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_BALANCES_BY_ACTION_V, object_name:PAY_AU_BALANCES_BY_ACTION_V, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_BALANCES_BY_ACTION_V ,
-
View: PAY_JP_SOE_PREPAY_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_SOE_PREPAY_RESULTS_V, object_name:PAY_JP_SOE_PREPAY_RESULTS_V, status:VALID, product: PAY - Payroll , description: This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_SOE_PREPAY_RESULTS_V ,
-
View: PAY_KR_SEP_RESULT_RRV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_KR_SEP_RESULT_RRV_V, object_name:PAY_KR_SEP_RESULT_RRV_V, status:VALID, product: PAY - Payroll , description: This view returns Result Value of Separation Pay Process based on both assignment_action_id and run_result_id. , implementation_dba_data: APPS.PAY_KR_SEP_RESULT_RRV_V ,