DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_DPNT_INTERFACE_PKG dependencies on PER_JP_CTR_UTILITY_PKG

Line 121: l_itax_dpnt_rec per_jp_ctr_utility_pkg.t_itax_dpnt_rec;

117: l_proc varchar2(61) := c_package || 'transfer_asg';
118: --
119: l_non_res_flag hr_lookups.lookup_code%TYPE;
120: l_itax_type hr_lookups.lookup_code%TYPE;
121: l_itax_dpnt_rec per_jp_ctr_utility_pkg.t_itax_dpnt_rec;
122: itax_type_is_null exception;
123: multiple_spouses exception;
124: --
125: l_ee_rec pay_jp_bee_utility_pkg.t_ee_rec;

Line 232: per_jp_ctr_utility_pkg.get_itax_dpnt_info(

228: --
229: -- Derive income tax dependent information from CTR and CEI
230: -- as of Assessment Date, not Upload Date.
231: --
232: per_jp_ctr_utility_pkg.get_itax_dpnt_info(
233: p_assignment_id => p_assignment_id,
234: p_itax_type => l_itax_type,
235: p_effective_date => p_effective_date,
236: p_itax_dpnt_rec => l_itax_dpnt_rec);