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 11982: fnd_message.set_token('PROC','ben_generate_communications');

11978: --
11979: -- Check for reqired communications
11980: --
11981: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11982: fnd_message.set_token('PROC','ben_generate_communications');
11983: --
11984: if g_debug then
11985: hr_utility.set_location ('Comms '||l_package,10);
11986: end if;

Line 11999: ben_generate_communications.main

11995: -- call communications for all modes other than GSP
11996: -- bypass communications call for irec
11997: if l_mode not in ( 'G','I','D') then
11998: --
11999: ben_generate_communications.main
12000: (p_person_id => p_person_id,
12001: p_ler_id => p_ler_id,
12002: p_per_in_ler_id => l_rec.per_in_ler_id,
12003: p_prtt_enrt_actn_id => null,