DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on BEN_NEWLY_INELIGIBLE

Line 2116: -- call to ben_newly_ineligible.

2112: AND l_enrt_cvg_date IS NOT NULL
2113: AND p_dpnt_cvrd_flag = 'N') THEN
2114: --
2115: -- Just return L. This will trigger
2116: -- call to ben_newly_ineligible.
2117: -- which will either do nothing or deenroll
2118: --
2119: p_electable_flag := 'L';
2120: --

Line 4761: ben_newly_ineligible.main(

4757: --
4758: -- Lose only condition.
4759: -- If enrolled will deenroll.
4760: --
4761: ben_newly_ineligible.main(
4762: p_person_id => p_person_id,
4763: p_pgm_id => p_pgm_id,
4764: p_pl_id => p_pl_id,
4765: p_oipl_id => p_oipl_id,

Line 10681: ben_newly_ineligible.main(

10677: --
10678: -- Lose only condition.
10679: -- If enrolled will deenroll.
10680: --
10681: ben_newly_ineligible.main(
10682: p_person_id => p_person_id,
10683: p_pgm_id => l_pgm_id,
10684: p_pl_id => l_pl_id,
10685: p_oipl_id => l_oipl_id,