DBA Data[Home] [Help]

APPS.BEN_GENERATE_COMMUNICATIONS dependencies on BEN_DETERMINE_DATE

Line 283: -- ben_determine_date.

279: --
280: -- bwharton Bug 1619171.
281: -- Initialize globals to pass to check_hipaa_ctfn
282: -- this will allow the correct info to be passed to
283: -- ben_determine_date.
284: g_p_date_cd := p_date_cd;
285: g_p_person_id := p_person_id;
286: g_p_formula_id := p_formula_id;
287: g_p_effective_date := p_effective_date;

Line 296: ben_determine_date.main

292: FETCH c_oipl
293: INTO l_oipl_id;
294: CLOSE c_oipl;
295:
296: ben_determine_date.main
297: (p_date_cd => p_date_cd,
298: p_per_in_ler_id => p_per_in_ler_id,
299: p_person_id => p_person_id,
300: p_pgm_id => p_pgm_id,

Line 3713: ben_determine_date.main

3709: l_pl_id := c_revise_date_rec.pl_id;
3710: l_oipl_id := c_revise_date_rec.oipl_id;
3711: l_business_group_id := c_revise_date_rec.business_group_id;
3712: end loop;
3713: ben_determine_date.main
3714: (p_date_cd => g_p_date_cd,
3715: p_per_in_ler_id => p_per_in_ler_id,
3716: p_person_id => g_p_person_id,
3717: p_pgm_id => l_pgm_id,