DBA Data[Home] [Help]

APPS.BEN_PER_ASG_ELIG dependencies on BEN_MANAGE_LIFE_EVENTS

Line 12: ben_manage_life_events.g_output_string := null;

8: --
9: begin
10: --
11: ben_person_object.clear_down_cache;
12: ben_manage_life_events.g_output_string := null;
13: if not p_per_asg_cache_only then
14: ben_elp_cache.clear_down_cache;
15: ben_elig_rl_cache.clear_down_cache;
16: end if;

Line 237: ben_manage_life_events.g_output_string := null;

233:
234: hr_utility.set_location('Assignment id '||l_asg_tab(i),10);
235: if l_eligprof_tab.count > 0 then
236:
237: ben_manage_life_events.g_output_string := null;
238:
239: l_eligible :=
240: ben_evaluate_elig_profiles.eligible
241: (p_person_id => l_person_id,

Line 555: ben_manage_life_events.g_output_string := null;

551: else
552: l_person_id := p_person_id;
553: end if;
554:
555: ben_manage_life_events.g_output_string := null;
556:
557: l_eligible :=
558: ben_evaluate_elig_profiles.eligible
559: (p_person_id => l_person_id,