Search Results province_abbrev
Overview
APPS.PAY_CA_PROV_ER_V is a supplementary Oracle EBS view residing in the APPS schema and registered under FND Design Data as PAY.PAY_CA_PROV_ER_V. It belongs to the Canadian (CA) payroll legislation family within Oracle Payroll and is designed to simplify forms coding by presenting province-level balance and assignment action information in a flattened, query-ready format. The view exposes data relevant to Canadian provincial tax and balance reporting, joining assignment action records to province definitions and rolling up balance values across several time dimensions (current, run, pay date, month, quarter-to-date, period-to-date, and year-to-date).
The view is classified as a "supplementary view used to simplify forms coding," and Oracle explicitly warns that querying or altering data through this view is not recommended, as its definition may change dramatically in subsequent minor or major releases. It should therefore be treated as an internal implementation object rather than a stable integration interface. Its primary consumers are Oracle Forms-based Payroll windows that need to display province-specific balance information for an assignment.
Underlying Base Objects
The view is defined over a combination of synonyms and packages. The documented base objects include:
- PAY_ASSIGNMENT_ACTIONS — supplies assignment, action, and action status context.
- PAY_PAYROLL_ACTIONS — provides payroll action identifiers and action type information.
- PAY_BALANCE_SETS, PAY_BALANCE_TYPES, and PAY_BALANCE_TYPES_TL — provide balance definitions and translated reporting names.
- PAY_CA_PROVINCES_V — the Canadian provinces view, supplying province-level reference data.
- PAY_CA_LEGISLATION_INFO — Canadian legislation configuration.
- PAY_CA_BALANCE_PKG and PAY_CA_BALANCE_VIEW_PKG — PL/SQL packages that compute or expose the balance values surfaced by the view.
The dependency chain confirms that PAY_CA_PROV_ER_V is a Canadian payroll-specific construct layered on core payroll action and balance infrastructure.
Key Columns
- ASSIGNMENT_ID, TAX_UNIT_ID, ASSIGNMENT_ACTION_ID, PAYROLL_ACTION_ID — identifiers linking the row to a specific assignment, tax unit, and payroll action.
- ACTION_STATUS, ACTION_TYPE, EFFECTIVE_DATE — describe the state and type of the underlying assignment action and its effective date.
- BASE_BALANCE_NAME, BALANCE_NAME, REPORTING_NAME — balance identification and user-facing reporting labels.
- BUSINESS_GROUP_ID, LEGISLATION_CODE — enterprise and legislative context; LEGISLATION_CODE is expected to resolve to 'CA'.
- PROVINCE_ABBREV — the province abbreviation, the column most relevant to the search term "province_abbrev" and the primary provincial discriminator in the view.
- CURRENT_VALUE, RUN_VALUE, PYDATE_VALUE, MONTH_VALUE, QTD_VALUE, PTD_VALUE, YTD_VALUE — the accumulated balance amounts across the respective time horizons.
Common Use Cases and Queries
Typical usage involves retrieving province-tagged balance values for an assignment or a set of payroll actions, for example to reconcile provincial tax balances or to populate a custom report. A representative query is:
SELECT assignment_id, province_abbrev, balance_name, ytd_value, qtd_value FROM apps.pay_ca_prov_er_v WHERE assignment_id = :p_assignment_id ORDER BY province_abbrev;SELECT province_abbrev, SUM(ytd_value) FROM apps.pay_ca_prov_er_v WHERE business_group_id = :p_bg_id AND legislation_code = 'CA' GROUP BY province_abbrev;
Because Oracle does not support direct querying of this view, production integrations should prefer the underlying balance APIs and base tables. Nevertheless, the view remains valuable for understanding how Oracle Forms surfaces Canadian provincial balance data within the 12.1.1 and 12.2.2 releases.
-
VIEW: APPS.PAY_CA_PROV_ER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_ER_V, object_name:PAY_CA_PROV_ER_V, status:VALID,
-
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_CITY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_CITY_INFORMATION_V, object_name:PAY_CA_CITY_INFORMATION_V, status:VALID,
-
VIEW: APPS.HR_CA_CITIES_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CA_CITIES_LOV_V, object_name:HR_CA_CITIES_LOV_V, status:VALID,
-
VIEW: APPS.PAY_CA_EMP_ALL_PROVTAX_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EMP_ALL_PROVTAX_INFO_V, object_name:PAY_CA_EMP_ALL_PROVTAX_INFO_V, status:VALID,
-
VIEW: APPS.PAY_CA_PROVINCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROVINCES_V, object_name:PAY_CA_PROVINCES_V, status:VALID,
-
VIEW: APPS.PAY_CA_PROVINCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROVINCES_V, object_name:PAY_CA_PROVINCES_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: APPS.HR_CA_CITIES_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CA_CITIES_LOV_V, object_name:HR_CA_CITIES_LOV_V, status:VALID,
-
VIEW: APPS.PAY_CA_CITY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_CITY_INFORMATION_V, object_name:PAY_CA_CITY_INFORMATION_V, status:VALID,
-
VIEW: APPS.PAY_CA_EMP_ALL_PROVTAX_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EMP_ALL_PROVTAX_INFO_V, object_name:PAY_CA_EMP_ALL_PROVTAX_INFO_V, status:VALID,
-
VIEW: APPS.PAY_CA_PROV_ER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_ER_V, object_name:PAY_CA_PROV_ER_V, status:VALID,
-
View: PAY_CA_CITY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_CITY_INFORMATION_V, object_name:PAY_CA_CITY_INFORMATION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_CITY_INFORMATION_V ,
-
View: PAY_CA_PROVINCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROVINCES_V, object_name:PAY_CA_PROVINCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROVINCES_V ,
-
View: PAY_CA_PROVINCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROVINCES_V, object_name:PAY_CA_PROVINCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROVINCES_V ,
-
View: PAY_CA_CITY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_CITY_INFORMATION_V, object_name:PAY_CA_CITY_INFORMATION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_CITY_INFORMATION_V ,
-
View: HR_CA_CITIES_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CA_CITIES_LOV_V, object_name:HR_CA_CITIES_LOV_V, status:VALID, product: PER - Human Resources , description: View to retrieve data for web LOV for CA Cities. , implementation_dba_data: APPS.HR_CA_CITIES_LOV_V ,
-
View: HR_CA_CITIES_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CA_CITIES_LOV_V, object_name:HR_CA_CITIES_LOV_V, status:VALID, product: PER - Human Resources , description: View to retrieve data for web LOV for CA Cities. , implementation_dba_data: APPS.HR_CA_CITIES_LOV_V ,
-
View: PAY_CA_EMP_ALL_PROVTAX_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EMP_ALL_PROVTAX_INFO_V, object_name:PAY_CA_EMP_ALL_PROVTAX_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_EMP_ALL_PROVTAX_INFO_V ,
-
View: PAY_CA_PROV_ER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_ER_V, object_name:PAY_CA_PROV_ER_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROV_ER_V ,
-
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_PROV_ER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_ER_V, object_name:PAY_CA_PROV_ER_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROV_ER_V ,
-
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: PAY_CA_EMP_ALL_PROVTAX_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_EMP_ALL_PROVTAX_INFO_V, object_name:PAY_CA_EMP_ALL_PROVTAX_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_EMP_ALL_PROVTAX_INFO_V ,
-
APPS.PAY_PAYCABPS_XMLP_PKG SQL Statements
12.1.1
-
APPS.PAY_PAYCABPS_XMLP_PKG SQL Statements
12.2.2
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_CA_PROVINCES_V
12.2.2
-
APPS.PAY_PAYCABPS_XMLP_PKG dependencies on PAY_CA_PROVINCES_V
12.1.1
-
APPS.PAY_PAYCABPS_XMLP_PKG dependencies on PAY_CA_PROVINCES_V
12.2.2
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_CA_PROVINCES_V
12.1.1
-
APPS.PAY_CA_EOY_ARCHIVE SQL Statements
12.1.1
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_ACTION_CONTEXTS
12.2.2
-
APPS.PAY_CA_EOY_ARCHIVE SQL Statements
12.2.2
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_ACTION_CONTEXTS
12.1.1
-
PACKAGE BODY: APPS.PAY_PAYCABPS_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PAY_PAYCABPS_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_CA_EOY_ARCHIVE
12.1.1
-
PACKAGE BODY: APPS.PAY_CA_EOY_ARCHIVE
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. ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,