Search Results base_reporting_name
Overview
APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V is a read-only database view in the Oracle E-Business Suite Applications (APPS) schema. It is classified by Oracle as a supplementary view intended to simplify forms coding, and the documentation explicitly warns that querying or altering data through this view is not recommended, as its definition may change substantially in subsequent minor or major releases. Accordingly, the view should be treated as an internal, non-public interface rather than a supported reporting or integration object.
The object belongs to the Canadian payroll Statement of Earnings (SOE) functionality, indicated by the CA segment in its name and its dependency on PAY_CA_BALANCE_PKG and PAY_CA_BALANCE_VIEW_PKG. Its purpose is to expose deduction-related balance values calculated for an assignment, combined with element classification and reporting-name attributes, so that the forms layer can retrieve pre-shaped data without constructing the underlying joins itself. Because it is not referenced by any other database object, it functions purely as a terminal presentation view.
Underlying Base Objects
The view is defined over a combination of payroll base tables, translations, and PL/SQL packages. The documented dependencies are:
- HR_BALANCES and HR_GENERAL (packages) — balance retrieval and general HR utility logic.
- PAY_ASSIGNMENT_ACTIONS — assignment-level action context, supplying ASSIGNMENT_ACTION_ID.
- PAY_BALANCE_TYPES — definitions of the balance types used for deduction balances.
- PAY_CA_BALANCE_PKG and PAY_CA_BALANCE_VIEW_PKG — Canadian payroll balance and view-generation logic that supplies the computed period values.
- PAY_ELEMENT_CLASSIFICATIONS — classification grouping for the element types.
- PAY_ELEMENT_TYPES_F and PAY_ELEMENT_TYPES_F_TL — base and translated element type definitions, providing ELEMENT_NAME and reporting names.
- PAY_PAYROLL_ACTIONS — payroll action context for the run that produced the balances.
- PAY_RUN_RESULTS — the transactional run results from which deduction amounts derive.
These objects are surfaced in the APPS schema largely as synonyms (for example, PAY_ASSIGNMENT_ACTIONS and PAY_RUN_RESULTS) or as packages (PAY_CA_BALANCE_PKG, HR_BALANCES), reflecting the standard EBS layering where APPS code calls into the product-holder schemas.
Key Columns
The view exposes columns that identify the assignment and action, describe the element and balance, and provide deduction amounts across several time frames:
- ASSIGNMENT_ID, ASSIGNMENT_ACTION_ID, TAX_UNIT_ID, ELEMENT_TYPE_ID — identifiers linking the row to the assignment, the action, the tax unit, and the element type.
- CLASSIFICATION_ID, CLASSIFICATION_NAME — element classification identity and its descriptive name.
- REPORTING_NAME and BASE_REPORTING_NAME — the element's reporting label and its base (source-language) reporting label. BASE_REPORTING_NAME is the specific column most relevant to the user's search term and preserves the untranslated reporting name.
- SHORT_NAME, ELEMENT_NAME, BALANCE_NAME — element short name, descriptive element name, and balance name.
- PROCESSING_PRIORITY — sequencing priority of the balance.
- DEDN_AMT and CURRENT_VALUE, QTD_VALUE, PTD_VALUE, MONTH_VALUE, YTD_VALUE — deduction amount plus the calculated balances for current, quarter-to-date, period-to-date, month, and year-to-date windows.
- DEDUCTION_TYPE — characteristic classifying the deduction.
Common Use Cases and Queries
Because Oracle designates this as a forms-support view, direct SQL against it should be limited to diagnostics, troubleshooting, and understanding how the SOE deduction balances are assembled. Typical diagnostics include confirming which deduction balance values exist for a given assignment action, or resolving the reporting label for an element.
To inspect deduction balances for a specific assignment action:
SELECT ASSIGNMENT_ID, ELEMENT_NAME, BASE_REPORTING_NAME, DEDN_AMT, YTD_VALUE FROM APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V WHERE ASSIGNMENT_ACTION_ID = :p_action_id;
To resolve reporting names and classifications for deduction elements:
SELECT DISTINCT ELEMENT_TYPE_ID, CLASSIFICATION_NAME, REPORTING_NAME, BASE_REPORTING_NAME FROM APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V ORDER BY CLASSIFICATION_NAME;
For supported reporting, extend the underlying base tables (PAY_RUN_RESULTS, PAY_ELEMENT_TYPES_F, HR_BALANCES) or use the Canadian payroll SOE concurrent reports instead of querying this view directly, given Oracle's explicit caution about its stability.
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RR_V, status:VALID,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RR_V, status:VALID,
-
View: PAY_CA_PROV_EE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_EE_V, object_name:PAY_CA_PROV_EE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROV_EE_V ,
-
View: PAY_CA_FED_EE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_EE_V, object_name:PAY_CA_FED_EE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_FED_EE_V ,
-
VIEW: APPS.PAY_CA_FED_EE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_EE_V, object_name:PAY_CA_FED_EE_V, status:VALID,
-
VIEW: APPS.PAY_CA_PROV_EE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_EE_V, object_name:PAY_CA_PROV_EE_V, status:VALID,
-
View: PAY_CA_FED_EE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_EE_V, object_name:PAY_CA_FED_EE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_FED_EE_V ,
-
VIEW: APPS.PAY_CA_PROV_EE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_EE_V, object_name:PAY_CA_PROV_EE_V, status:VALID,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RBR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RBR_V, status:VALID,
-
VIEW: APPS.PAY_CA_FED_EE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_EE_V, object_name:PAY_CA_FED_EE_V, status:VALID,
-
VIEW: APPS.PAY_CA_EARN_BALANCES_ALL_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EARN_BALANCES_ALL_RBR_V, object_name:PAY_CA_EARN_BALANCES_ALL_RBR_V, status:VALID,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RBR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RBR_V, status:VALID,
-
VIEW: APPS.PAY_CA_SOE_EARN_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_EARN_BALANCES_V, object_name:PAY_CA_SOE_EARN_BALANCES_V, status:VALID,
-
VIEW: APPS.PAY_CA_EARN_BALANCES_ALL_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EARN_BALANCES_ALL_RBR_V, object_name:PAY_CA_EARN_BALANCES_ALL_RBR_V, status:VALID,
-
VIEW: APPS.PAY_CA_SOE_EARN_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_EARN_BALANCES_V, object_name:PAY_CA_SOE_EARN_BALANCES_V, status:VALID,
-
View: PAY_CA_PROV_EE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_EE_V, object_name:PAY_CA_PROV_EE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROV_EE_V ,
-
VIEW: APPS.PAY_CA_FED_EE_V
12.1.1
-
View: PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RBR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V ,
-
VIEW: APPS.PAY_CA_FED_EE_V
12.2.2
-
View: PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RBR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V ,
-
View: PAY_CA_SOE_DEDN_BALANCES_RR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V ,
-
View: PAY_CA_SOE_DEDN_BALANCES_RR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_RR_V, object_name:PAY_CA_SOE_DEDN_BALANCES_RR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V ,
-
VIEW: APPS.PAY_CA_PROV_EE_V
12.1.1
-
VIEW: APPS.PAY_CA_PROV_EE_V
12.2.2
-
View: PAY_CA_EARN_BALANCES_ALL_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EARN_BALANCES_ALL_RBR_V, object_name:PAY_CA_EARN_BALANCES_ALL_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_EARN_BALANCES_ALL_RBR_V ,
-
View: PAY_CA_EARN_BALANCES_ALL_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EARN_BALANCES_ALL_RBR_V, object_name:PAY_CA_EARN_BALANCES_ALL_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_EARN_BALANCES_ALL_RBR_V ,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.2.2
-
View: PAY_CA_SOE_EARN_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_EARN_BALANCES_V, object_name:PAY_CA_SOE_EARN_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_EARN_BALANCES_V ,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V
12.1.1
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.1.1
-
View: PAY_CA_SOE_EARN_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_EARN_BALANCES_V, object_name:PAY_CA_SOE_EARN_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_EARN_BALANCES_V ,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V
12.2.2
-
VIEW: APPS.PAY_CA_EARN_BALANCES_ALL_RBR_V
12.2.2
-
VIEW: APPS.PAY_CA_SOE_EARN_BALANCES_V
12.1.1
-
VIEW: APPS.PAY_CA_EARN_BALANCES_ALL_RBR_V
12.1.1
-
VIEW: APPS.PAY_CA_SOE_EARN_BALANCES_V
12.2.2
-
eTRM - PAY Tables and Views
12.2.2
description: Temporary table used to hold invalid location addresses. ,
-
eTRM - PAY Tables and Views
12.1.1
description: Temporary table used to hold invalid location addresses. ,