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 4790: l_pl_rec ben_cobj_cache.g_pl_inst_row;

4786: l_bnf_actn_warning boolean := FALSE;
4787: l_ctfn_actn_warning boolean := FALSE;
4788: l_action varchar2(30);
4789: --
4790: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4791: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4792: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4793: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4794: --

Line 4791: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;

4787: l_ctfn_actn_warning boolean := FALSE;
4788: l_action varchar2(30);
4789: --
4790: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4791: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4792: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4793: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4794: --
4795: l_bnft_amt_changed boolean := FALSE;

Line 4792: l_plip_rec ben_cobj_cache.g_plip_inst_row;

4788: l_action varchar2(30);
4789: --
4790: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4791: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4792: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4793: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4794: --
4795: l_bnft_amt_changed boolean := FALSE;
4796: l_use_new_result boolean := FALSE;

Line 4793: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;

4789: --
4790: l_pl_rec ben_cobj_cache.g_pl_inst_row;
4791: l_oipl_rec ben_cobj_cache.g_oipl_inst_row;
4792: l_plip_rec ben_cobj_cache.g_plip_inst_row;
4793: l_ptip_rec ben_cobj_cache.g_ptip_inst_row;
4794: --
4795: l_bnft_amt_changed boolean := FALSE;
4796: l_use_new_result boolean := FALSE;
4797: l_crntly_enrd_rslt_exists boolean := false;

Line 7107: ben_cobj_cache.get_ptip_dets

7103: hr_utility.set_location( 'l_global_pil_rec.lf_evt_ocrd_dt '|| l_global_pil_rec.lf_evt_ocrd_dt ,999);
7104:
7105: -- create the enrolment result
7106: if l_global_epe_rec.ptip_id is not null then
7107: ben_cobj_cache.get_ptip_dets
7108: (p_business_group_id => p_business_group_id
7109: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
7110: ,p_ptip_id => l_global_epe_rec.ptip_id
7111: ,p_inst_row => l_ptip_rec);

Line 7114: ben_cobj_cache.get_plip_dets

7110: ,p_ptip_id => l_global_epe_rec.ptip_id
7111: ,p_inst_row => l_ptip_rec);
7112: end if;
7113: if l_global_epe_rec.plip_id is not null then
7114: ben_cobj_cache.get_plip_dets
7115: (p_business_group_id => p_business_group_id
7116: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
7117: ,p_plip_id => l_global_epe_rec.plip_id
7118: ,p_inst_row => l_plip_rec);

Line 7121: ben_cobj_cache.get_oipl_dets

7117: ,p_plip_id => l_global_epe_rec.plip_id
7118: ,p_inst_row => l_plip_rec);
7119: end if;
7120: if l_global_epe_rec.oipl_id is not null then
7121: ben_cobj_cache.get_oipl_dets
7122: (p_business_group_id => p_business_group_id
7123: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
7124: ,p_oipl_id => l_global_epe_rec.oipl_id
7125: ,p_inst_row => l_oipl_rec);

Line 7128: ben_cobj_cache.get_pl_dets

7124: ,p_oipl_id => l_global_epe_rec.oipl_id
7125: ,p_inst_row => l_oipl_rec);
7126: end if;
7127: if l_global_epe_rec.pl_id is not null then
7128: ben_cobj_cache.get_pl_dets
7129: (p_business_group_id => p_business_group_id
7130: ,p_effective_date => l_global_pil_rec.lf_evt_ocrd_dt --Bug 6503304
7131: ,p_pl_id => l_global_epe_rec.pl_id
7132: ,p_inst_row => l_pl_rec);