DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_LOCATION_OBJECT

Line 3178: ben_location_object.clear_down_cache;

3174: g_cache_person_process.delete;
3175: benutils.clear_down_cache;
3176: benutils.g_batch_param_table_object.delete;
3177: ben_elig_rl_cache.clear_down_cache;
3178: ben_location_object.clear_down_cache;
3179: ben_org_object.clear_down_cache;
3180: ben_life_object.clear_down_cache;
3181: --
3182: -- Clear down comp object cache

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

8987: end if;
8988: --
8989: if l_ass_rec.location_id is not null then
8990: --
8991: ben_location_object.get_object(p_location_id => l_ass_rec.location_id,
8992: p_rec => l_loc_rec);
8993: --
8994: end if;
8995: --

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

9177: --
9178: IF l_ass_rec.location_id IS NOT NULL
9179: THEN
9180: --
9181: ben_location_object.get_object (p_location_id => l_ass_rec.location_id,
9182: p_rec => l_loc_rec
9183: );
9184: --
9185: END IF;