DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_DETERMINE_ELCT_CHC_FLX_IMP

Line 147: ben_determine_elct_chc_flx_imp.

143: person types for contacts.
144: 13 Jun 98 G Perry 110.52 Added Message names
145: Added parameter output.
146: 14 Jun 98 G Perry 110.53 Added procedure
147: ben_determine_elct_chc_flx_imp.
148: 14 Jun 98 G Perry 110.54 Improved life event cursor.
149: 18 Jun 98 G Perry 110.55 Fixed when ineligible for
150: program ineligible for plan.
151: Fixed so that scheduled life

Line 11778: fnd_message.set_token('PROC','ben_determine_elct_chc_flx_imp');

11774: delete_in_pndg_elig_dpnt( l_rec.per_in_ler_id,p_effective_date ) ;
11775: --
11776: end if;
11777: fnd_message.set_name('BEN','BEN_91333_CALLING_PROC');
11778: fnd_message.set_token('PROC','ben_determine_elct_chc_flx_imp');
11779: if g_debug then
11780: hr_utility.set_location('lf evt ocrd dt'||l_rec.lf_evt_ocrd_dt,11);
11781: end if;
11782: --

Line 11787: ben_determine_elct_chc_flx_imp.main

11783: -- CWB Changes. ABSENCES, GRADE/STEP : no need to run flex logic
11784: -- added irec
11785: if l_mode not in ( 'W', 'M', 'G','I','D') then
11786: --
11787: ben_determine_elct_chc_flx_imp.main
11788: (p_person_id => p_person_id,
11789: p_business_group_id => p_business_group_id,
11790: p_per_in_ler_id => l_rec.per_in_ler_id,
11791: p_lf_evt_ocrd_dt => l_rec.lf_evt_ocrd_dt,