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 2377: ben_person_object.get_object(p_person_id => p_person_id,

2373: ben_env_object.get(p_rec => l_env);
2374: ben_env_object.setenv(p_lf_evt_ocrd_dt => p_lf_evt_ocrd_dt);
2375: /*End of Bug 9466400*/
2376:
2377: ben_person_object.get_object(p_person_id => p_person_id,
2378: p_rec => l_ass_rec);
2379: --
2380: if l_ass_rec.assignment_id is null then
2381: --

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

2378: p_rec => l_ass_rec);
2379: --
2380: if l_ass_rec.assignment_id is null then
2381: --
2382: ben_person_object.get_benass_object(p_person_id => p_person_id,
2383: p_rec => l_ass_rec);
2384: --
2385: end if;
2386: --

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

3275: -- backout all future life events.
3276: -- Due to above bug following two lines are commented and a local
3277: -- cursor is used to get pil's whose status is STRTD, PROCD
3278: --
3279: -- ben_person_object.get_object(p_person_id => p_person_id,
3280: -- p_rec => l_pil_rec);
3281: open get_current_per_in_ler(l_ptnl_rec.lf_evt_ocrd_dt);
3282: --
3283: fetch get_current_per_in_ler into l_current_per_in_ler;