DBA Data[Home] [Help]

APPS.PAY_CA_RULES dependencies on PAY_CA_EMP_ALL_FEDTAX_INFO_V

Line 84: pay_ca_emp_all_fedtax_info_v.

80: TAXGRP - Consolidated Cheque for all GREs.
81: 04-SEP-2002 vpandya 115.3 Added get_dynamic_tax_unit procedure for
82: Multi GRE functionality.
83: 14-Apr-2000 SSattini 115.1 Changed pay_ca_emp_all_fedtax_info to
84: pay_ca_emp_all_fedtax_info_v.
85: 07-May-1999 Lwthomps Modified to use the allfed info view.
86: 16-APr-1999 mmukherj 110.0 Created.
87: */
88: --

Line 99: from pay_ca_emp_all_fedtax_info_v cft,

95: l_geocode varchar2(15);
96:
97: cursor csr_get_jd is
98: Select employment_province, geocode
99: from pay_ca_emp_all_fedtax_info_v cft,
100: pay_assignment_actions paa
101: where cft.assignment_id = paa.assignment_id
102: and paa.assignment_action_id = p_asg_act_id;
103: