DBA Data[Home] [Help]

APPS.BEN_CLOSE_ENROLLMENT dependencies on BEN_COBRA_REQUIREMENTS

Line 1104: ben_cobra_requirements.chk_cobra_eligibility

1100: --
1101: -- Check COBRA eligibility.
1102: --
1103: if l_rec.pgm_id is not null then
1104: ben_cobra_requirements.chk_cobra_eligibility
1105: (p_per_in_ler_id => p_per_in_ler_id
1106: ,p_person_id => l_person_id
1107: ,p_pgm_id => l_rec.pgm_id
1108: ,p_lf_evt_ocrd_dt => l_lf_evt_ocrd_dt

Line 2580: if (ben_cobra_requirements.chk_pgm_typ

2576: -- For COBRA participants, restore eligibility if it has been terminated.
2577: --
2578: if l_pel_rec.pgm_id is not null then
2579: --
2580: if (ben_cobra_requirements.chk_pgm_typ
2581: (p_pgm_id => l_pel_rec.pgm_id
2582: ,p_effective_date => p_effective_date
2583: ,p_business_group_id => p_business_group_id)
2584: ) then