DBA Data[Home] [Help]

APPS.PAY_CA_RULES dependencies on PAY_CA_EMP_ALL_FEDTAX_INFO_V

Line 52: pay_ca_emp_all_fedtax_info_v.

48: TAXGRP - Consolidated Cheque for all GREs.
49: 04-SEP-2002 vpandya 115.3 Added get_dynamic_tax_unit procedure for
50: Multi GRE functionality.
51: 14-Apr-2000 SSattini 115.1 Changed pay_ca_emp_all_fedtax_info to
52: pay_ca_emp_all_fedtax_info_v.
53: 07-May-1999 Lwthomps Modified to use the allfed info view.
54: 16-APr-1999 mmukherj 110.0 Created.
55: */
56: --

Line 67: from pay_ca_emp_all_fedtax_info_v cft,

63: l_geocode varchar2(15);
64:
65: cursor csr_get_jd is
66: Select employment_province, geocode
67: from pay_ca_emp_all_fedtax_info_v cft,
68: pay_assignment_actions paa
69: where cft.assignment_id = paa.assignment_id
70: and paa.assignment_action_id = p_asg_act_id;
71: