Search Results pay_ca_provinces_v
Overview
PAY_CA_PROVINCES_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the PAY (Payroll) product family. Despite the naming convention that suggests Canadian provincial data, the view is constructed to expose Canadian province information by filtering United States county records for a specific state and joining them to a lookup defined for the Canadian province context. This design reflects the shared North American payroll data model in which the Canadian Payroll application reuses the United States county structure stored in PAY_US_COUNTIES to represent Canadian provinces and territories.
The view presents a denormalized, user-facing list of province names, province codes, and province abbreviations. In Oracle EBS 12.1.1 and 12.2.2, such views are typically consumed by Oracle Forms-based payroll windows, concurrent programs, and reporting tools (Oracle Reports, BI Publisher, and ad hoc SQL) that require a validated, language-aware list of Canadian provinces without having to navigate the underlying county and lookup tables directly.
Underlying Base Objects
The documented metadata identifies two referenced base objects, both accessed through synonyms in the APPS schema:
- PAY_US_COUNTIES (SYNONYM) — Supplies the raw geographic records. The view restricts this table with the predicate
STATE_CODE = '70', which is the internal code designating Canada within the shared North American geography model. The columns COUNTY_CODE and COUNTY_ABBREV are carried into the view as the province code and abbreviation. - FND_LOOKUP_VALUES (SYNONYM) — Supplies the translated province name via the MEANING column. The join is constrained to
LOOKUP_TYPE = 'CA_PROVINCE', matchingLOOKUP_CODEagainst the county abbreviation, restricting toENABLED_FLAG = 'Y'and to the session language usingLANGUAGE = USERENV('LANG').
Because FND_LOOKUP_VALUES is a language-sensitive foundation table, the view automatically returns province names in the runtime language of the session, which is essential for multilingual deployments.
Key Columns
- PROVINCE_NAME — The descriptive, translated name of the Canadian province or territory, sourced from the FND lookup MEANING column.
- PROVINCE_CODE — The numeric or alphanumeric code identifying the province, derived from the county code in PAY_US_COUNTIES.
- PROVINCE_ABBREV — The short form or standard abbreviation for the province, derived from the county abbreviation and used as the join key to the CA_PROVINCE lookup type.
These three columns provide a stable, consumable interface that shields callers from the physical structure of the county and lookup tables.
Common Use Cases and Queries
Typical scenarios include populating province list-of-values (LOV) regions in payroll forms, validating province entries during employee or tax information entry, and driving province-level payroll reports and statutory extracts for Canadian payroll processing.
A representative query returns the full ordered province list:
SELECT province_name, province_code, province_abbrev FROM apps.pay_ca_provinces_v ORDER BY province_name;
A lookup for a specific abbreviation commonly used during data validation:
SELECT province_name FROM apps.pay_ca_provinces_v WHERE province_abbrev = 'ON';
Because the view depends on USERENV('LANG'), calling applications should ensure the session language is initialized before querying. Integration and reporting code should also treat the view as read-only, since it is a reporting construct over foundation and geography data rather than a maintained entity.
-
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_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 ,
-
SYNONYM: PUBLIC.PAY_CA_PROVINCES_V
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_CA_PROVINCES_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,
-
APPS.HR_US_PYZIPCHK SQL Statements
12.1.1
-
APPS.HR_US_PYZIPCHK SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PAY_CA_EMP_TAX_INF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_CA_EMP_TAX_INF, status:VALID,
-
PACKAGE BODY: APPS.PAY_CA_EMP_TAX_INF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_CA_EMP_TAX_INF, status:VALID,
-
PACKAGE BODY: APPS.PAY_CA_BAL_UPLOAD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_CA_BAL_UPLOAD, status:VALID,
-
PACKAGE BODY: APPS.PAY_CA_BAL_UPLOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_CA_BAL_UPLOAD, status:VALID,
-
PACKAGE BODY: APPS.PAY_PAYCABPS_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYCABPS_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_PAYCABPS_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYCABPS_XMLP_PKG, status:VALID,
-
VIEW: APPS.PAY_CA_PROV_ER_V
12.1.1
-
VIEW: APPS.PAY_CA_PROV_EE_V
12.1.1
-
VIEW: APPS.PAY_CA_PROV_ER_V
12.2.2
-
VIEW: APPS.PAY_CA_PROV_EE_V
12.2.2
-
VIEW: APPS.PAY_CA_EMP_ALL_PROVTAX_INFO_V
12.2.2
-
VIEW: APPS.PAY_CA_EMP_ALL_PROVTAX_INFO_V
12.1.1
-
PACKAGE BODY: APPS.PAY_CA_EOY_ARCHIVE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_CA_EOY_ARCHIVE, 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,
-
PACKAGE BODY: APPS.PAY_CA_EOY_ARCHIVE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_CA_EOY_ARCHIVE, 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_PROV_TAX_BAL_GRE_V
12.2.2
-
VIEW: APPS.PAY_CA_PROV_TAX_BAL_GRE_V
12.1.1
-
VIEW: APPS.PAY_CA_PROV_TAX_BAL_GRE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_TAX_BAL_GRE_V, object_name:PAY_CA_PROV_TAX_BAL_GRE_V, status:VALID,
-
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.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.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_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: APPS.PAY_CA_PROV_TAX_BAL_GRE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_TAX_BAL_GRE_V, object_name:PAY_CA_PROV_TAX_BAL_GRE_V, status:VALID,
-
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: 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: 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_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_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_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 ,
-
SYNONYM: APPS.PAY_US_COUNTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_US_COUNTIES, status:VALID,
-
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 ,
-
SYNONYM: APPS.PAY_US_COUNTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_US_COUNTIES, status:VALID,
-
View: PAY_CA_PROV_TAX_BAL_GRE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_TAX_BAL_GRE_V, object_name:PAY_CA_PROV_TAX_BAL_GRE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROV_TAX_BAL_GRE_V ,
-
View: PAY_CA_PROV_TAX_BAL_GRE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROV_TAX_BAL_GRE_V, object_name:PAY_CA_PROV_TAX_BAL_GRE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROV_TAX_BAL_GRE_V ,
-
APPS.PAY_CA_BAL_UPLOAD SQL Statements
12.1.1
-
APPS.PAY_CA_BAL_UPLOAD SQL Statements
12.2.2
-
APPS.PAY_CA_EMP_TAX_INF SQL Statements
12.1.1
-
PACKAGE BODY: APPS.HR_US_PYZIPCHK
12.1.1
-
APPS.PAY_CA_EMP_TAX_INF SQL Statements
12.2.2
-
PACKAGE BODY: APPS.HR_US_PYZIPCHK
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1