DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_GENERATE_COMMUNICATIONS

Line 202: 25 Oct 98 G Perry 115.45 Added ben_generate_communications

198: 20 Oct 98 J Carpenter 115.42 Added new columns to pgm cache
199: 24 Oct 98 T Guy 115.43 Moved call to ben_determine_rate
200: inside people loop. Added column
201: person_id to call.
202: 25 Oct 98 G Perry 115.45 Added ben_generate_communications
203: 26 Oct 98 G Perry 115.46 Added hourly_salaried_code to
204: assignment select to go in cache
205: 30 Oct 98 G Perry 115.47 Added in logic for unrestricted
206: enrollment and multiple scheduled

Line 12561: fnd_message.set_token('PROC','ben_generate_communications');

12557: --
12558: -- Check for reqired communications
12559: --
12560: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
12561: fnd_message.set_token('PROC','ben_generate_communications');
12562: --
12563: if g_debug then
12564: hr_utility.set_location ('Comms '||l_package,10);
12565: end if;

Line 12578: ben_generate_communications.main

12574: -- call communications for all modes other than GSP
12575: -- bypass communications call for irec
12576: if l_mode not in ( 'G','I','D') then
12577: --
12578: ben_generate_communications.main
12579: (p_person_id => p_person_id,
12580: p_ler_id => p_ler_id,
12581: p_per_in_ler_id => l_rec.per_in_ler_id,
12582: p_prtt_enrt_actn_id => null,