DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on BEN_COMP_OBJECT

Line 4171: ben_comp_object.get_object(p_pl_id => p_pl_id

4167: --
4168: l_use_all_asnts_elig_flag := 'N' ;
4169: if p_pl_id is not null then
4170: --
4171: ben_comp_object.get_object(p_pl_id => p_pl_id
4172: ,p_rec => l_pl_rec);
4173: l_pl_use_all_asnts_elig_flag := l_pl_rec.use_all_asnts_elig_flag;
4174: --
4175: end if;

Line 4178: ben_comp_object.get_object(p_pgm_id => p_pgm_id

4174: --
4175: end if;
4176: if p_pgm_id is not null then
4177: --
4178: ben_comp_object.get_object(p_pgm_id => p_pgm_id
4179: ,p_rec => l_pgm_rec);
4180: l_pgm_use_all_asnts_elig_flag := l_pgm_rec.pgm_use_all_asnts_elig_flag;
4181: --
4182: end if;

Line 6871: l_pl_rec ben_comp_object.g_cache_pl_rec_table;

6867: l_found_ptip boolean := false;
6868: l_continue boolean := true;
6869: l_date_to_use date;
6870: l_dummy varchar2(1);
6871: l_pl_rec ben_comp_object.g_cache_pl_rec_table;
6872: --
6873: cursor c1(p_pl_id in number,p_date_to_use date ) is
6874: select null
6875: from ben_pl_f pln,

Line 9249: ben_comp_object.get_object(p_plip_id => p_plip_id

9245: if p_plip_id is not null then
9246: --
9247: hr_utility.set_location('PLIP_ID '||p_plip_id,11);
9248: --
9249: ben_comp_object.get_object(p_plip_id => p_plip_id
9250: ,p_rec => l_plip_rec);
9251: --
9252: elsif p_ptip_id is not null then
9253: --

Line 9256: ben_comp_object.get_object(p_ptip_id => p_ptip_id

9252: elsif p_ptip_id is not null then
9253: --
9254: hr_utility.set_location('PTIP_ID '||p_ptip_id,12);
9255: --
9256: ben_comp_object.get_object(p_ptip_id => p_ptip_id
9257: ,p_rec => l_ptip_rec);
9258: --
9259: -- End of Bug 3520054
9260: elsif p_pl_id is not null then

Line 9264: ben_comp_object.get_object(p_pl_id => p_pl_id

9260: elsif p_pl_id is not null then
9261: --
9262: hr_utility.set_location('PL_ID '||p_pl_id,14);
9263: --
9264: ben_comp_object.get_object(p_pl_id => p_pl_id
9265: ,p_rec => l_pl_rec);
9266: --
9267: elsif p_oipl_id is not null then
9268: --

Line 9271: ben_comp_object.get_object(p_oipl_id => p_oipl_id

9267: elsif p_oipl_id is not null then
9268: --
9269: hr_utility.set_location('OIPL_ID '||p_oipl_id,16);
9270: --
9271: ben_comp_object.get_object(p_oipl_id => p_oipl_id
9272: ,p_rec => l_oipl_rec);
9273:
9274: end if;
9275:

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

9810: elsif p_oipl_id is not null then
9811: --
9812: if l_pl_typ_id is null then
9813: --
9814: ben_comp_object.get_object(p_pl_id => l_oipl_rec.pl_id
9815: ,p_rec => l_pl3_rec);
9816: l_pl_typ_id := l_pl3_rec.pl_typ_id;
9817: --
9818: end if;

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

9820: elsif p_plip_id is not null then
9821: --
9822: if l_pl_typ_id is null then
9823: --
9824: ben_comp_object.get_object(p_pl_id => l_plip_rec.pl_id
9825: ,p_rec => l_pl3_rec);
9826: l_pl_typ_id := l_pl3_rec.pl_typ_id;
9827: --
9828: end if;

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

9830: elsif p_ptip_id is not null then
9831: --
9832: if l_pl_typ_id is null then
9833: --
9834: ben_comp_object.get_object(p_ptip_id => l_ptip_rec.ptip_id
9835: ,p_rec => l_ptip2_rec);
9836: l_pl_typ_id := l_ptip2_rec.pl_typ_id;
9837: --
9838: end if;