Search Results qtd_value
Overview
The APPS.PAY_CA_FED_EE_V view is a payroll balance inquiry object within the Oracle E-Business Suite (EBS) Payroll (PAY) module, exposed under the APPS schema. It presents Canadian federal employee-level balance information for a given assignment action, resolving balance set, balance type, and payroll action context into a single denormalized result set. The view is defined over a hybrid of payroll transactional tables and PL/SQL package calls, which means it does not simply project stored columns but dynamically computes balance values at query time.
Its primary role is to support payroll reporting, legislative balance validation, and downstream integration where an administrator or report requires the full set of period-based balance values (current, run, pay-date, month-to-date, quarter-to-date, period-to-date, and related) for a Canadian federal employee within a specific assignment action. Because the balance values are derived through the PAY_CA_BALANCE_PKG API, the view reflects the same calculation logic used by the payroll engine, ensuring consistency between reported balances and processed results.
Underlying Base Objects
The metadata for ETRM 12.2.2 documents the following referenced base objects, all implemented as APPS-owned synonyms:
PAY_ASSIGNMENT_ACTIONS— supplies assignment-level action context (ASSIGNMENT_ACTION_ID,ASSIGNMENT_ID,TAX_UNIT_ID,ACTION_STATUS).PAY_PAYROLL_ACTIONS— supplies payroll action context (PAYROLL_ACTION_ID,ACTION_TYPE,EFFECTIVE_DATE).PAY_BALANCE_SETS— supplies the balance set definition, includingATTRIBUTE_1(aliased asBASE_BALANCE_NAME),BUSINESS_GROUP_ID, andLEGISLATION_CODE.PAY_BALANCE_TYPES— supplies the balance type reporting name (BASE_REPORTING_NAME).PAY_BALANCE_TYPES_TL— supplies the translated balance name and reporting name (BALANCE_NAME,REPORTING_NAME).PAY_CA_BALANCE_PKG— package invoked viaCALL_CA_BALANCE_GET_VALUEto compute each period value.PAY_CA_BALANCE_VIEW_PKG— package providing session variables (GET_SESSION_VAR) for report level and business group.
The view therefore joins assignment actions to payroll actions and balance set definitions, then delegates all balance computation to the Canadian balance packages. This architecture keeps the view thin while centralizing calculation logic in reusable PL/SQL.
Key Columns
ASSIGNMENT_ID,ASSIGNMENT_ACTION_ID,ACTION_STATUS— identify the employee assignment and the action being evaluated.TAX_UNIT_ID— the tax unit context for the balance, relevant to Canadian federal reporting.PAYROLL_ACTION_ID,ACTION_TYPE,EFFECTIVE_DATE— payroll run context and effective date.BASE_BALANCE_NAME— the underlying balance set identifier used in calculations.BALANCE_NAME,REPORTING_NAME,BASE_REPORTING_NAME— user-facing labels for the balance and its base balance.BUSINESS_GROUP_ID,LEGISLATION_CODE— organizational and legislative scoping.CURRENT_VALUE,RUN_VALUE,PYDATE_VALUE,MONTH_VALUE,QTD_VALUE,PTD_VALUE— the computed balance amounts for the current context, run-to-date, pay-date, month-to-date, quarter-to-date, and period-to-date respectively.
The MONTH_VALUE column, matching the user search term, returns the month-to-date balance computed by PAY_CA_BALANCE_PKG.CALL_CA_BALANCE_GET_VALUE with the 'MONTH' selector.
Common Use Cases and Queries
Typical uses include reconciling Canadian federal employee balances for a specific payroll action, producing month-to-date vs. quarter-to-date comparisons, and validating that legislative balances align with expected reporting names.
- Auditing all period values for an assignment action.
- Filtering by
LEGISLATION_CODEto isolate Canadian federal balances. - Comparing
MONTH_VALUEagainstQTD_VALUEfor period analysis.
A representative query retrieving month-to-date values for a specific assignment is:
SELECT assignment_id, tax_unit_id, balance_name, reporting_name, month_value, qtd_value, ptd_value FROM apps.pay_ca_fed_ee_v WHERE assignment_action_id = :p_assignment_action_id AND legislation_code = 'CA';
Because the value columns are function-derived, queries should pass bind parameters where possible, and callers should be aware that performance depends on the underlying balance package execution for each row returned.
-
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: 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: PAY_CA_FED_ER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_ER_V, object_name:PAY_CA_FED_ER_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_FED_ER_V ,
-
View: PAY_CA_FED_ER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_ER_V, object_name:PAY_CA_FED_ER_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_FED_ER_V ,
-
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_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_PMED_WCB_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PMED_WCB_BALANCES_V, object_name:PAY_CA_PMED_WCB_BALANCES_V, status:VALID,
-
VIEW: APPS.PAY_CA_FED_ER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_ER_V, object_name:PAY_CA_FED_ER_V, status:VALID,
-
View: PAY_CA_PMED_WCB_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PMED_WCB_BALANCES_V, object_name:PAY_CA_PMED_WCB_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PMED_WCB_BALANCES_V ,
-
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_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_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_FED_ER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_FED_ER_V, object_name:PAY_CA_FED_ER_V, status:VALID,
-
VIEW: APPS.PAY_CA_PMED_WCB_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PMED_WCB_BALANCES_V, object_name:PAY_CA_PMED_WCB_BALANCES_V, status:VALID,
-
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_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_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,
-
TABLE: PJI.PJI_REP_XTD_MEASURES_TMP
12.1.1
owner:PJI, object_type:TABLE, object_name:PJI_REP_XTD_MEASURES_TMP, 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: 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: 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 ,
-
TABLE: PJI.PJI_REP_XTD_MEASURES_TMP
12.2.2
owner:PJI, object_type:TABLE, object_name:PJI_REP_XTD_MEASURES_TMP, status:VALID,
-
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: APPS.PAY_CA_FED_EE_V
12.1.1
-
VIEW: APPS.PAY_CA_FED_ER_V
12.2.2
-
View: PAY_CA_PMED_WCB_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PMED_WCB_BALANCES_V, object_name:PAY_CA_PMED_WCB_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PMED_WCB_BALANCES_V ,
-
VIEW: APPS.PAY_CA_FED_ER_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: 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: APPS.PAY_CA_FED_EE_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 ,
-
VIEW: APPS.PAY_CA_PROV_ER_V
12.1.1
-
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.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_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_PMED_WCB_BALANCES_V
12.2.2
-
VIEW: APPS.PAY_CA_PMED_WCB_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: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V
12.2.2
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.2.2
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RR_V
12.1.1
-
VIEW: APPS.PAY_CA_SOE_DEDN_BALANCES_RBR_V
12.1.1
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_REP_XTD_MEASURES_TMP
12.2.2
-
APPS.PJI_REP_MEASURE_UTIL dependencies on PJI_REP_XTD_MEASURES_TMP
12.1.1