DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_DPNT_INTERFACE_PKG dependencies on PER_JP_CTR_UTILITY_PKG

Line 79: l_itax_dpnt_rec per_jp_ctr_utility_pkg.t_itax_dpnt_rec;

75: l_proc varchar2(61) := c_package || 'transfer_asg';
76: --
77: l_non_res_flag hr_lookups.lookup_code%TYPE;
78: l_itax_type hr_lookups.lookup_code%TYPE;
79: l_itax_dpnt_rec per_jp_ctr_utility_pkg.t_itax_dpnt_rec;
80: itax_type_is_null exception;
81: multiple_spouses exception;
82: --
83: l_ee_rec pay_jp_bee_utility_pkg.t_ee_rec;

Line 190: per_jp_ctr_utility_pkg.get_itax_dpnt_info(

186: --
187: -- Derive income tax dependent information from CTR and CEI
188: -- as of Assessment Date, not Upload Date.
189: --
190: per_jp_ctr_utility_pkg.get_itax_dpnt_info(
191: p_assignment_id => p_assignment_id,
192: p_itax_type => l_itax_type,
193: p_effective_date => p_effective_date,
194: p_itax_dpnt_rec => l_itax_dpnt_rec);