Search Results ca_soe_short_name
Overview
APPS.PAY_CA_SOE_DEDN_BALANCES_V is a Canadian payroll reporting view used by the Statement of Earnings (SOE) and related statutory reporting processes in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes deduction and balance information for a payroll assignment in a form suitable for the Canadian SOE layout. The view resolves the actual balance value at runtime rather than storing it, invoking the payroll balance API for each row according to the payroll action type. This makes the view a thin, calculation-driven layer rather than a materialized reporting table.
The view is relevant to users searching for the term run_value, which corresponds to the runtime context used by the balance resolution calls. The view derives reported balances for run-type actions and, where applicable, current or on-demand values.
Underlying Base Objects
The documented base objects include:
- PAY_ASSIGNMENT_ACTIONS (synonym) — supplies assignment_id, assignment_action_id and tax_unit_id.
- PAY_PAYROLL_ACTIONS (synonym) — supplies action_type, which drives the decode logic for value retrieval.
- PAY_ELEMENT_TYPES_F (synonym) and PAY_ELEMENT_TYPES_F_TL (synonym) — supply element_type_id, element_name, processing_priority and reporting_name.
- PAY_ELEMENT_CLASSIFICATIONS (synonym) — supplies classification_name.
- PAY_BALANCE_TYPES (synonym) — supplies balance_type_id and balance_name.
- PAY_RUN_RESULTS (synonym) — indirectly involved in run-level balance context.
- PAY_CA_FED_EE_V and PAY_CA_PROV_EE_V — Canadian federal and provincial employee views used in the SOE domain.
- HR_BALANCES, HR_GENERAL, PAY_CA_BALANCE_PKG and PAY_CA_BALANCE_VIEW_PKG (packages) — provide decoding, session variable access and the balance value retrieval functions.
The view is therefore a consolidated projection over payroll assignment, action, element and balance metadata, with the actual amounts computed by PL/SQL packages at query time.
Key Columns
- assignment_id — the payroll assignment being reported.
- assignment_action_id — the specific assignment action (run, quickpay, reversal, etc.) providing context for balance calculation.
- tax_unit_id — the tax unit associated with the assignment action.
- element_type_id, element_name — identification of the payroll element.
- classification_id, classification_name — element classification for grouping and SOE placement.
- reporting_name — the element's reporting label, optionally substituted by the CA_SOE_SHORT_NAME lookup value.
- processing_priority — controls ordering of elements in SOE output.
- Decoded balance value — derived via pay_ca_balance_pkg.call_ca_balance_get_value, with the context argument set to 'RUN' for run-type actions and 'CURRENT' for other action types, producing the reported deduction balance.
Common Use Cases and Queries
Typical uses include generating Canadian Statement of Earnings deduction sections, reconciling run results to reported balances, and troubleshooting run_value discrepancies. Because values are computed for a given assignment action, queries must be scoped to a valid assignment_action_id.
SELECT assignment_id,
assignment_action_id,
element_name,
reporting_name,
classification_name
FROM apps.pay_ca_soe_dedn_balances_v
WHERE assignment_action_id = :p_assignment_action_id
ORDER BY processing_priority;
To compare a run against a current value, join the view to PAY_PAYROLL_ACTIONS and filter on action_type. Performance is optimized for nested-loop access against the payroll indexes referenced by the view hints, so restricting by assignment_action_id or tax_unit_id is strongly recommended. Because the amount columns invoke PL/SQL for each row, large unfiltered extracts should be avoided in favour of targeted reporting queries.
-
Lookup Type: CA_SOE_SHORT_NAME
12.1.1
product: PER - Human Resources , meaning: CA_SOE_SHORT_NAME , description: CA_SOE_SHORT_NAME ,
-
Lookup Type: CA_SOE_SHORT_NAME
12.2.2
product: PER - Human Resources , meaning: CA_SOE_SHORT_NAME , description: CA_SOE_SHORT_NAME ,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_V
12.2.2
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_V
12.1.1
-
View: PAY_CA_SOE_DEDN_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_V, object_name:PAY_CA_SOE_DEDN_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_DEDN_BALANCES_V ,
-
View: PAY_CA_SOE_DEDN_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_SOE_DEDN_BALANCES_V, object_name:PAY_CA_SOE_DEDN_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_SOE_DEDN_BALANCES_V ,
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V
12.1.1
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.2.2
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.1.1
-
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_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_SOE_DEDN_BALANCES_RR_V
12.2.2
-
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 ,
-
APPS.PAY_CA_PAYROLL_ARCH SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.PAY_CA_PAYROLL_ARCH SQL Statements
12.2.2
-
APPS.PAY_CA_PAYROLL_ARCH dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.PAY_CA_PAYROLL_ARCH dependencies on PAY_LEGISLATION_RULES
12.1.1
-
APPS.PAY_CA_PAYROLL_ARCH dependencies on PAY_LEGISLATION_RULES
12.2.2
-
APPS.PAY_CA_PAYROLL_ARCH dependencies on FND_LOOKUP_VALUES
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.PAY_CA_PAYROLL_ARCH
12.1.1
-
PACKAGE BODY: APPS.PAY_CA_PAYROLL_ARCH
12.2.2