DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on BEN_COBJ_CACHE

Line 237: replaced with ben_cobj_cache.

233: Added check that the rate start date
234: should be less than or equal to rate
235: end date in election_rate_info...
236: 17-May-01 maagrawa 115.99 Removed use of ben_comp_object and
237: replaced with ben_cobj_cache.
238: Modified calls to ben_global_enrt.
239: 29-May-01 kmahendr 115.100 Modified cursor c_prv2 Bug#1771887
240: 18-Jun-01 kmahendr 115.101 Bug#1830930-rate end date code is enterable
241: and rate start dt is not passed thro PUI then

Line 4292: l_pl_rec ben_cobj_cache.g_pl_inst_row;

4288: l_bnf_actn_warning boolean := FALSE;
4289: l_ctfn_actn_warning boolean := FALSE;
4290: l_action varchar2(30);
4291: --
4292: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4293: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4294: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4295: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4296: --

Line 4293: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;

4289: l_ctfn_actn_warning boolean := FALSE;
4290: l_action varchar2(30);
4291: --
4292: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4293: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4294: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4295: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4296: --
4297: l_bnft_amt_changed boolean := FALSE;

Line 4294: l_plip_rec ben_cobj_cache.g_plip_inst_row;

4290: l_action varchar2(30);
4291: --
4292: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4293: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4294: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4295: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4296: --
4297: l_bnft_amt_changed boolean := FALSE;
4298: l_use_new_result boolean := FALSE;

Line 4295: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;

4291: --
4292: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4293: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4294: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4295: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4296: --
4297: l_bnft_amt_changed boolean := FALSE;
4298: l_use_new_result boolean := FALSE;
4299: l_crntly_enrd_rslt_exists boolean := false;

Line 6089: ben_cobj_cache.get_ptip_dets

6085: hr_utility.set_location( 'l_global_pil_rec.lf_evt_ocrd_dt '|| l_global_pil_rec.lf_evt_ocrd_dt ,999);
6086:
6087: -- create the enrolment result
6088: if l_global_epe_rec.ptip_id is not null then
6089: ben_cobj_cache.get_ptip_dets
6090: (p_business_group_id => p_business_group_id
6091: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
6092: ,p_ptip_id => l_global_epe_rec.ptip_id
6093: ,p_inst_row => l_ptip_rec);

Line 6096: ben_cobj_cache.get_plip_dets

6092: ,p_ptip_id => l_global_epe_rec.ptip_id
6093: ,p_inst_row => l_ptip_rec);
6094: end if;
6095: if l_global_epe_rec.plip_id is not null then
6096: ben_cobj_cache.get_plip_dets
6097: (p_business_group_id => p_business_group_id
6098: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
6099: ,p_plip_id => l_global_epe_rec.plip_id
6100: ,p_inst_row => l_plip_rec);

Line 6103: ben_cobj_cache.get_oipl_dets

6099: ,p_plip_id => l_global_epe_rec.plip_id
6100: ,p_inst_row => l_plip_rec);
6101: end if;
6102: if l_global_epe_rec.oipl_id is not null then
6103: ben_cobj_cache.get_oipl_dets
6104: (p_business_group_id => p_business_group_id
6105: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
6106: ,p_oipl_id => l_global_epe_rec.oipl_id
6107: ,p_inst_row => l_oipl_rec);

Line 6110: ben_cobj_cache.get_pl_dets

6106: ,p_oipl_id => l_global_epe_rec.oipl_id
6107: ,p_inst_row => l_oipl_rec);
6108: end if;
6109: if l_global_epe_rec.pl_id is not null then
6110: ben_cobj_cache.get_pl_dets
6111: (p_business_group_id => p_business_group_id
6112: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
6113: ,p_pl_id => l_global_epe_rec.pl_id
6114: ,p_inst_row => l_pl_rec);