DBA Data[Home] [Help]

APPS.BEN_IREC_BACK_OUT_CONC dependencies on BEN_BACK_OUT_LIFE_EVENT

Line 286: fnd_message.set_token('PROC','ben_back_out_life_event');

282:
283: --
284: --
285: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
286: fnd_message.set_token('PROC','ben_back_out_life_event');
287: hr_utility.set_location ('calling bolfe ',10);
288:
289: ben_back_out_life_event.g_enrt_made_flag := Null;
290:

Line 289: ben_back_out_life_event.g_enrt_made_flag := Null;

285: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
286: fnd_message.set_token('PROC','ben_back_out_life_event');
287: hr_utility.set_location ('calling bolfe ',10);
288:
289: ben_back_out_life_event.g_enrt_made_flag := Null;
290:
291: ben_back_out_life_event.back_out_life_events
292: (p_per_in_ler_id => l_ler_thread.per_in_ler_id
293: ,p_business_group_id => l_ler_thread.business_group_id

Line 291: ben_back_out_life_event.back_out_life_events

287: hr_utility.set_location ('calling bolfe ',10);
288:
289: ben_back_out_life_event.g_enrt_made_flag := Null;
290:
291: ben_back_out_life_event.back_out_life_events
292: (p_per_in_ler_id => l_ler_thread.per_in_ler_id
293: ,p_business_group_id => l_ler_thread.business_group_id
294: ,p_bckt_stat_cd => p_bckt_stat_cd
295: ,p_effective_date => l_effective_date);

Line 309: ben_back_out_life_event.g_enrt_made_flag;

305: -- the closed or in process life events with or without election,
306: -- that were backed out.
307: --
308: g_rec.text := l_ler_thread.per_in_ler_stat_cd ||
309: ben_back_out_life_event.g_enrt_made_flag;
310: --
311: -- This is to assign the per_in_ler_id in the record to extract the
312: -- the electable choices later.
313: g_rec.temporal_ler_id := l_ler_thread.per_in_ler_id;