DBA Data[Home] [Help]

APPS.BEN_EVAL_COMM_LER_ELIG_PROFL dependencies on BEN_MANAGE_LIFE_EVENTS

Line 493: ben_manage_life_events.g_output_string := null;

489: l_person_id := p_person_id;
490:
491: if l_eligprof_tab.count > 0 then
492:
493: ben_manage_life_events.g_output_string := null;
494: if ben_manage_life_events.g_cache_person_prtn.count is null or
495: ben_manage_life_events.g_cache_person_prtn.count = 0 then
496: ben_manage_life_events.cache_person_information
497: ( p_person_id => l_person_id,

Line 494: if ben_manage_life_events.g_cache_person_prtn.count is null or

490:
491: if l_eligprof_tab.count > 0 then
492:
493: ben_manage_life_events.g_output_string := null;
494: if ben_manage_life_events.g_cache_person_prtn.count is null or
495: ben_manage_life_events.g_cache_person_prtn.count = 0 then
496: ben_manage_life_events.cache_person_information
497: ( p_person_id => l_person_id,
498: p_business_group_id => p_business_group_id,

Line 495: ben_manage_life_events.g_cache_person_prtn.count = 0 then

491: if l_eligprof_tab.count > 0 then
492:
493: ben_manage_life_events.g_output_string := null;
494: if ben_manage_life_events.g_cache_person_prtn.count is null or
495: ben_manage_life_events.g_cache_person_prtn.count = 0 then
496: ben_manage_life_events.cache_person_information
497: ( p_person_id => l_person_id,
498: p_business_group_id => p_business_group_id,
499: p_effective_date => p_effective_date);

Line 496: ben_manage_life_events.cache_person_information

492:
493: ben_manage_life_events.g_output_string := null;
494: if ben_manage_life_events.g_cache_person_prtn.count is null or
495: ben_manage_life_events.g_cache_person_prtn.count = 0 then
496: ben_manage_life_events.cache_person_information
497: ( p_person_id => l_person_id,
498: p_business_group_id => p_business_group_id,
499: p_effective_date => p_effective_date);
500: end if;