DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on BEN_NEWLY_INELIGIBLE

Line 2089: -- call to ben_newly_ineligible.

2085: AND l_enrt_cvg_date IS NOT NULL
2086: AND p_dpnt_cvrd_flag = 'N') THEN
2087: --
2088: -- Just return L. This will trigger
2089: -- call to ben_newly_ineligible.
2090: -- which will either do nothing or deenroll
2091: --
2092: p_electable_flag := 'L';
2093: --

Line 4671: ben_newly_ineligible.main(

4667: --
4668: -- Lose only condition.
4669: -- If enrolled will deenroll.
4670: --
4671: ben_newly_ineligible.main(
4672: p_person_id => p_person_id,
4673: p_pgm_id => p_pgm_id,
4674: p_pl_id => p_pl_id,
4675: p_oipl_id => p_oipl_id,

Line 10488: ben_newly_ineligible.main(

10484: --
10485: -- Lose only condition.
10486: -- If enrolled will deenroll.
10487: --
10488: ben_newly_ineligible.main(
10489: p_person_id => p_person_id,
10490: p_pgm_id => l_pgm_id,
10491: p_pl_id => l_pl_id,
10492: p_oipl_id => l_oipl_id,