DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_ARCHIVE_PKG dependencies on PER_JP_CTR_UTILITY_PKG

Line 2920: l_dpnt_rec per_jp_ctr_utility_pkg.t_itax_dpnt_rec;

2916: l_num_of_dep_iv_id number;
2917: --
2918: l_spouse_cnt number := 0;
2919: --
2920: l_dpnt_rec per_jp_ctr_utility_pkg.t_itax_dpnt_rec;
2921: --
2922: begin
2923: --
2924: if g_debug

Line 3122: per_jp_ctr_utility_pkg.get_itax_dpnt_info(

3118: if l_num_of_specific_dep is null
3119: or l_num_of_elder_parent_lt is null
3120: or l_num_of_elder_dep is null then
3121: --
3122: per_jp_ctr_utility_pkg.get_itax_dpnt_info(
3123: p_assignment_id => p_assignment_id,
3124: p_itax_type => l_itx_type,
3125: p_effective_date => l_date_earned,
3126: p_itax_dpnt_rec => l_dpnt_rec);

Line 3128: -- set null for 0, which were always set by per_jp_ctr_utility_pkg.get_itax_dpnt_info

3124: p_itax_type => l_itx_type,
3125: p_effective_date => l_date_earned,
3126: p_itax_dpnt_rec => l_dpnt_rec);
3127: --
3128: -- set null for 0, which were always set by per_jp_ctr_utility_pkg.get_itax_dpnt_info
3129: -- because other type might be null if result, entry are null
3130: l_num_of_specific_dep := nvl(l_num_of_specific_dep,l_dpnt_rec.young_dpnts);
3131: l_num_of_elder_parent_lt := nvl(l_num_of_elder_parent_lt,l_dpnt_rec.aged_dpnt_parents_lt);
3132: l_num_of_elder_dep := nvl(l_num_of_elder_dep,l_dpnt_rec.aged_dpnts);