DBA Data[Home] [Help]

PACKAGE: APPS.PAY_KR_PAYKRYTR_PKG

Source


1 package pay_kr_paykrytr_pkg as
2 /* $Header: paykrytr.pkh 120.7.12010000.4 2008/08/12 10:25:19 vaisriva 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_period_start_date		out nocopy date,
11 	p_period_end_date		out nocopy date,
12 	p_fwtb_contract_date		out nocopy date,
13 	p_fwtb_expiry_date		out nocopy date,
14 	p_cur_taxable_mth		out nocopy number,
15 	p_cur_taxable_bon		out nocopy number,
16 	p_cur_sp_irreg_bonus		out nocopy number,
17 	p_cur_stck_pur_opt_exec_earn    out nocopy number,  -- bug 6012258
18 	p_cur_taxable			out nocopy number,
19 	p_prev_corp_name1		out nocopy varchar2,
20 	p_prev_bp_number1		out nocopy varchar2,
21 	p_prev_taxable_mth1		out nocopy number,
22 	p_prev_taxable_bon1		out nocopy number,
23 	p_prev_sp_irreg_bonus1		out nocopy number,
24 	p_prev_stck_pur_opt_exec_earn1  out nocopy number,  -- Bug 6024342
25 	p_prev_taxable1			out nocopy number,
26 	p_prev_corp_name2		out nocopy varchar2,
27 	p_prev_bp_number2		out nocopy varchar2,
28 	p_prev_taxable_mth2		out nocopy number,
29 	p_prev_taxable_bon2		out nocopy number,
30 	p_prev_sp_irreg_bonus2		out nocopy number,
31 	p_prev_stck_pur_opt_exec_earn2  out nocopy number,  -- Bug 6024342
32 	p_prev_taxable2			out nocopy number,
33 	p_taxable_mth			out nocopy number,
34 	p_taxable_bon			out nocopy number,
35 	p_sp_irreg_bonus		out nocopy number,
36 	p_stck_pur_opt_exec_earn        out nocopy number,  -- bug 6024342
37 	p_research_payment		out nocopy number,  -- bug 6012258
38 	p_taxable			out nocopy number,
39 	p_non_taxable_ovs		out nocopy number,
40 	p_non_taxable_ovt		out nocopy number,
41 	p_non_taxable_oth		out nocopy number,
42 	p_non_taxable			out nocopy number,
43 	p_foreign_worker_tax_exem	out nocopy number,  -- 3546993
44 	p_basic_income_exem		out nocopy number,
45 	p_taxable_income		out nocopy number,
46 	p_ee_tax_exem			out nocopy number,
47 	p_dpnt_spouse_tax_exem		out nocopy number,
48 	p_num_of_dpnts			out nocopy number,
49 	p_dpnt_tax_exem			out nocopy number,
50 	p_num_of_ageds			out nocopy number,
51 	p_aged_tax_exem			out nocopy number,
52 	p_num_of_disableds		out nocopy number,
53 	p_disabled_tax_exem		out nocopy number,
54 	p_female_ee_tax_exem		out nocopy number,
55 	p_num_of_children		out nocopy number,
56 	p_num_of_underaged_dpnts	out nocopy number,  -- Bug 6024342
57 	p_child_tax_exem		out nocopy number,
58 	p_num_of_addtl_child		out nocopy number,  -- Bug 6784288
59 	p_addl_child_tax_exem		out nocopy number,  -- bug 6012258
60 	p_supp_tax_exem			out nocopy number,
61 	p_ins_prem_tax_exem		out nocopy number,
62 	p_med_exp_tax_exem		out nocopy number,
63 	p_educ_exp_tax_exem		out nocopy number,
64 	p_housing_exp_tax_exem		out nocopy number,
65 	p_donation_tax_exem		out nocopy number,
66 	p_marr_fun_relo_exem		out nocopy number,  -- 3402025
67 	p_sp_tax_exem			out nocopy number,
68 	p_std_sp_tax_exem		out nocopy number,
69 	p_np_prem_tax_exem		out nocopy number,
70 	p_pension_premium		out nocopy number,	-- Bug 6024342
71 	p_taxable_income2		out nocopy number,
72 	p_pers_pension_prem_tax_exem	out nocopy number,
73 	p_corp_pension_prem_tax_exem	out nocopy number,  -- 4750653
74 	p_pers_pension_saving_tax_exem	out nocopy number,
75 	p_invest_partner_fin_tax_exem	out nocopy number,
76 	p_credit_card_exp_tax_exem	out nocopy number,
77 	p_emp_st_own_plan_cont_exem     out nocopy number,
78 	p_small_bus_install_exem    	out nocopy number,	-- Bug 6895093
79 	p_hi_prem			out nocopy number,   	-- Bug 6895093
80         p_ltci_prem                     out nocopy number,      -- Bug 7260606
81 	p_ei_prem			out nocopy number,   	-- Bug 6895093
82 	p_np_prem			out nocopy number,   	-- Bug 6895093
83 	p_taxation_base			out nocopy number,
84 	p_calc_tax			out nocopy number,
85 	p_basic_tax_break		out nocopy number,
86 	p_housing_exp_tax_break		out nocopy number,
87 	p_stock_saving_tax_break	out nocopy number,
88 	p_ovs_tax_break			out nocopy number,
89 	p_don_tax_break			out nocopy number,  -- 3966549
90 	p_lt_stock_saving_tax_break	out nocopy number,
91 	p_total_tax_break		out nocopy number,
92 	p_foreign_worker_tax_break1	out nocopy number,
93 	p_foreign_worker_tax_break2	out nocopy number,
94 	p_foreign_worker_tax_break	out nocopy number,
95 	p_annual_itax			out nocopy number,
96 	p_annual_stax			out nocopy number,
97 	p_annual_rtax			out nocopy number,
98 	p_annual_tax			out nocopy number,
99 	p_prev_itax			out nocopy number,
100 	p_prev_stax			out nocopy number,
101 	p_prev_rtax			out nocopy number,
102 	p_prev_tax			out nocopy number,
103 	p_cur_itax			out nocopy number,
104 	p_cur_stax			out nocopy number,
105 	p_cur_rtax			out nocopy number,
106 	p_cur_tax			out nocopy number,
107 	p_itax_adj			out nocopy number,
108 	p_stax_adj			out nocopy number,
109 	p_rtax_adj			out nocopy number,
110 	p_tax_adj			out nocopy number,
111 	p_cash_receipt_expense          out nocopy number, -- 4289780
112 	p_emp_ins_exp_nts		out nocopy number, -- 5190884
113 	p_emp_tot_ins_exp		out nocopy number, -- Bug 5667762
114 	p_emp_med_exp_nts		out nocopy number,
115 	p_emp_med_exp_oth		out nocopy number,
116 	p_emp_educ_exp_nts		out nocopy number,
117 	p_emp_educ_exp_oth		out nocopy number,
118 	p_emp_card_exp_nts		out nocopy number,
119 	p_emp_card_exp_oth		out nocopy number,
120 	p_emp_cash_exp_nts		out nocopy number,
121 	p_emp_don_exp_nts		out nocopy number,
122 	p_emp_don_exp_oth		out nocopy number,
123 	p_double_exem_amt               out nocopy number); -- Bug 6716401
124 
125 end pay_kr_paykrytr_pkg;