DBA Data[Home] [Help]

PACKAGE: APPS.PAY_KR_PAYKRYTR_PKG

Source


1 package pay_kr_paykrytr_pkg AUTHID CURRENT_USER as
2 /* $Header: paykrytr.pkh 120.18.12020000.3 2012/11/06 13:11:54 mdubasi ship $ */
3 ------------------------------------------------------------------------
4 procedure data(
5 	p_assignment_action_id		in number,
6 	p_person_id			out nocopy number,   -- Bug 6012258
7 	p_resident_type			out nocopy varchar2,
8 	p_nationality_type		out nocopy varchar2,
9 	p_fw_fixed_tax_rate             out nocopy varchar2, -- 3546993
10 	p_emp_start_date		out nocopy date,	-- Bug 8644512
11 	p_period_start_date		out nocopy date,
12 	p_period_end_date		out nocopy date,
13 	p_fwtb_contract_date		out nocopy date,
14 	p_fwtb_expiry_date		out nocopy date,
15 	p_cur_taxable_mth		out nocopy number,
16 	p_cur_taxable_bon		out nocopy number,
17 	p_cur_sp_irreg_bonus		out nocopy number,
18 	p_cur_stck_pur_opt_exec_earn    out nocopy number,  -- bug 6012258
19 	p_cur_esop_withd_earn		out nocopy number,  -- Bug 8644512
20 	p_cur_taxable			out nocopy number,
21 	p_cur_non_taxable_ovt		out nocopy number, -- Bug 8644512
22 	p_cur_birth_raising_allowance	out nocopy number, -- Bug 8644512
23 	p_cur_fw_income_exem		out nocopy number, -- Bug 8644512
24 	p_prev_hire_date1		out nocopy date,	-- Bug 8644512
25 	p_prev_termination_date1	out nocopy date,	-- Bug 8644512
26 	p_prev_tax_brk_pd_from1		out nocopy date,	-- Bug 8644512
27 	p_prev_tax_brk_pd_to1		out nocopy date,	-- Bug 8644512
28 	p_prev_corp_name1		out nocopy varchar2,
29 	p_prev_bp_number1		out nocopy varchar2,
30 	p_prev_taxable_mth1		out nocopy number,
31 	p_prev_taxable_bon1		out nocopy number,
32 	p_prev_sp_irreg_bonus1		out nocopy number,
33 	p_prev_stck_pur_opt_exec_earn1  out nocopy number,  -- Bug 6024342
34 	p_prev_esop_withd_earn1		out nocopy number,  -- Bug 8644512
35 	p_prev_non_taxable_ovt1		out nocopy number,  -- Bug 8644512
36 	p_prev_bir_raising_allw1	out nocopy number,  -- Bug 8644512
37 	p_prev_fw_income_exem1		out nocopy number,  -- Bug 8644512
38 	p_prev_taxable1			out nocopy number,
39 	p_prev_hire_date2		out nocopy date,	-- Bug 8644512
40 	p_prev_termination_date2	out nocopy date,	-- Bug 8644512
41 	p_prev_tax_brk_pd_from2		out nocopy date,	-- Bug 8644512
42 	p_prev_tax_brk_pd_to2		out nocopy date,	-- Bug 8644512
43 	p_prev_corp_name2		out nocopy varchar2,
44 	p_prev_bp_number2		out nocopy varchar2,
45 	p_prev_taxable_mth2		out nocopy number,
46 	p_prev_taxable_bon2		out nocopy number,
47 	p_prev_sp_irreg_bonus2		out nocopy number,
48 	p_prev_stck_pur_opt_exec_earn2  out nocopy number,  -- Bug 6024342
49 	p_prev_esop_withd_earn2		out nocopy number,  -- Bug 8644512
50 	p_prev_non_taxable_ovt2		out nocopy number,  -- Bug 8644512
51 	p_prev_bir_raising_allw2	out nocopy number,  -- Bug 8644512
52 	p_prev_fw_income_exem2		out nocopy number,  -- Bug 8644512
53 	p_prev_taxable2			out nocopy number,
54 	p_taxable_mth			out nocopy number,
55 	p_taxable_bon			out nocopy number,
56 	p_sp_irreg_bonus		out nocopy number,
57 	p_stck_pur_opt_exec_earn        out nocopy number,  -- bug 6024342
58 	p_esop_withd_earn		out nocopy number,  -- Bug 8644512
59 	p_research_payment		out nocopy number,  -- bug 6012258
60 	p_taxable			out nocopy number,
61 	p_taxable1			out nocopy number,  -- Bug 7615517
62 	p_non_taxable_ovs		out nocopy number,
63 	p_non_taxable_ovt		out nocopy number,
64 	p_non_taxable_oth		out nocopy number,
65 	p_non_taxable			out nocopy number,
66 	p_foreign_worker_tax_exem	out nocopy number,  -- 3546993
67 	p_basic_income_exem		out nocopy number,
68 	p_taxable_income		out nocopy number,
69 	p_ee_tax_exem			out nocopy number,
70 	p_dpnt_spouse_tax_exem		out nocopy number,
71 	p_num_of_dpnts			out nocopy number,
72 	p_dpnt_tax_exem			out nocopy number,
73 	p_num_of_ageds			out nocopy number,
74 	p_aged_tax_exem			out nocopy number,
75 	p_num_of_disableds		out nocopy number,
76 	p_disabled_tax_exem		out nocopy number,
77 	p_female_ee_tax_exem		out nocopy number,
78 	p_num_of_children		out nocopy number,
79 	--- Bug 7142620
80 	p_housing_loan_repay_exem	out nocopy number,
81 -- Bug 12807687 Start
82 	p_housing_prv_loan_repay_exem out nocopy number,
83 	p_housing_inst_loan_repay_exem out nocopy number,
84 	p_lt_housing_loan_int_rep_exm1 out nocopy number,
85 	p_lt_housing_loan_int_rep_exm2 out nocopy number,
86 	p_lt_housing_loan_int_rep_exm3 out nocopy number,
87 --Bug 12807687 End
88 --Bug 14754836 START
89    p_lt_2012_hou_fixed_intr_exm out nocopy number,
90    p_lt_2012_hou_othr_intr_exm out nocopy number,
91 --Bug 14754836 End
92 	p_housing_saving_exem		out nocopy number,
93 	p_lt_housing_loan_intr_exem	out nocopy number,
94 	p_birth_raising_allowance	out nocopy number,
95 	p_num_of_new_born_adopted	out nocopy number,
96 	p_new_born_adopted_tax_exem	out nocopy number,
97 	--- End of  Bug 7142620
98 	p_long_term_stck_fund_tax_exem  out nocopy number,  -- Bug 7615517
99 	p_num_of_underaged_dpnts	out nocopy number,  -- Bug 6024342
100 	p_child_tax_exem		out nocopy number,
101 	p_num_of_addtl_child		out nocopy number,  -- Bug 6784288
102 	p_addl_child_tax_exem		out nocopy number,  -- bug 6012258
103 	p_supp_tax_exem			out nocopy number,
104 	p_ins_prem_tax_exem		out nocopy number,
105 	-- Bug 9737699
106 	p_hi_prem_tax_exem		out nocopy number,
107 	p_ei_prem_tax_exem		out nocopy number,
108 	p_pers_ins_prem_tax_exem	out nocopy number,
109 	p_disabled_ins_prem_tax_exem	out nocopy number,
110 	--
111 	p_med_exp_tax_exem		out nocopy number,
112 	p_educ_exp_tax_exem		out nocopy number,
113 	p_donation_tax_exem		out nocopy number,
114 	p_marr_fun_relo_exem		out nocopy number,  -- 3402025
115 	p_sp_tax_exem			out nocopy number,
116 	p_std_sp_tax_exem		out nocopy number,
117 	p_np_prem_tax_exem		out nocopy number,
118 	p_pension_premium		out nocopy number,	-- Bug 6024342
119 	p_military_pen_prem		out nocopy number,	-- Bug 9737699
120 	p_private_school_pen_prem	out nocopy number,	-- Bug 9737699
121 	p_post_office_pen_prem		out nocopy number,	-- Bug 9737699
122 	p_taxable_income2		out nocopy number,
123 	p_pers_pension_prem_tax_exem	out nocopy number,
124 	p_corp_pension_prem_tax_exem	out nocopy number,  -- 4750653
125 	p_scientific_tech_tax_exem	out nocopy number, -- Bug 9737699
126 	p_housing_rent_exp_tax_exem     out nocopy number, -- Bug 9737699
127 	p_housing_sub_saving_exem       out nocopy number, -- Bug 9737699
128 	p_emp_hou_pro_saving_exem	out nocopy number, -- Bug 9737699
129 	p_lt_hou_pro_saving_exem	out nocopy number, -- Bug 9737699
130 	p_total_housing_saving_exem	out nocopy number, -- Bug 9737699
131 	p_pers_pension_saving_tax_exem	out nocopy number,
132 	p_invest_partner_fin_tax_exem	out nocopy number,
133 	p_credit_card_exp_tax_exem	out nocopy number,
134 	p_emp_st_own_plan_cont_exem     out nocopy number,
135 	p_small_bus_install_exem    	out nocopy number,	-- Bug 6895093
136 	p_hi_prem			out nocopy number,   	-- Bug 6895093
137         p_ltci_prem                     out nocopy number,      -- Bug 7260606
138 	p_ei_prem			out nocopy number,   	-- Bug 6895093
139 	p_np_prem			out nocopy number,   	-- Bug 6895093
140 	p_non_rep_non_taxable           out nocopy number,      -- Bug 9079478
141 	p_smb_income_exem               out nocopy number,      -- Bug 9079478
142 	p_taxation_base			out nocopy number,
143 	p_calc_tax			out nocopy number,
144 	p_tax_reduction_smb		out nocopy number, --  Bug Yea2012
145 	p_tax_reduction_teachers		out nocopy number,
146 	p_tax_reduction_marine		out nocopy number,
147 	p_basic_tax_break		out nocopy number,
148 	p_housing_exp_tax_break		out nocopy number,
149 	p_stock_saving_tax_break	out nocopy number,
150 	p_ovs_tax_break			out nocopy number,
151 	p_don_tax_break			out nocopy number,  -- 3966549
152 	p_lt_stock_saving_tax_break	out nocopy number,
153 	p_total_tax_break		out nocopy number,
154 	p_foreign_worker_tax_break1	out nocopy number,
155 	p_foreign_worker_tax_break2	out nocopy number,
156 	p_foreign_worker_tax_break	out nocopy number,
157 	p_annual_itax			out nocopy number,
158 	p_annual_stax			out nocopy number,
159 	p_annual_rtax			out nocopy number,
160 	p_annual_tax			out nocopy number,
161 	p_prev_itax			out nocopy number,
162 	p_prev_stax			out nocopy number,
163 	p_prev_rtax			out nocopy number,
164 	p_prev_tax			out nocopy number,
165 	p_cur_itax			out nocopy number,
166 	p_cur_stax			out nocopy number,
167 	p_cur_rtax			out nocopy number,
168 	p_cur_tax			out nocopy number,
169 	p_itax_adj			out nocopy number,
170 	p_stax_adj			out nocopy number,
171 	p_rtax_adj			out nocopy number,
172 	p_tax_adj			out nocopy number,
173 	p_cash_receipt_expense          out nocopy number, -- 4289780
174 	p_emp_ins_exp_nts		out nocopy number, -- 5190884
175 	p_emp_tot_ins_exp		out nocopy number, -- Bug 5667762
176 	p_emp_med_exp_nts		out nocopy number,
177 	p_emp_med_exp_oth		out nocopy number,
178 	p_emp_educ_exp_nts		out nocopy number,
179 	p_emp_educ_exp_oth		out nocopy number,
180 	p_emp_card_exp_nts		out nocopy number,
181 	p_emp_direct_exp_nts		out nocopy number, -- Bug 9737699
182 	p_emp_card_exp_oth		out nocopy number,
183 	p_emp_direct_exp_oth		out nocopy number, -- Bug 9737699
184 	p_emp_cash_exp_nts		out nocopy number,
185  -- Bug 14502155 start
186 	p_emp_tm_cash_exp_nts		out nocopy number,
187 	p_emp_tm_card_exp_nts		out nocopy number,
188 	p_emp_tm_card_exp_oth		out nocopy number,
189 	p_emp_tm_direct_exp_nts		out nocopy number,
190 	p_emp_tm_direct_exp_oth		out nocopy number,
191 	p_emp_tuition_paid_exp_nts		out nocopy number,
192 	p_emp_tuition_paid_exp_oth		out nocopy number,
193  -- Bug 14502155 end
194 	p_emp_don_exp_nts		out nocopy number,
195 	p_emp_don_exp_oth		out nocopy number,
196 	p_double_exem_amt               out nocopy number,   -- Bug 6716401
197         p_tax_grp_bus_reg_num           out nocopy varchar2,   -- Bug 7361372
198         p_tax_grp_name                  out nocopy varchar2,   -- Bug 7361372
199 	p_tax_grp_wkpd_from		out nocopy date,	-- Bug 8644512
200 	p_tax_grp_wkpd_to		out nocopy date,	-- Bug 8644512
201 	p_tax_grp_tax_brk_pd_from	out nocopy date,	-- Bug 8644512
202 	p_tax_grp_tax_brk_pd_to		out nocopy date,	-- Bug 8644512
203         p_tax_grp_taxable_mth           out nocopy number,   -- Bug 7361372
204         p_tax_grp_taxable_bon           out nocopy number,   -- Bug 7361372
205         p_tax_grp_sp_irreg_bonus        out nocopy number,   -- Bug 7361372
206         p_tax_stck_pur_opt_exec_earn 	out nocopy number,   -- Bug 7361372
207 	p_tax_grp_esop_withd_earn	out nocopy number,   -- Bug 8644512
208         p_tax_grp_taxable               out nocopy number,   -- Bug 7361372
209 	p_tax_grp_non_taxable_ovt	out nocopy number,   -- Bug 8644512
210 	p_tax_grp_bir_raising_allw	out nocopy number,   -- Bug 8644512
211 	p_tax_grp_fw_income_exem	out nocopy number,   -- Bug 8644512
212         p_tax_grp_post_tax_deduc        out nocopy number,   -- Bug 7361372
213 	p_house_holder_flag		out nocopy varchar2, -- Bug 9737699
214 	--
215 	-- Bug 9737699
216 	p_sep_pen_exm_amt_archive	out nocopy varchar2,
217 	p_pen_sav_exm_amt_archive	out nocopy varchar2,
218 	p_hou_sav_exm_amt_archive	out nocopy varchar2,
219 	p_lt_stck_sav_exm_amt_archive	out nocopy varchar2,
220 	p_sep_pen_priority1		out nocopy number,
221         p_sep_pen_priority2		out nocopy number,
222 	p_pen_sav_priority1		out nocopy number,
223 	p_pen_sav_priority2		out nocopy number,
224 	p_hou_sav_priority1		out nocopy number,
225 	p_hou_sav_priority2		out nocopy number,
226 	p_hou_sav_priority3		out nocopy number,
227 	p_lt_stck_sav_priority1		out nocopy number,
228 	p_lt_stck_sav_priority2		out nocopy number,
229 	p_lt_stck_sav_priority3		out nocopy number,
230         p_sep_pen_type1			out nocopy varchar2,
231         p_sep_pen_fin_inst1             out nocopy varchar2,
232 	p_sep_pen_acc_number1		out nocopy varchar2,
233 	p_sep_pen_cont_amt1		out nocopy number,
234 	p_sep_pen_exem_amt1		out nocopy number,
235         p_sep_pen_type2			out nocopy varchar2,
236         p_sep_pen_fin_inst2             out nocopy varchar2,
237 	p_sep_pen_acc_number2		out nocopy varchar2,
238 	p_sep_pen_cont_amt2		out nocopy number,
239 	p_sep_pen_exem_amt2		out nocopy number,
240 	p_pen_sav_type1			out nocopy varchar2,
241 	p_pen_sav_fin_inst1		out nocopy varchar2,
242         p_pen_sav_acc_number1		out nocopy varchar2,
243 	p_pen_sav_cont_amt1		out nocopy number,
244         p_pen_sav_exem_amt1             out nocopy number,
245 	p_pen_sav_type2			out nocopy varchar2,
246 	p_pen_sav_fin_inst2		out nocopy varchar2,
247         p_pen_sav_acc_number2		out nocopy varchar2,
248 	p_pen_sav_cont_amt2		out nocopy number,
249         p_pen_sav_exem_amt2             out nocopy number,
250 	p_hou_sav_type1			out nocopy varchar2,
251 	p_hou_sav_fin_inst1		out nocopy varchar2,
252         p_hou_sav_acc_number1		out nocopy varchar2,
253         p_hou_sav_cont_amt1		out nocopy number,
254         p_hou_sav_exem_amt1             out nocopy number,
255 	p_hou_sav_type2			out nocopy varchar2,
256 	p_hou_sav_fin_inst2		out nocopy varchar2,
257         p_hou_sav_acc_number2		out nocopy varchar2,
258         p_hou_sav_cont_amt2		out nocopy number,
259         p_hou_sav_exem_amt2             out nocopy number,
260 	p_hou_sav_type3			out nocopy varchar2,
261 	p_hou_sav_fin_inst3		out nocopy varchar2,
262         p_hou_sav_acc_number3		out nocopy varchar2,
263         p_hou_sav_cont_amt3		out nocopy number,
264         p_hou_sav_exem_amt3             out nocopy number,
265 	p_lt_stck_sav_type1		out nocopy varchar2,
266 	p_lt_stck_sav_fin_inst1		out nocopy varchar2,
267 	p_lt_stck_sav_acc_number1	out nocopy varchar2,
268 	p_lt_stck_sav_cont_amt1		out nocopy number,
269 	p_lt_stck_sav_exem_amt1		out nocopy number,
270 	p_lt_stck_sav_type2		out nocopy varchar2,
271 	p_lt_stck_sav_fin_inst2		out nocopy varchar2,
272 	p_lt_stck_sav_acc_number2	out nocopy varchar2,
273 	p_lt_stck_sav_cont_amt2		out nocopy number,
274 	p_lt_stck_sav_exem_amt2		out nocopy number,
275 	p_lt_stck_sav_type3		out nocopy varchar2,
276 	p_lt_stck_sav_fin_inst3		out nocopy varchar2,
277 	p_lt_stck_sav_acc_number3	out nocopy varchar2,
278 	p_lt_stck_sav_cont_amt3		out nocopy number,
279 	p_lt_stck_sav_exem_amt3		out nocopy number,
280 	--
281 	p_total_ntax_R10	out nocopy number,  --Bug 12807687
282 	p_total_ntax_G01	out nocopy number,   -- Bug 8644512
283 	p_total_ntax_H01	out nocopy number,   -- Bug 8644512
284 	p_total_ntax_H05	out nocopy number,   -- Bug 8644512
285 	p_total_ntax_H06	out nocopy number,   -- Bug 8644512
286 	p_total_ntax_H07	out nocopy number,   -- Bug 8644512
287 	p_total_ntax_H08	out nocopy number,   -- Bug 8644512
288 	p_total_ntax_H09	out nocopy number,   -- Bug 8644512
289 	p_total_ntax_H10	out nocopy number,   -- Bug 8644512
290 	p_total_ntax_H11	out nocopy number,   -- Bug 8644512
291 	p_total_ntax_H12	out nocopy number,   -- Bug 8644512
292 	p_total_ntax_H13	out nocopy number,   -- Bug 8644512
293 	p_total_ntax_I01	out nocopy number,   -- Bug 8644512
294 	p_total_ntax_K01	out nocopy number,   -- Bug 8644512
295 	p_total_ntax_M01	out nocopy number,   -- Bug 8644512
296 	p_total_ntax_M02	out nocopy number,   -- Bug 8644512
297 	p_total_ntax_M03	out nocopy number,   -- Bug 8644512
298 	p_total_ntax_S01	out nocopy number,   -- Bug 8644512
299 	p_total_ntax_T01	out nocopy number,   -- Bug 8644512
300 	p_total_ntax_Y01	out nocopy number,   -- Bug 8644512
301 	p_total_ntax_Y02	out nocopy number,   -- Bug 8644512
302 	p_total_ntax_Y03	out nocopy number,   -- Bug 8644512
303 	p_total_ntax_Y20	out nocopy number,   -- Bug 8644512
304 	p_total_ntax_Y21	out nocopy number,   -- Bug 9737699
305 	p_total_ntax_ZZ		out nocopy number,   -- Bug 9737699
306 	p_total_ntax_Z01	out nocopy number,   -- Bug 8644512
307 	p_total_ntax_tax_brk	out nocopy number,   -- Bug 9737699
308 	p_total_ntax_H14	out nocopy number,   -- Bug Yea2012
309 	p_total_ntax_H15	out nocopy number,
310 	p_total_ntax_T10	out nocopy number,
311 	p_total_ntax_T20	out nocopy number,
312 
313 	--
314 	p_cur_ntax_R10		out nocopy number,  --Bug 12807687
315 	p_cur_ntax_G01		out nocopy number,   -- Bug 8644512
316 	p_cur_ntax_H01		out nocopy number,   -- Bug 8644512
317 	p_cur_ntax_H05		out nocopy number,   -- Bug 8644512
318 	p_cur_ntax_H06		out nocopy number,   -- Bug 8644512
319 	p_cur_ntax_H07		out nocopy number,   -- Bug 8644512
320 	p_cur_ntax_H08		out nocopy number,   -- Bug 8644512
321 	p_cur_ntax_H09		out nocopy number,   -- Bug 8644512
322 	p_cur_ntax_H10		out nocopy number,   -- Bug 8644512
323 	p_cur_ntax_H11		out nocopy number,   -- Bug 8644512
324 	p_cur_ntax_H12		out nocopy number,   -- Bug 8644512
325 	p_cur_ntax_H13		out nocopy number,   -- Bug 8644512
326 	p_cur_ntax_I01		out nocopy number,   -- Bug 8644512
327 	p_cur_ntax_K01		out nocopy number,   -- Bug 8644512
328 	p_cur_ntax_M01		out nocopy number,   -- Bug 8644512
329 	p_cur_ntax_M02		out nocopy number,   -- Bug 8644512
330 	p_cur_ntax_M03		out nocopy number,   -- Bug 8644512
331 	p_cur_ntax_S01		out nocopy number,   -- Bug 8644512
332 	p_cur_ntax_T01		out nocopy number,   -- Bug 8644512
333 	p_cur_ntax_Y01		out nocopy number,   -- Bug 8644512
334 	p_cur_ntax_Y02		out nocopy number,   -- Bug 8644512
335 	p_cur_ntax_Y03		out nocopy number,   -- Bug 8644512
336 	p_cur_ntax_Y20		out nocopy number,   -- Bug 8644512
337 	p_cur_ntax_Y21		out nocopy number,   -- Bug 9737699
338 	p_cur_ntax_ZZ		out nocopy number,   -- Bug 9737699
339 	p_cur_ntax_Z01		out nocopy number,   -- Bug 8644512
343 	p_cur_ntax_T10	out nocopy number,
340 	p_cur_ntax_tax_brk	out nocopy number,   -- Bug 9737699
341 	p_cur_ntax_H14	out nocopy number,   -- Bug Yea2012
342 	p_cur_ntax_H15	out nocopy number,
344 	p_cur_ntax_T20	out nocopy number,
345 	--
346 	p_tax_grp_ntax_R10	out nocopy number,  --Bug 12807687
347 	p_tax_grp_ntax_G01	out nocopy number,   -- Bug 8644512
348 	p_tax_grp_ntax_H01	out nocopy number,   -- Bug 8644512
349 	p_tax_grp_ntax_H05	out nocopy number,   -- Bug 8644512
350 	p_tax_grp_ntax_H06	out nocopy number,   -- Bug 8644512
351 	p_tax_grp_ntax_H07	out nocopy number,   -- Bug 8644512
352 	p_tax_grp_ntax_H08	out nocopy number,   -- Bug 8644512
353 	p_tax_grp_ntax_H09	out nocopy number,   -- Bug 8644512
354 	p_tax_grp_ntax_H10	out nocopy number,   -- Bug 8644512
355 	p_tax_grp_ntax_H11	out nocopy number,   -- Bug 8644512
356 	p_tax_grp_ntax_H12	out nocopy number,   -- Bug 8644512
357 	p_tax_grp_ntax_H13	out nocopy number,   -- Bug 8644512
358 	p_tax_grp_ntax_I01	out nocopy number,   -- Bug 8644512
359 	p_tax_grp_ntax_K01	out nocopy number,   -- Bug 8644512
360 	p_tax_grp_ntax_M01	out nocopy number,   -- Bug 8644512
361 	p_tax_grp_ntax_M02	out nocopy number,   -- Bug 8644512
362 	p_tax_grp_ntax_M03	out nocopy number,   -- Bug 8644512
363 	p_tax_grp_ntax_S01	out nocopy number,   -- Bug 8644512
364 	p_tax_grp_ntax_T01	out nocopy number,   -- Bug 8644512
365 	p_tax_grp_ntax_Y01	out nocopy number,   -- Bug 8644512
366 	p_tax_grp_ntax_Y02	out nocopy number,   -- Bug 8644512
367 	p_tax_grp_ntax_Y03	out nocopy number,   -- Bug 8644512
368 	p_tax_grp_ntax_Y20	out nocopy number,   -- Bug 8644512
369 	p_tax_grp_ntax_Y21	out nocopy number,   -- Bug 9737699
370 	p_tax_grp_ntax_ZZ	out nocopy number,   -- Bug 9737699
371 	p_tax_grp_ntax_Z01	out nocopy number,   -- Bug 8644512
372 	p_tax_grp_ntax_tax_brk	out nocopy number,   -- Bug 9737699
373 	p_tax_grp_ntax_H14	out nocopy number,   -- Bug Yea2012
374 	p_tax_grp_ntax_H15	out nocopy number,
375 	p_tax_grp_ntax_T10	out nocopy number,
376 	p_tax_grp_ntax_T20	out nocopy number,
377 	--
378 	p_prev1_ntax_R10	out nocopy number,  --Bug 12807687
379 	p_prev1_ntax_G01	out nocopy number,   -- Bug 8644512
380 	p_prev1_ntax_H01	out nocopy number,   -- Bug 8644512
381 	p_prev1_ntax_H05	out nocopy number,   -- Bug 8644512
382 	p_prev1_ntax_H06	out nocopy number,   -- Bug 8644512
383 	p_prev1_ntax_H07	out nocopy number,   -- Bug 8644512
384 	p_prev1_ntax_H08	out nocopy number,   -- Bug 8644512
385 	p_prev1_ntax_H09	out nocopy number,   -- Bug 8644512
386 	p_prev1_ntax_H10	out nocopy number,   -- Bug 8644512
387 	p_prev1_ntax_H11	out nocopy number,   -- Bug 8644512
388 	p_prev1_ntax_H12	out nocopy number,   -- Bug 8644512
389 	p_prev1_ntax_H13	out nocopy number,   -- Bug 8644512
390 	p_prev1_ntax_I01	out nocopy number,   -- Bug 8644512
391 	p_prev1_ntax_K01	out nocopy number,   -- Bug 8644512
392 	p_prev1_ntax_M01	out nocopy number,   -- Bug 8644512
393 	p_prev1_ntax_M02	out nocopy number,   -- Bug 8644512
394 	p_prev1_ntax_M03	out nocopy number,   -- Bug 8644512
395 	p_prev1_ntax_S01	out nocopy number,   -- Bug 8644512
396 	p_prev1_ntax_T01	out nocopy number,   -- Bug 8644512
397 	p_prev1_ntax_Y01	out nocopy number,   -- Bug 8644512
398 	p_prev1_ntax_Y02	out nocopy number,   -- Bug 8644512
399 	p_prev1_ntax_Y03	out nocopy number,   -- Bug 8644512
400 	p_prev1_ntax_Y20	out nocopy number,   -- Bug 8644512
401 	p_prev1_ntax_Y21	out nocopy number,   -- Bug 9737699
402 	p_prev1_ntax_ZZ	out nocopy number,   -- Bug 9737699
403 	p_prev1_ntax_Z01	out nocopy number,   -- Bug 8644512
404 	p_prev1_ntax_tax_brk	out nocopy number,   -- Bug 8644512
405 	p_prev1_ntax_H14	out nocopy number,   -- Bug Yea2012
406 	p_prev1_ntax_H15	out nocopy number,
407 	p_prev1_ntax_T10	out nocopy number,
408 	p_prev1_ntax_T20	out nocopy number,
409 	--
410 	p_prev2_ntax_R10	out nocopy number,  --Bug 12807687
411 	p_prev2_ntax_G01	out nocopy number,   -- Bug 8644512
412 	p_prev2_ntax_H01	out nocopy number,   -- Bug 8644512
413 	p_prev2_ntax_H05	out nocopy number,   -- Bug 8644512
414 	p_prev2_ntax_H06	out nocopy number,   -- Bug 8644512
415 	p_prev2_ntax_H07	out nocopy number,   -- Bug 8644512
416 	p_prev2_ntax_H08	out nocopy number,   -- Bug 8644512
417 	p_prev2_ntax_H09	out nocopy number,   -- Bug 8644512
418 	p_prev2_ntax_H10	out nocopy number,   -- Bug 8644512
419 	p_prev2_ntax_H11	out nocopy number,   -- Bug 8644512
420 	p_prev2_ntax_H12	out nocopy number,   -- Bug 8644512
421 	p_prev2_ntax_H13	out nocopy number,   -- Bug 8644512
422 	p_prev2_ntax_I01	out nocopy number,   -- Bug 8644512
423 	p_prev2_ntax_K01	out nocopy number,   -- Bug 8644512
424 	p_prev2_ntax_M01	out nocopy number,   -- Bug 8644512
425 	p_prev2_ntax_M02	out nocopy number,   -- Bug 8644512
426 	p_prev2_ntax_M03	out nocopy number,   -- Bug 8644512
427 	p_prev2_ntax_S01	out nocopy number,   -- Bug 8644512
428 	p_prev2_ntax_T01	out nocopy number,   -- Bug 8644512
429 	p_prev2_ntax_Y01	out nocopy number,   -- Bug 8644512
430 	p_prev2_ntax_Y02	out nocopy number,   -- Bug 8644512
431 	p_prev2_ntax_Y03	out nocopy number,   -- Bug 8644512
432 	p_prev2_ntax_Y20	out nocopy number,   -- Bug 8644512
433 	p_prev2_ntax_Y21	out nocopy number,   -- Bug 9737699
434 	p_prev2_ntax_ZZ		out nocopy number,   -- Bug 9737699
435 	p_prev2_ntax_Z01	out nocopy number,   -- Bug 8644512
436 	p_prev2_ntax_tax_brk	out nocopy number,   -- Bug 9737699
437 	p_prev2_ntax_H14	out nocopy number,   -- Bug Yea2012
438 	p_prev2_ntax_H15	out nocopy number,
439 	p_prev2_ntax_T10	out nocopy number,
440 	p_prev2_ntax_T20	out nocopy number,
441 	--
442 	p_cur_total_ntax_earn	out nocopy number,   -- Bug 8644512
443 	p_tax_grp_total_ntax_earn out nocopy number, -- Bug 8644512
444 	p_prev1_total_ntax_earn	out nocopy number,   -- Bug 8644512
445 	p_prev2_total_ntax_earn	out nocopy number,   -- Bug 8644512
446 	--
447 	p_prev1_bus_reg_num	out nocopy varchar2, -- Bug 8644512
448 	p_prev1_itax		out nocopy number,   -- Bug 8644512
449 	p_prev1_rtax		out nocopy number,   -- Bug 8644512
450 	p_prev1_stax		out nocopy number,   -- Bug 8644512
454 	p_prev2_rtax		out nocopy number,   -- Bug 8644512
451 	p_prev1_total_tax	out nocopy number,   -- Bug 8644512
452 	p_prev2_bus_reg_num	out nocopy varchar2, -- Bug 8644512
453 	p_prev2_itax		out nocopy number,   -- Bug 8644512
455 	p_prev2_stax		out nocopy number,   -- Bug 8644512
456 	p_prev2_total_tax	out nocopy number,   -- Bug 8644512
457 	p_prev3_bus_reg_num	out nocopy varchar2, -- Bug 8644512
458 	p_prev3_itax		out nocopy number,   -- Bug 8644512
459 	p_prev3_rtax		out nocopy number,   -- Bug 8644512
460 	p_prev3_stax		out nocopy number,   -- Bug 8644512
461 	p_prev3_total_tax	out nocopy number,   -- Bug 8644512
462 	p_prev4_bus_reg_num	out nocopy varchar2, -- Bug 8644512
463 	p_prev4_itax		out nocopy number,   -- Bug 8644512
464 	p_prev4_rtax		out nocopy number,   -- Bug 8644512
465 	p_prev4_stax		out nocopy number,   -- Bug 8644512
466 	p_prev4_total_tax	out nocopy number,   -- Bug 8644512
467 	p_prev5_bus_reg_num	out nocopy varchar2, -- Bug 8644512
468 	p_prev5_itax		out nocopy number,   -- Bug 8644512
469 	p_prev5_rtax		out nocopy number,   -- Bug 8644512
470 	p_prev5_stax		out nocopy number,   -- Bug 8644512
471 	p_prev5_total_tax	out nocopy number);  -- Bug 8644512
472 
473 end pay_kr_paykrytr_pkg;