Search Results pay_run_result_values
Overview
The PAY_RUN_RESULT_VALUES table is a core transactional table within the Oracle E-Business Suite Payroll module (PAY). It serves as the definitive repository for the calculated monetary and non-monetary results generated from processing a single element entry during a payroll run. For each input value defined for an element, this table stores the final computed figure, such as a payment amount, hours worked, or a rate. Its primary role is to persist the granular output of the payroll calculation engine, forming the essential link between an employee's earnings or deduction entries (run results) and their specific calculated values. This data is foundational for generating payroll registers, costing reports, and payslips, and is critical for audit trails and retroactive payroll processing.
Key Information Stored
The table's structure is centered on uniquely identifying a specific calculated result and its value. The primary key is a composite of RUN_RESULT_ID and INPUT_VALUE_ID. The RUN_RESULT_ID column links to the PAY_RUN_RESULTS table, identifying the specific instance of an element entry processed in a payroll run. The INPUT_VALUE_ID column links to the PAY_INPUT_VALUES_F table, defining what type of data is stored (e.g., "Pay Value", "Units", "Rate"). The most critical column is typically the RESULT_VALUE column, which holds the actual calculated number. Other supporting columns may include contexts for legislative or reporting purposes, creation dates, and identifiers for the source action that generated the value, though these are not detailed in the provided metadata excerpt.
Common Use Cases and Queries
A primary use case is the extraction of payroll results for reporting, such as creating a detailed payroll register. Analysts and developers query this table to retrieve all payment and deduction amounts for a specific payroll run or employee. Another critical use is in cost allocation, as the table feeds into the PAY_COSTS table. Common SQL patterns involve joining to PAY_RUN_RESULTS, PAY_ELEMENT_ENTRIES_F, and PAY_INPUT_VALUES_F to get a human-readable report. For example, to find an employee's regular earnings from a specific payroll run, one would join PAY_RUN_RESULT_VALUES to PAY_RUN_RESULTS via RUN_RESULT_ID, filter by the relevant element name via PAY_ELEMENT_ENTRIES_F, and select the RESULT_VALUE where the INPUT_VALUE_ID corresponds to "Pay Value".
Related Objects
The table maintains integral relationships with other key payroll tables, as indicated by its foreign keys. Its primary relationship is with PAY_RUN_RESULTS (via RUN_RESULT_ID), which provides the header-level context for the element entry. It is also linked to PAY_INPUT_VALUES_F (via INPUT_VALUE_ID) to describe the meaning of the stored result. Crucially, the documented foreign key relationship shows that PAY_RUN_RESULT_VALUES is a parent table to PAY_COSTS. The PAY_COSTS table references PAY_RUN_RESULT_VALUES using the composite key of RUN_RESULT_ID and INPUT_VALUE_ID, meaning the calculated result values are directly used to generate payroll cost distributions. This relationship is essential for transferring payroll results to the General Ledger.
-
Table: PAY_RUN_RESULT_VALUES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES, object_name:PAY_RUN_RESULT_VALUES, status:VALID, product: PAY - Payroll , description: Result values from processing a single element entry. , implementation_dba_data: HR.PAY_RUN_RESULT_VALUES ,
-
Table: PAY_RUN_RESULT_VALUES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES, object_name:PAY_RUN_RESULT_VALUES, status:VALID, product: PAY - Payroll , description: Result values from processing a single element entry. , implementation_dba_data: HR.PAY_RUN_RESULT_VALUES ,
-
View: PAY_HK_ASG_MPF_DATA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_MPF_DATA_V, object_name:PAY_HK_ASG_MPF_DATA_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_ASG_MPF_DATA_V ,
-
View: PAY_HK_ASG_MPF_DATA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_ASG_MPF_DATA_V, object_name:PAY_HK_ASG_MPF_DATA_V, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_ASG_MPF_DATA_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_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_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_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_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: PAYBV_RUN_RESULT_VALUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_RUN_RESULT_VALUE, object_name:PAYBV_RUN_RESULT_VALUE, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_RUN_RESULT_VALUE ,
-
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: PAYBV_RUN_RESULT_VALUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_RUN_RESULT_VALUE, object_name:PAYBV_RUN_RESULT_VALUE, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_RUN_RESULT_VALUE ,
-
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_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_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.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_PAYGBBAL_VALUES_V
12.1.1
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 ,
-
Table: PAY_RUN_RESULT_VALUES_EFC
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES_EFC, object_name:PAY_RUN_RESULT_VALUES_EFC, status:VALID, product: PAY - Payroll , description: This is a copy of the PAY_RUN_RESULT_VALUES table which is populated by the EFC (Euro as a Functional Currency) process. , implementation_dba_data: HR.PAY_RUN_RESULT_VALUES_EFC ,
-
Table: PAY_RUN_RESULT_VALUES_EFC
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES_EFC, object_name:PAY_RUN_RESULT_VALUES_EFC, status:VALID, product: PAY - Payroll , description: This is a copy of the PAY_RUN_RESULT_VALUES table which is populated by the EFC (Euro as a Functional Currency) process. , implementation_dba_data: HR.PAY_RUN_RESULT_VALUES_EFC ,
-
Table: PAY_COSTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COSTS, object_name:PAY_COSTS, status:VALID, product: PAY - Payroll , description: Cost details and values for run results. , implementation_dba_data: HR.PAY_COSTS ,
-
Table: PAY_COSTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_COSTS, object_name:PAY_COSTS, status:VALID, product: PAY - Payroll , description: Cost details and values for run results. , implementation_dba_data: HR.PAY_COSTS ,
-
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_IE_P35_INSURABLE_WEEKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_P35_INSURABLE_WEEKS_V, object_name:PAY_IE_P35_INSURABLE_WEEKS_V, status:VALID, product: PAY - Payroll , description: View used in the IE P35 Process , implementation_dba_data: APPS.PAY_IE_P35_INSURABLE_WEEKS_V ,
-
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: 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_IE_P35_INSURABLE_WEEKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_P35_INSURABLE_WEEKS_V, object_name:PAY_IE_P35_INSURABLE_WEEKS_V, status:VALID, product: PAY - Payroll , description: View used in the IE P35 Process , implementation_dba_data: APPS.PAY_IE_P35_INSURABLE_WEEKS_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_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_RUN_RESULT_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES_V, object_name:PAY_RUN_RESULT_VALUES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_RUN_RESULT_VALUES_V ,
-
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_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_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_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_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_RUN_RESULT_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_RESULT_VALUES_V, object_name:PAY_RUN_RESULT_VALUES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_RUN_RESULT_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_EMEA_PAYMENT_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMEA_PAYMENT_VALUES_V, object_name:PAY_EMEA_PAYMENT_VALUES_V, status:VALID, product: PAY - Payroll , description: Used to support online payslip , implementation_dba_data: APPS.PAY_EMEA_PAYMENT_VALUES_V ,
-
View: PAY_NZ_BALANCES_BY_DATE_V
12.2.2
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_NZ_BALANCES_BY_ACTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_BALANCES_BY_ACTION_V, object_name:PAY_NZ_BALANCES_BY_ACTION_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_BALANCES_BY_ACTION_V ,
-
View: PAY_EMEA_PAYMENT_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMEA_PAYMENT_VALUES_V, object_name:PAY_EMEA_PAYMENT_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMEA_PAYMENT_VALUES_V ,
-
View: PAY_AU_BALANCES_BY_DATE_V
12.1.1
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 ,