DBA Data[Home] [Help]

PACKAGE: APPS.PAY_KR_PAYKRYLG_PKG

Source


1 package pay_kr_paykrylg_pkg AUTHID CURRENT_USER as
2 /* $Header: paykrylg.pkh 120.6 2011/01/17 10:55:50 pnethaga ship $ */
3 ------------------------------------------------------------------------
4 procedure data(
5         p_assignment_action_id          in number,
6         p_taxable                       out nocopy number,
7 	p_nationality			out nocopy varchar2, -- Bug 7595082
8 	p_fw_fixed_tax_rate		out nocopy varchar2, -- Bug 7595082
9         p_basic_income_exem             out nocopy number,
10         p_taxable_income                out nocopy number,
11         p_ee_tax_exem                   out nocopy number,
12         p_dpnt_spouse_flag              out nocopy varchar2,
13         p_dpnt_spouse_tax_exem          out nocopy number,
14         p_num_of_underaged_dpnts        out nocopy number,
15         p_num_of_aged_dpnts             out nocopy number,
16         p_dpnt_tax_exem                 out nocopy number,
17         p_num_of_ageds                  out nocopy number,
18         p_aged_tax_exem                 out nocopy number,
19         p_num_of_disableds              out nocopy number,
20         p_disabled_tax_exem             out nocopy number,
21         p_female_ee_flag                out nocopy varchar2,
22         p_female_ee_tax_exem            out nocopy number,
23         p_num_of_children               out nocopy number,
24         p_child_tax_exem                out nocopy number,
25         p_supp_tax_exem                 out nocopy number,
26         p_hi_prem                       out nocopy number,
27         p_ei_prem                       out nocopy number,
28         p_pers_ins_name                 out nocopy varchar2,
29         p_pers_ins_prem                 out nocopy number,
30         p_disabled_ins_prem             out nocopy number,
31         p_ins_prem_tax_exem             out nocopy number,
32         p_med_exp                       out nocopy number,
33         p_med_exp_aged                  out nocopy number,
34         p_med_exp_disabled              out nocopy number,
35         p_max_med_exp_tax_exem          out nocopy number,
36         p_med_exp_tax_exem              out nocopy number,
37         p_ee_educ_exp                   out nocopy number,
38         p_spouse_educ_exp               out nocopy number,
39         p_disabled_educ_exp             out nocopy number,
40         p_dpnt_educ_exp                 out nocopy number,
41         p_educ_exp_tax_exem             out nocopy number,
42         p_housing_saving_type_meaning   out nocopy varchar2,
43         p_housing_saving                out nocopy number,
44         p_housing_purchase_date         out nocopy date,
45         p_housing_loan_date             out nocopy date,
46         p_housing_loan_repay            out nocopy number,
47         p_lt_housing_loan_date          out nocopy date,
48         p_lt_housing_loan_int_repay     out nocopy number,
49         p_max_housing_exp_tax_exem      out nocopy number,
50         p_housing_exp_tax_exem          out nocopy number,
51         p_donation1_tax_exem            out nocopy number,
52         p_donation2                     out nocopy number,
53         p_max_donation2_tax_exem        out nocopy number,
54         p_donation2_tax_exem            out nocopy number,
55         p_donation_tax_exem             out nocopy number,
56         p_sp_tax_exem                   out nocopy number,
57         p_std_sp_tax_exem               out nocopy number,
58         p_np_prem                       out nocopy number,
59         p_np_prem_tax_exem              out nocopy number,
60         p_pers_pension_prem_tax         out nocopy number,
61         p_pers_pension_saving_tax       out nocopy number,
62         p_invest_partner_fin_tax        out nocopy number,
63         p_credit_card_exp_tax           out nocopy number,
64         p_emp_st_own_plan_cont          out nocopy number,
65         p_pers_pension_prem_tax_exem    out nocopy number,
66         p_pers_pension_saving_tax_exem  out nocopy number,
67         p_invest_partner_fin_tax_exem   out nocopy number,
68         p_credit_card_exp_tax_exem      out nocopy number,
69         p_emp_st_own_plan_cont_exem     out nocopy number,
70         p_taxation_base                 out nocopy number,
71         p_calc_tax                      out nocopy number,
72         p_basic_tax_break               out nocopy number,
73         p_housing_exp_tax_break         out nocopy number,
74         p_stock_saving_tax_break        out nocopy number,
75         p_ovstb_territory_short_name    out nocopy varchar2,
76         p_ovstb_tax_paid_date           out nocopy date,
77         p_ovstb_tax_foreign_currency    out nocopy number,
78         p_ovstb_tax                     out nocopy number,
79         p_ovstb_application_date        out nocopy date,
80         p_ovstb_submission_date         out nocopy date,
81         p_ovs_tax_break                 out nocopy number,
82         p_lt_stock_saving_tax_break     out nocopy number,
83         p_total_tax_break               out nocopy number,
84         p_fwtb_immigration_purpose      out nocopy varchar2,
85         p_fwtb_contract_date            out nocopy date,
86         p_fwtb_expiry_date              out nocopy date,
87         p_fwtb_application_date         out nocopy date,
88         p_fwtb_submission_date          out nocopy date,
89         --
90         p_foreign_worker_tax_break1     out nocopy number,
91         p_foreign_worker_tax_break2     out nocopy number,
92         p_annual_itax                   out nocopy number,
93         p_annual_rtax                   out nocopy number,
94         p_annual_stax                   out nocopy number,
95         p_prev_itax                     out nocopy number,
96         p_prev_rtax                     out nocopy number,
97         p_prev_stax                     out nocopy number,
98         p_cur_annual_itax               out nocopy number,
99         p_cur_annual_rtax               out nocopy number,
100         p_cur_annual_stax               out nocopy number,
101         p_cur_itax                      out nocopy number,
102         p_cur_rtax                      out nocopy number,
103         p_cur_stax                      out nocopy number,
104         p_itax_adj                      out nocopy number,
105         p_itax_refund                   out nocopy number,
106         p_rtax_adj                      out nocopy number,
107         p_rtax_refund                   out nocopy number,
108         p_stax_adj                      out nocopy number,
109         p_stax_refund                   out nocopy number,
110         p_effective_date1               out nocopy varchar2,
111         p_taxable_mth1                  out nocopy number,
112         p_taxable_bon1                  out nocopy number,
113         p_sp_irreg_bonus1               out nocopy number,
114         p_taxable1                      out nocopy number,
115         p_itax1                         out nocopy number,
116         p_rtax1                         out nocopy number,
117         p_stax1                         out nocopy number,
118 	-- Bug 4322981
119 	p_np_dedc1			out nocopy number,
120 	p_hi_dedc1			out nocopy number,
121 	p_ei_dedc1			out nocopy number,
122 	p_donation_dedc1		out nocopy number,
123 	-- End of 4322981
124         p_non_taxable_ovs1              out nocopy number,
125         p_non_taxable_ovt1              out nocopy number,
126         p_non_taxable_oth1              out nocopy number,
127         p_effective_date2               out nocopy varchar2,
128         p_taxable_mth2                  out nocopy number,
129         p_taxable_bon2                  out nocopy number,
130         p_sp_irreg_bonus2               out nocopy number,
131         p_taxable2                      out nocopy number,
132         p_itax2                         out nocopy number,
133         p_rtax2                         out nocopy number,
134         p_stax2                         out nocopy number,
135 	-- Bug 4322981
136 	p_np_dedc2			out nocopy number,
137 	p_hi_dedc2			out nocopy number,
138 	p_ei_dedc2			out nocopy number,
139 	p_donation_dedc2		out nocopy number,
140 	-- End of 4322981
141         p_non_taxable_ovs2              out nocopy number,
142         p_non_taxable_ovt2              out nocopy number,
143         p_non_taxable_oth2              out nocopy number,
144         p_effective_date3               out nocopy varchar2,
145         p_taxable_mth3                  out nocopy number,
146         p_taxable_bon3                  out nocopy number,
147         p_sp_irreg_bonus3               out nocopy number,
148         p_taxable3                      out nocopy number,
149         p_itax3                         out nocopy number,
150         p_rtax3                         out nocopy number,
151         p_stax3                         out nocopy number,
152 	-- Bug 4322981
153 	p_np_dedc3			out nocopy number,
154 	p_hi_dedc3			out nocopy number,
155 	p_ei_dedc3			out nocopy number,
156 	p_donation_dedc3		out nocopy number,
157 	-- End of 4322981
158         p_non_taxable_ovs3              out nocopy number,
159         p_non_taxable_ovt3              out nocopy number,
160         p_non_taxable_oth3              out nocopy number,
161         p_effective_date4               out nocopy varchar2,
162         p_taxable_mth4                  out nocopy number,
163         p_taxable_bon4                  out nocopy number,
164         p_sp_irreg_bonus4               out nocopy number,
165         p_taxable4                      out nocopy number,
166         p_itax4                         out nocopy number,
167         p_rtax4                         out nocopy number,
168         p_stax4                         out nocopy number,
169 	-- Bug 4322981
170 	p_np_dedc4			out nocopy number,
171 	p_hi_dedc4			out nocopy number,
172 	p_ei_dedc4			out nocopy number,
173 	p_donation_dedc4		out nocopy number,
174 	-- End of 4322981
175         p_non_taxable_ovs4              out nocopy number,
176         p_non_taxable_ovt4              out nocopy number,
177         p_non_taxable_oth4              out nocopy number,
178         p_effective_date5               out nocopy varchar2,
179         p_taxable_mth5                  out nocopy number,
180         p_taxable_bon5                  out nocopy number,
181         p_sp_irreg_bonus5               out nocopy number,
182         p_taxable5                      out nocopy number,
183         p_itax5                         out nocopy number,
184         p_rtax5                         out nocopy number,
185         p_stax5                         out nocopy number,
186 	-- Bug 4322981
187 	p_np_dedc5			out nocopy number,
188 	p_hi_dedc5			out nocopy number,
189 	p_ei_dedc5			out nocopy number,
190 	p_donation_dedc5		out nocopy number,
191 	-- End of 4322981
192         p_non_taxable_ovs5              out nocopy number,
193         p_non_taxable_ovt5              out nocopy number,
194         p_non_taxable_oth5              out nocopy number,
195         p_effective_date6               out nocopy varchar2,
196         p_taxable_mth6                  out nocopy number,
197         p_taxable_bon6                  out nocopy number,
198         p_sp_irreg_bonus6               out nocopy number,
199         p_taxable6                      out nocopy number,
200         p_itax6                         out nocopy number,
201         p_rtax6                         out nocopy number,
202         p_stax6                         out nocopy number,
203 	-- Bug 4322981
204 	p_np_dedc6			out nocopy number,
205 	p_hi_dedc6			out nocopy number,
206 	p_ei_dedc6			out nocopy number,
207 	p_donation_dedc6		out nocopy number,
208 	-- End of 4322981
209         p_non_taxable_ovs6              out nocopy number,
210         p_non_taxable_ovt6              out nocopy number,
211         p_non_taxable_oth6              out nocopy number,
212         p_effective_date7               out nocopy varchar2,
213         p_taxable_mth7                  out nocopy number,
214         p_taxable_bon7                  out nocopy number,
215         p_sp_irreg_bonus7               out nocopy number,
216         p_taxable7                      out nocopy number,
217         p_itax7                         out nocopy number,
218         p_rtax7                         out nocopy number,
219         p_stax7                         out nocopy number,
220 	-- Bug 4322981
221 	p_np_dedc7			out nocopy number,
222 	p_hi_dedc7			out nocopy number,
223 	p_ei_dedc7			out nocopy number,
224 	p_donation_dedc7		out nocopy number,
225 	-- End of 4322981
226         p_non_taxable_ovs7              out nocopy number,
227         p_non_taxable_ovt7              out nocopy number,
228         p_non_taxable_oth7              out nocopy number,
229         p_effective_date8               out nocopy varchar2,
230         p_taxable_mth8                  out nocopy number,
231         p_taxable_bon8                  out nocopy number,
232         p_sp_irreg_bonus8               out nocopy number,
233         p_taxable8                      out nocopy number,
234         p_itax8                         out nocopy number,
235         p_rtax8                         out nocopy number,
236         p_stax8                         out nocopy number,
237 	-- Bug 4322981
238 	p_np_dedc8			out nocopy number,
239 	p_hi_dedc8			out nocopy number,
240 	p_ei_dedc8			out nocopy number,
241 	p_donation_dedc8		out nocopy number,
242 	-- End of 4322981
243         p_non_taxable_ovs8              out nocopy number,
244         p_non_taxable_ovt8              out nocopy number,
245         p_non_taxable_oth8              out nocopy number,
246         p_effective_date9               out nocopy varchar2,
247         p_taxable_mth9                  out nocopy number,
248         p_taxable_bon9                  out nocopy number,
249         p_sp_irreg_bonus9               out nocopy number,
250         p_taxable9                      out nocopy number,
251         p_itax9                         out nocopy number,
252         p_rtax9                         out nocopy number,
253         p_stax9                         out nocopy number,
254 	-- Bug 4322981
255 	p_np_dedc9			out nocopy number,
256 	p_hi_dedc9			out nocopy number,
257 	p_ei_dedc9			out nocopy number,
258 	p_donation_dedc9		out nocopy number,
259 	-- End of 4322981
260         p_non_taxable_ovs9              out nocopy number,
261         p_non_taxable_ovt9              out nocopy number,
262         p_non_taxable_oth9              out nocopy number,
263         p_effective_date10              out nocopy varchar2,
264         p_taxable_mth10                 out nocopy number,
265         p_taxable_bon10                 out nocopy number,
266         p_sp_irreg_bonus10              out nocopy number,
267         p_taxable10                     out nocopy number,
268         p_itax10                        out nocopy number,
269         p_rtax10                        out nocopy number,
270         p_stax10                        out nocopy number,
271 	-- Bug 4322981
272 	p_np_dedc10			out nocopy number,
273 	p_hi_dedc10			out nocopy number,
274 	p_ei_dedc10			out nocopy number,
275 	p_donation_dedc10		out nocopy number,
276 	-- End of 4322981
277         p_non_taxable_ovs10             out nocopy number,
278         p_non_taxable_ovt10             out nocopy number,
279         p_non_taxable_oth10             out nocopy number,
280         p_effective_date11              out nocopy varchar2,
281         p_taxable_mth11                 out nocopy number,
282         p_taxable_bon11                 out nocopy number,
283         p_sp_irreg_bonus11              out nocopy number,
284         p_taxable11                     out nocopy number,
285         p_itax11                        out nocopy number,
286         p_rtax11                        out nocopy number,
287         p_stax11                        out nocopy number,
288 	-- Bug 4322981
289 	p_np_dedc11			out nocopy number,
290 	p_hi_dedc11			out nocopy number,
291 	p_ei_dedc11			out nocopy number,
292 	p_donation_dedc11		out nocopy number,
293 	-- End of 4322981
294         p_non_taxable_ovs11             out nocopy number,
295         p_non_taxable_ovt11             out nocopy number,
296         p_non_taxable_oth11             out nocopy number,
297         p_effective_date12              out nocopy varchar2,
298         p_taxable_mth12                 out nocopy number,
299         p_taxable_bon12                 out nocopy number,
300         p_sp_irreg_bonus12              out nocopy number,
301         p_taxable12                     out nocopy number,
302         p_itax12                        out nocopy number,
303         p_rtax12                        out nocopy number,
304         p_stax12                        out nocopy number,
305 	-- Bug 4322981
309 	p_donation_dedc12		out nocopy number,
306 	p_np_dedc12			out nocopy number,
307 	p_hi_dedc12			out nocopy number,
308 	p_ei_dedc12			out nocopy number,
310 	-- End of 4322981
311         p_non_taxable_ovs12             out nocopy number,
312         p_non_taxable_ovt12             out nocopy number,
313         p_non_taxable_oth12             out nocopy number,
314         p_taxable_mth13                 out nocopy number,
315         p_taxable_bon13                 out nocopy number,
316         p_sp_irreg_bonus13              out nocopy number,
317         p_taxable13                     out nocopy number,
318         p_itax13                        out nocopy number,
319         p_rtax13                        out nocopy number,
320         p_stax13                        out nocopy number,
321 	-- Bug 4322981
322 	p_np_dedc13			out nocopy number,
323 	p_hi_dedc13			out nocopy number,
324 	p_ei_dedc13			out nocopy number,
325 	p_donation_dedc13		out nocopy number,
326 	-- End of 4322981
327         p_non_taxable_ovs13             out nocopy number,
328         p_non_taxable_ovt13             out nocopy number,
329         p_non_taxable_oth13             out nocopy number,
330 	--3546994
331         p_dependent_count               out nocopy number,
332         p_fw_tax_break1                 out nocopy number,
333         p_fw_tax_break2                 out nocopy number,
334         p_fw_tax_break3                 out nocopy number,
335         p_fw_tax_break4                 out nocopy number,
336         p_fw_tax_break5                 out nocopy number,
337         p_fw_tax_break6                 out nocopy number,
338         p_fw_tax_break7                 out nocopy number,
339         p_fw_tax_break8                 out nocopy number,
340         p_fw_tax_break9                 out nocopy number,
341         p_fw_tax_break10                out nocopy number,
342         p_fw_tax_break11                out nocopy number,
343         p_fw_tax_break12                out nocopy number,
344         p_fw_tax_break13                out nocopy number, -- Bug 7439803
345         --
346         -- Bug 6470526: 2007 YEA Ledger Statutory Updates
347         --
348         p_stck_pur_opt_exec_earn1       out nocopy number,
349         p_stck_pur_opt_exec_earn2       out nocopy number,
350         p_stck_pur_opt_exec_earn3       out nocopy number,
351         p_stck_pur_opt_exec_earn4       out nocopy number,
352         p_stck_pur_opt_exec_earn5       out nocopy number,
353         p_stck_pur_opt_exec_earn6       out nocopy number,
354         p_stck_pur_opt_exec_earn7       out nocopy number,
355         p_stck_pur_opt_exec_earn8       out nocopy number,
356         p_stck_pur_opt_exec_earn9       out nocopy number,
357         p_stck_pur_opt_exec_earn10      out nocopy number,
358         p_stck_pur_opt_exec_earn11      out nocopy number,
359         p_stck_pur_opt_exec_earn12      out nocopy number,
360         p_stck_pur_opt_exec_earn13      out nocopy number,
361         p_research_payment1             out nocopy number,
362         p_research_payment2             out nocopy number,
363         p_research_payment3             out nocopy number,
364         p_research_payment4             out nocopy number,
365         p_research_payment5             out nocopy number,
366         p_research_payment6             out nocopy number,
367         p_research_payment7             out nocopy number,
368         p_research_payment8             out nocopy number,
369         p_research_payment9             out nocopy number,
370         p_research_payment10            out nocopy number,
371         p_research_payment11            out nocopy number,
372         p_research_payment12            out nocopy number,
373         p_research_payment13            out nocopy number,
374         -- End of Bug 6470526
375 	-- Bug 7439803: 2008 YEA Ledger Statutory Updates
376 	p_non_taxable_ovs_frgn1		out nocopy number,
377 	p_non_taxable_ovs_frgn2		out nocopy number,
378 	p_non_taxable_ovs_frgn3		out nocopy number,
379 	p_non_taxable_ovs_frgn4		out nocopy number,
380 	p_non_taxable_ovs_frgn5		out nocopy number,
381 	p_non_taxable_ovs_frgn6		out nocopy number,
382 	p_non_taxable_ovs_frgn7		out nocopy number,
383 	p_non_taxable_ovs_frgn8		out nocopy number,
384 	p_non_taxable_ovs_frgn9		out nocopy number,
385 	p_non_taxable_ovs_frgn10	out nocopy number,
386 	p_non_taxable_ovs_frgn11	out nocopy number,
387 	p_non_taxable_ovs_frgn12	out nocopy number,
388 	p_non_taxable_ovs_frgn13	out nocopy number,
389 	p_birth_raising_allow1		out nocopy number,
390 	p_birth_raising_allow2		out nocopy number,
391 	p_birth_raising_allow3		out nocopy number,
392 	p_birth_raising_allow4		out nocopy number,
393 	p_birth_raising_allow5		out nocopy number,
394 	p_birth_raising_allow6		out nocopy number,
395 	p_birth_raising_allow7		out nocopy number,
396 	p_birth_raising_allow8		out nocopy number,
397 	p_birth_raising_allow9		out nocopy number,
398 	p_birth_raising_allow10		out nocopy number,
399 	p_birth_raising_allow11		out nocopy number,
400 	p_birth_raising_allow12		out nocopy number,
401 	p_birth_raising_allow13		out nocopy number,
402 	p_fw_income_exem1		out nocopy number,
403 	p_fw_income_exem2		out nocopy number,
404 	p_fw_income_exem3		out nocopy number,
405 	p_fw_income_exem4		out nocopy number,
406 	p_fw_income_exem5		out nocopy number,
407 	p_fw_income_exem6		out nocopy number,
408 	p_fw_income_exem7		out nocopy number,
409 	p_fw_income_exem8		out nocopy number,
410 	p_fw_income_exem9		out nocopy number,
411 	p_fw_income_exem10		out nocopy number,
412 	p_fw_income_exem11		out nocopy number,
416 	-- Start of bug 8880364: 2009 YEA Ledger Updates
413 	p_fw_income_exem12		out nocopy number,
414 	p_fw_income_exem13		out nocopy number,
415  	-- End of Bug 7439803
417 	p_esop_with_drawn1		out nocopy number,
418 	p_esop_with_drawn2		out nocopy number,
419 	p_esop_with_drawn3		out nocopy number,
420 	p_esop_with_drawn4		out nocopy number,
421 	p_esop_with_drawn5		out nocopy number,
422 	p_esop_with_drawn6		out nocopy number,
423 	p_esop_with_drawn7		out nocopy number,
424 	p_esop_with_drawn8		out nocopy number,
425 	p_esop_with_drawn9		out nocopy number,
426 	p_esop_with_drawn10		out nocopy number,
427 	p_esop_with_drawn11		out nocopy number,
428 	p_esop_with_drawn12		out nocopy number,
429 	p_esop_with_drawn13		out nocopy number,
430 	p_non_tax_18_earn1		out nocopy number,
431 	p_non_tax_18_earn2		out nocopy number,
432 	p_non_tax_18_earn3		out nocopy number,
433 	p_non_tax_18_earn4		out nocopy number,
434 	p_non_tax_18_earn5		out nocopy number,
435 	p_non_tax_18_earn6		out nocopy number,
436 	p_non_tax_18_earn7		out nocopy number,
437 	p_non_tax_18_earn8		out nocopy number,
438 	p_non_tax_18_earn9		out nocopy number,
439 	p_non_tax_18_earn10		out nocopy number,
440 	p_non_tax_18_earn11		out nocopy number,
441 	p_non_tax_18_earn12		out nocopy number,
442 	p_non_tax_18_earn13		out nocopy number,
443 	p_non_tax_19_earn1		out nocopy number,
444 	p_non_tax_19_earn2		out nocopy number,
445 	p_non_tax_19_earn3		out nocopy number,
446 	p_non_tax_19_earn4		out nocopy number,
447 	p_non_tax_19_earn5		out nocopy number,
448 	p_non_tax_19_earn6		out nocopy number,
449 	p_non_tax_19_earn7		out nocopy number,
450 	p_non_tax_19_earn8		out nocopy number,
451 	p_non_tax_19_earn9		out nocopy number,
455 	p_non_tax_19_earn13		out nocopy number,
452 	p_non_tax_19_earn10		out nocopy number,
453 	p_non_tax_19_earn11		out nocopy number,
454 	p_non_tax_19_earn12		out nocopy number,
456 	p_non_tax_20_earn1		out nocopy number,
457 	p_non_tax_20_earn2		out nocopy number,
458 	p_non_tax_20_earn3		out nocopy number,
459 	p_non_tax_20_earn4		out nocopy number,
460 	p_non_tax_20_earn5		out nocopy number,
461 	p_non_tax_20_earn6		out nocopy number,
462 	p_non_tax_20_earn7		out nocopy number,
463 	p_non_tax_20_earn8		out nocopy number,
464 	p_non_tax_20_earn9		out nocopy number,
465 	p_non_tax_20_earn10		out nocopy number,
466 	p_non_tax_20_earn11		out nocopy number,
467 	p_non_tax_20_earn12		out nocopy number,
468 	p_non_tax_20_earn13		out nocopy number,
469 	p_non_taxable1			out nocopy number,
470 	p_non_taxable2			out nocopy number,
471 	p_non_taxable3			out nocopy number,
472 	p_non_taxable4			out nocopy number,
473 	p_non_taxable5			out nocopy number,
474 	p_non_taxable6			out nocopy number,
475 	p_non_taxable7			out nocopy number,
476 	p_non_taxable8			out nocopy number,
477 	p_non_taxable9			out nocopy number,
478 	p_non_taxable10			out nocopy number,
479 	p_non_taxable11			out nocopy number,
480 	p_non_taxable12			out nocopy number,
481 	p_non_taxable13			out nocopy number,
482 	-- Bug 10082074
483 	p_emp_hire_date			out nocopy date,
484 	p_emp_leaving_date		out nocopy date,
485 	p_rep_non_tax_oth1		out nocopy number,
486 	p_rep_non_tax_oth2		out nocopy number,
487 	p_rep_non_tax_oth3		out nocopy number,
488 	p_rep_non_tax_oth4		out nocopy number,
489 	p_rep_non_tax_oth5		out nocopy number,
490 	p_rep_non_tax_oth6		out nocopy number,
491 	p_rep_non_tax_oth7		out nocopy number,
492 	p_rep_non_tax_oth8		out nocopy number,
493 	p_rep_non_tax_oth9		out nocopy number,
494 	p_rep_non_tax_oth10		out nocopy number,
495 	p_rep_non_tax_oth11		out nocopy number,
496 	p_rep_non_tax_oth12		out nocopy number,
497 	p_rep_non_tax_oth13		out nocopy number,
498 	p_spec_non_taxable1		out nocopy number,
499 	p_spec_non_taxable2		out nocopy number,
500 	p_spec_non_taxable3		out nocopy number,
501 	p_spec_non_taxable4		out nocopy number,
502 	p_spec_non_taxable5		out nocopy number,
503 	p_spec_non_taxable6		out nocopy number,
504 	p_spec_non_taxable7		out nocopy number,
505 	p_spec_non_taxable8		out nocopy number,
506 	p_spec_non_taxable9		out nocopy number,
507 	p_spec_non_taxable10		out nocopy number,
508 	p_spec_non_taxable11		out nocopy number,
509 	p_spec_non_taxable12		out nocopy number,
510 	p_spec_non_taxable13		out nocopy number,
511 	p_rep_non_tax_total1            out nocopy number,
512 	p_rep_non_tax_total2            out nocopy number,
513 	p_rep_non_tax_total3            out nocopy number,
514 	p_rep_non_tax_total4            out nocopy number,
515 	p_rep_non_tax_total5            out nocopy number,
516 	p_rep_non_tax_total6            out nocopy number,
517 	p_rep_non_tax_total7            out nocopy number,
518 	p_rep_non_tax_total8            out nocopy number,
519 	p_rep_non_tax_total9            out nocopy number,
520 	p_rep_non_tax_total10           out nocopy number,
521 	p_rep_non_tax_total11           out nocopy number,
522 	p_rep_non_tax_total12           out nocopy number,
523 	p_rep_non_tax_total13           out nocopy number,
524 	p_foreign_worker_tax_break	out nocopy number,
525 	p_non_taxable_ovs_M01		out nocopy number,
526 	p_non_taxable_ovs_M02		out nocopy number,
527 	p_non_taxable_ovs_M03		out nocopy number,
528 	p_non_taxable_ovs_code		out nocopy varchar2,
529 	p_non_tax_H02_earn1		out nocopy number,
530 	p_non_tax_H02_earn2		out nocopy number,
531 	p_non_tax_H02_earn3		out nocopy number,
532 	p_non_tax_H02_earn4		out nocopy number,
533 	p_non_tax_H02_earn5		out nocopy number,
534 	p_non_tax_H02_earn6		out nocopy number,
535 	p_non_tax_H02_earn7		out nocopy number,
536 	p_non_tax_H02_earn8		out nocopy number,
537 	p_non_tax_H02_earn9		out nocopy number,
538 	p_non_tax_H02_earn10		out nocopy number,
539 	p_non_tax_H02_earn11		out nocopy number,
540 	p_non_tax_H02_earn12		out nocopy number,
541 	p_non_tax_H02_earn13		out nocopy number,
542 	p_non_tax_H03_earn1		out nocopy number,
543 	p_non_tax_H03_earn2		out nocopy number,
544 	p_non_tax_H03_earn3		out nocopy number,
545 	p_non_tax_H03_earn4		out nocopy number,
546 	p_non_tax_H03_earn5		out nocopy number,
547 	p_non_tax_H03_earn6		out nocopy number,
548 	p_non_tax_H03_earn7		out nocopy number,
549 	p_non_tax_H03_earn8		out nocopy number,
550 	p_non_tax_H03_earn9		out nocopy number,
551 	p_non_tax_H03_earn10		out nocopy number,
552 	p_non_tax_H03_earn11		out nocopy number,
553 	p_non_tax_H03_earn12		out nocopy number,
554 	p_non_tax_H03_earn13		out nocopy number,
555 	p_unrep_non_tax_tot1		out nocopy number,
556 	p_unrep_non_tax_tot2		out nocopy number,
557 	p_unrep_non_tax_tot3		out nocopy number,
558 	p_unrep_non_tax_tot4		out nocopy number,
559 	p_unrep_non_tax_tot5		out nocopy number,
560 	p_unrep_non_tax_tot6		out nocopy number,
561 	p_unrep_non_tax_tot7		out nocopy number,
562 	p_unrep_non_tax_tot8		out nocopy number,
563 	p_unrep_non_tax_tot9		out nocopy number,
564 	p_unrep_non_tax_tot10		out nocopy number,
565 	p_unrep_non_tax_tot11		out nocopy number,
566 	p_unrep_non_tax_tot12		out nocopy number,
567 	p_unrep_non_tax_tot13		out nocopy number,
568 	p_exchange_rate1		out nocopy varchar2,
569 	p_exchange_rate2		out nocopy varchar2,
570 	p_exchange_rate3		out nocopy varchar2,
571 	p_exchange_rate4		out nocopy varchar2,
572 	p_exchange_rate5		out nocopy varchar2,
573 	p_exchange_rate6		out nocopy varchar2,
574 	p_exchange_rate7		out nocopy varchar2,
575 	p_exchange_rate8		out nocopy varchar2,
576 	p_exchange_rate9		out nocopy varchar2,
577 	p_exchange_rate10		out nocopy varchar2,
578 	p_exchange_rate11		out nocopy varchar2,
579 	p_exchange_rate12		out nocopy varchar2,
580 	p_fw_tax_break_earn1             out nocopy number,
581 	p_fw_tax_break_earn2             out nocopy number,
582 	p_fw_tax_break_earn3             out nocopy number,
583 	p_fw_tax_break_earn4             out nocopy number,
584 	p_fw_tax_break_earn5             out nocopy number,
585 	p_fw_tax_break_earn6             out nocopy number,
586 	p_fw_tax_break_earn7             out nocopy number,
587 	p_fw_tax_break_earn8             out nocopy number,
588 	p_fw_tax_break_earn9             out nocopy number,
589 	p_fw_tax_break_earn10            out nocopy number,
590 	p_fw_tax_break_earn11            out nocopy number,
591 	p_fw_tax_break_earn12            out nocopy number,
592 	p_fw_tax_break_earn13            out nocopy number
593         );
594 ------------------------------------------------------------------------
595 end pay_kr_paykrylg_pkg;