DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_COMP_OBJECT

Line 4182: ben_comp_object.get_object(p_pl_id => p_pl_id

4178: --
4179: l_use_all_asnts_elig_flag := 'N' ;
4180: if p_pl_id is not null then
4181: --
4182: ben_comp_object.get_object(p_pl_id => p_pl_id
4183: ,p_rec => l_pl_rec);
4184: l_pl_use_all_asnts_elig_flag := l_pl_rec.use_all_asnts_elig_flag;
4185: --
4186: end if;

Line 4189: ben_comp_object.get_object(p_pgm_id => p_pgm_id

4185: --
4186: end if;
4187: if p_pgm_id is not null then
4188: --
4189: ben_comp_object.get_object(p_pgm_id => p_pgm_id
4190: ,p_rec => l_pgm_rec);
4191: l_pgm_use_all_asnts_elig_flag := l_pgm_rec.pgm_use_all_asnts_elig_flag;
4192: --
4193: end if;

Line 6883: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

6879: l_found_ptip boolean := false;
6880: l_continue boolean := true;
6881: l_date_to_use date;
6882: l_dummy varchar2(1);
6883: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
6884: --
6885: cursor c1(p_pl_id in number,p_date_to_use date ) is
6886: select null
6887: from ben_pl_f pln,

Line 9268: ben_comp_object.get_object(p_plip_id => p_plip_id

9264: if p_plip_id is not null then
9265: --
9266: hr_utility.set_location('PLIP_ID '||p_plip_id,11);
9267: --
9268: ben_comp_object.get_object(p_plip_id => p_plip_id
9269: ,p_rec => l_plip_rec);
9270: --
9271: elsif p_ptip_id is not null then
9272: --

Line 9275: ben_comp_object.get_object(p_ptip_id => p_ptip_id

9271: elsif p_ptip_id is not null then
9272: --
9273: hr_utility.set_location('PTIP_ID '||p_ptip_id,12);
9274: --
9275: ben_comp_object.get_object(p_ptip_id => p_ptip_id
9276: ,p_rec => l_ptip_rec);
9277: --
9278: -- End of Bug 3520054
9279: elsif p_pl_id is not null then

Line 9283: ben_comp_object.get_object(p_pl_id => p_pl_id

9279: elsif p_pl_id is not null then
9280: --
9281: hr_utility.set_location('PL_ID '||p_pl_id,14);
9282: --
9283: ben_comp_object.get_object(p_pl_id => p_pl_id
9284: ,p_rec => l_pl_rec);
9285: --
9286: elsif p_oipl_id is not null then
9287: --

Line 9290: ben_comp_object.get_object(p_oipl_id => p_oipl_id

9286: elsif p_oipl_id is not null then
9287: --
9288: hr_utility.set_location('OIPL_ID '||p_oipl_id,16);
9289: --
9290: ben_comp_object.get_object(p_oipl_id => p_oipl_id
9291: ,p_rec => l_oipl_rec);
9292:
9293: end if;
9294:

Line 9854: ben_comp_object.get_object(p_pl_id => l_oipl_rec.pl_id

9850: elsif p_oipl_id is not null then
9851: --
9852: if l_pl_typ_id is null then
9853: --
9854: ben_comp_object.get_object(p_pl_id => l_oipl_rec.pl_id
9855: ,p_rec => l_pl3_rec);
9856: l_pl_typ_id := l_pl3_rec.pl_typ_id;
9857: --
9858: end if;

Line 9864: ben_comp_object.get_object(p_pl_id => l_plip_rec.pl_id

9860: elsif p_plip_id is not null then
9861: --
9862: if l_pl_typ_id is null then
9863: --
9864: ben_comp_object.get_object(p_pl_id => l_plip_rec.pl_id
9865: ,p_rec => l_pl3_rec);
9866: l_pl_typ_id := l_pl3_rec.pl_typ_id;
9867: --
9868: end if;

Line 9874: ben_comp_object.get_object(p_ptip_id => l_ptip_rec.ptip_id

9870: elsif p_ptip_id is not null then
9871: --
9872: if l_pl_typ_id is null then
9873: --
9874: ben_comp_object.get_object(p_ptip_id => l_ptip_rec.ptip_id
9875: ,p_rec => l_ptip2_rec);
9876: l_pl_typ_id := l_ptip2_rec.pl_typ_id;
9877: --
9878: end if;