DBA Data[Home] [Help]

APPS.BEN_EVALUATE_PTNL_LF_EVT dependencies on BEN_PERSON_OBJECT

Line 1903: ben_person_object.get_object(p_person_id => p_person_id,

1899: elsif l_potent.tmlns_perd_cd = 'RL' then
1900: --
1901: if l_potent.tmlns_perd_rl is not null then
1902: --
1903: ben_person_object.get_object(p_person_id => p_person_id,
1904: p_rec => l_ass_rec);
1905: --
1906: if l_ass_rec.assignment_id is null then
1907: --

Line 1908: ben_person_object.get_benass_object(p_person_id => p_person_id,

1904: p_rec => l_ass_rec);
1905: --
1906: if l_ass_rec.assignment_id is null then
1907: --
1908: ben_person_object.get_benass_object(p_person_id => p_person_id,
1909: p_rec => l_ass_rec);
1910: --
1911: end if;
1912: --

Line 2058: ben_person_object.get_object(p_person_id => p_person_id,

2054: elsif l_potent.tmlns_perd_cd = 'RL' then
2055: --
2056: if l_potent.tmlns_perd_rl is not null then
2057: --
2058: ben_person_object.get_object(p_person_id => p_person_id,
2059: p_rec => l_ass_rec);
2060: --
2061: if l_ass_rec.assignment_id is null then
2062: --

Line 2063: ben_person_object.get_benass_object(p_person_id => p_person_id,

2059: p_rec => l_ass_rec);
2060: --
2061: if l_ass_rec.assignment_id is null then
2062: --
2063: ben_person_object.get_benass_object(p_person_id => p_person_id,
2064: p_rec => l_ass_rec);
2065: --
2066: end if;
2067: --

Line 2273: ben_person_object.get_object(p_person_id => p_person_id,

2269: return 'Y';
2270: --
2271: else
2272: --
2273: ben_person_object.get_object(p_person_id => p_person_id,
2274: p_rec => l_ass_rec);
2275: --
2276: if l_ass_rec.assignment_id is null then
2277: --

Line 2278: ben_person_object.get_benass_object(p_person_id => p_person_id,

2274: p_rec => l_ass_rec);
2275: --
2276: if l_ass_rec.assignment_id is null then
2277: --
2278: ben_person_object.get_benass_object(p_person_id => p_person_id,
2279: p_rec => l_ass_rec);
2280: --
2281: end if;
2282: --

Line 3149: -- ben_person_object.get_object(p_person_id => p_person_id,

3145: -- backout all future life events.
3146: -- Due to above bug following two lines are commented and a local
3147: -- cursor is used to get pil's whose status is STRTD, PROCD
3148: --
3149: -- ben_person_object.get_object(p_person_id => p_person_id,
3150: -- p_rec => l_pil_rec);
3151: open get_current_per_in_ler(l_ptnl_rec.lf_evt_ocrd_dt);
3152: --
3153: fetch get_current_per_in_ler into l_current_per_in_ler;