DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_LOCATION_OBJECT

Line 2786: ben_location_object.clear_down_cache;

2782: g_cache_person_process.delete;
2783: benutils.clear_down_cache;
2784: benutils.g_batch_param_table_object.delete;
2785: ben_elig_rl_cache.clear_down_cache;
2786: ben_location_object.clear_down_cache;
2787: ben_org_object.clear_down_cache;
2788: ben_life_object.clear_down_cache;
2789: --
2790: -- Clear down comp object cache

Line 8583: ben_location_object.get_object(p_location_id => l_ass_rec.location_id,

8579: end if;
8580: --
8581: if l_ass_rec.location_id is not null then
8582: --
8583: ben_location_object.get_object(p_location_id => l_ass_rec.location_id,
8584: p_rec => l_loc_rec);
8585: --
8586: end if;
8587: --

Line 8773: ben_location_object.get_object (p_location_id => l_ass_rec.location_id,

8769: --
8770: IF l_ass_rec.location_id IS NOT NULL
8771: THEN
8772: --
8773: ben_location_object.get_object (p_location_id => l_ass_rec.location_id,
8774: p_rec => l_loc_rec
8775: );
8776: --
8777: END IF;